Searched refs:offset_y (Results 1 – 5 of 5) sorted by relevance
| /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
| H A D | tweakfld.awk | 169 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 D | gfx_fb.c | 559 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 D | gfx_fb.c | 1734 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 D | tem.c | 2962 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 D | tem_safe.c | 2662 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()
|