Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dtweakfld.awk169 if((offset_y == 0) && (offset_z == 0)){
186 add2output( offset_y )
212 offset_y= $nf_offset_y
/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c559 uint32_t offset_y = hc >> 16; in gfx_fb_putimage() local
560 uint32_t offset_y1 = offset_y + 1; in gfx_fb_putimage()
582 uint32_t p00 = GETPIXEL(offset_x, offset_y); in gfx_fb_putimage()
584 uint32_t p10 = GETPIXEL(offset_x1, offset_y); in gfx_fb_putimage()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1734 uint32_t offset_y = hc >> 16; in gfx_fb_putimage() local
1735 uint32_t offset_y1 = offset_y + 1; in gfx_fb_putimage()
1757 uint32_t p00 = GETPIXEL(offset_x, offset_y); in gfx_fb_putimage()
1759 uint32_t p10 = GETPIXEL(offset_x1, offset_y); in gfx_fb_putimage()
H A Dtem.c2962 screen_pos_t row, int nrows, int offset_y, in tem_pix_cls_range() argument
2987 da.row = (row + row_add) * da.height + offset_y; in tem_pix_cls_range()
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c2662 screen_pos_t row, int nrows, int offset_y, in tem_safe_pix_cls_range() argument
2691 da.row = (row + row_add) * da.height + offset_y; in tem_safe_pix_cls_range()