Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c832 uint32_t fbX, fbY; in gfxfb_shadow_fill() local
837 fbX = gfx_fb.framebuffer_common.framebuffer_width; in gfxfb_shadow_fill()
843 if (DestinationX + Width > fbX) in gfxfb_shadow_fill()
844 Width = fbX - DestinationX; in gfxfb_shadow_fill()
851 uint32_t off = y1 * fbX + DestinationX; in gfxfb_shadow_fill()