Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.c750 uint32_t fbX, fbY; in gfxfb_shadow_fill() local
755 fbX = gfx_state.tg_fb.fb_width; in gfxfb_shadow_fill()
761 if (DestinationX + Width > fbX) in gfxfb_shadow_fill()
762 Width = fbX - DestinationX; in gfxfb_shadow_fill()
769 uint32_t off = y1 * fbX + DestinationX; in gfxfb_shadow_fill()