Home
last modified time | relevance | path

Searched refs:fbY (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
838 fbY = gfx_fb.framebuffer_common.framebuffer_height; in gfxfb_shadow_fill()
846 if (DestinationY + Height > fbY) in gfxfb_shadow_fill()
847 Height = fbY - DestinationY; in gfxfb_shadow_fill()