Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.c824 uint32_t fbX, fbY; in gfxfb_shadow_fill() local
830 fbY = gfx_state.tg_fb.fb_height; in gfxfb_shadow_fill()
838 if (DestinationY + Height > fbY) in gfxfb_shadow_fill()
839 Height = fbY - DestinationY; in gfxfb_shadow_fill()