Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.c752 uint32_t fbX, fbY; in gfxfb_shadow_fill() local
758 fbY = gfx_state.tg_fb.fb_height; in gfxfb_shadow_fill()
766 if (DestinationY + Height > fbY) in gfxfb_shadow_fill()
767 Height = fbY - DestinationY; in gfxfb_shadow_fill()