Home
last modified time | relevance | path

Searched refs:VTBUF_GET_FIELD (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/dev/fb/
HDcreator_vt.c243 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in creatorfb_bitblt_text()
/trueos/sys/dev/vt/
HDvt.h239 #define VTBUF_GET_FIELD(vb, r, c) \ macro
/trueos/sys/dev/vt/hw/fb/
HDvt_fb.c329 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in vt_fb_bitblt_text()
/trueos/sys/dev/vt/hw/ofwfb/
HDofwfb.c221 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in ofwfb_bitblt_text()
/trueos/sys/dev/vt/hw/vga/
HDvt_vga.c650 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()