Home
last modified time | relevance | path

Searched refs:offset_x (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c567 uint32_t offset_x = wc >> 16; in gfx_fb_putimage() local
568 uint32_t offset_x1 = offset_x + 1; in gfx_fb_putimage()
582 uint32_t p00 = GETPIXEL(offset_x, offset_y); in gfx_fb_putimage()
583 uint32_t p01 = GETPIXEL(offset_x, offset_y1); in gfx_fb_putimage()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1742 uint32_t offset_x = wc >> 16; in gfx_fb_putimage() local
1743 uint32_t offset_x1 = offset_x + 1; in gfx_fb_putimage()
1757 uint32_t p00 = GETPIXEL(offset_x, offset_y); in gfx_fb_putimage()
1758 uint32_t p01 = GETPIXEL(offset_x, offset_y1); in gfx_fb_putimage()
H A Dtem.c2955 screen_pos_t col, int ncols, int offset_x, in tem_pix_cls_range() argument
2980 da.col = col * da.width + offset_x; in tem_pix_cls_range()
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c2663 screen_pos_t col, int ncols, int offset_x, in tem_safe_pix_cls_range() argument
2692 da.col = col * da.width + offset_x; in tem_safe_pix_cls_range()