Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-copy.c81 u16 copy_width_max; member
278 sc->copy_width_max = (u16)((sc->screen_width * 5 / 32) * 4); in DrawInit()
339 sc->copy_width_max, in DrawInit()
426 Clamp(sc->copyTex.width, 16, sc->copy_width_max); in AnimTick()