Home
last modified time | relevance | path

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

/src/stand/common/
H A Dgfx_fb.c824 uint32_t fbX, fbY; in gfxfb_shadow_fill() local
829 fbX = gfx_state.tg_fb.fb_width; in gfxfb_shadow_fill()
835 if (DestinationX + Width > fbX) in gfxfb_shadow_fill()
836 Width = fbX - DestinationX; in gfxfb_shadow_fill()
843 uint32_t off = y1 * fbX + DestinationX; in gfxfb_shadow_fill()