Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.c845 uint32_t fbX, fbY; in gfxfb_shadow_fill() local
851 fbY = gfx_state.tg_fb.fb_height; in gfxfb_shadow_fill()
859 if (DestinationY + Height > fbY) in gfxfb_shadow_fill()
860 Height = fbY - DestinationY; in gfxfb_shadow_fill()