Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/Framebuffer/
Dfrb-copy.c82 u16 copy_height_max; member
279 sc->copy_height_max = (u16)((sc->screen_height * 5 / 12) * 2); in DrawInit()
340 sc->copy_height_max, in DrawInit()
427 Clamp(sc->copyTex.height, 16, sc->copy_height_max); in AnimTick()