Home
last modified time | relevance | path

Searched refs:sc_vtb_getc (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dscgfbrndr.c183 c = sc_vtb_getc(&scp->vtb, from); in gfb_draw()
238 sc_vtb_getc(&scp->vtb, scp->cursor_oldpos), in gfb_cursor()
241 c = sc_vtb_getc(&scp->vtb, at); in gfb_cursor()
247 sc_vtb_getc(&scp->vtb, at), in gfb_cursor()
H A Dscmouse.c354 c = sc_vtb_getc(&scp->vtb, p); in skip_spc_right()
370 c = sc_vtb_getc(&scp->vtb, p); in skip_spc_left()
388 cut_buffer[i] = sc_vtb_getc(&scp->vtb, p); in mouse_do_cut()
462 c = sc_vtb_getc(&scp->vtb, p); in mouse_cut()
509 cut_buffer[0] = sc_vtb_getc(&scp->vtb, scp->mouse_cut_start); in mouse_cut_start()
546 c = sc_vtb_getc(&scp->vtb, scp->mouse_pos); in mouse_cut_word()
550 c = sc_vtb_getc(&scp->vtb, j); in mouse_cut_word()
556 c = sc_vtb_getc(&scp->vtb, j); in mouse_cut_word()
564 c = sc_vtb_getc(&scp->vtb, j); in mouse_cut_word()
570 c = sc_vtb_getc(&scp->vtb, j); in mouse_cut_word()
H A Dscvgarndr.c473 c = sc_vtb_getc(&scp->vtb, from); in vga_txtdraw()
572 sc_vtb_getc(&scp->vtb, at), in vga_txtcursor()
581 sc_vtb_getc(&scp->vtb, at), in vga_txtcursor()
616 bcopy(scp->font + sc_vtb_getc(&scp->scr, pos)*scp->font_size, in draw_txtmouse()
618 bcopy(scp->font + sc_vtb_getc(&scp->scr, pos + 1)*scp->font_size, in draw_txtmouse()
621 + sc_vtb_getc(&scp->scr, pos + scp->xsize)*scp->font_size, in draw_txtmouse()
624 + sc_vtb_getc(&scp->scr, pos + scp->xsize + 1)*scp->font_size, in draw_txtmouse()
698 sc_vtb_putc(&scp->scr, pos, sc_vtb_getc(&scp->scr, pos), color); in draw_txtmouse()
913 f = &(scp->font[sc_vtb_getc(&scp->vtb, i) * scp->font_size]); in vga_vgadraw_direct()
980 f = &(scp->font[sc_vtb_getc(&scp->vtb, i)*scp->font_size]); in vga_vgadraw_planar()
[all …]
H A Dscvtb.c118 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc() function
H A Dsyscons.h640 int sc_vtb_getc(sc_vtb_t *vtb, int at);
/freebsd/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c248 c = sc_vtb_getc(&scp->vtb, from); in am335x_rend_draw()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c331 c = sc_vtb_getc(&scp->vtb, from); in bcmrend_draw()