Home
last modified time | relevance | path

Searched defs:GETPIXEL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c543 #define GETPIXEL(xx, yy) (((yy) * png->width + (xx)) * png->bpp) in gfx_fb_putimage() macro
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1718 #define GETPIXEL(xx, yy) (((yy) * png->width + (xx)) * png->bpp) in gfx_fb_putimage() macro