Searched refs:VTBUF_GET_FIELD (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/dev/fb/ |
| HD | creator_vt.c | 243 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in creatorfb_bitblt_text()
|
| /trueos/sys/dev/vt/ |
| HD | vt.h | 239 #define VTBUF_GET_FIELD(vb, r, c) \ macro
|
| /trueos/sys/dev/vt/hw/fb/ |
| HD | vt_fb.c | 329 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in vt_fb_bitblt_text()
|
| /trueos/sys/dev/vt/hw/ofwfb/ |
| HD | ofwfb.c | 221 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in ofwfb_bitblt_text()
|
| /trueos/sys/dev/vt/hw/vga/ |
| HD | vt_vga.c | 650 c = VTBUF_GET_FIELD(vb, row, col); in vga_bitblt_one_text_pixels_block() 874 c = VTBUF_GET_FIELD(vb, row, col); in vga_bitblt_text_txtmode()
|