Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/gxdemo/src/Tev/
Dtev-swap.c46 u16 screen_width; member
159 sc->screen_width = rmp->fbWidth; in DrawInit()
191 MTXOrtho(proj, 0, sc->screen_height, 0, sc->screen_width, 0.0F, 10000.0F); in DrawTick()
218 DEMOInitCaption(DM_FT_OPQ, (s16)(sc->screen_width/2), (s16)(sc->screen_height/2)); in DrawTick()
/RvlSDK-3.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-copy.c79 u16 screen_width; member
276 sc->screen_width = rmp->fbWidth; in DrawInit()
278 sc->copy_width_max = (u16)((sc->screen_width * 5 / 32) * 4); in DrawInit()
393 DEMOInitCaption(DM_FT_OPQ, (s16)sc->screen_width, (s16)sc->screen_height); in DrawTick()
428 Clamp(sc->copyTex.left, 0, sc->screen_width - sc->copyTex.width); in AnimTick()
788 1.0F, 1.0F, sc->screen_width, sc->screen_height, in SetScreenSpaceMode()
790 MTXOrtho( proj, 0.0F, sc->screen_height, 0.0f, sc->screen_width, 0.0f, - MAX_Z ); in SetScreenSpaceMode()
Dfrb-gamma.c48 u16 screen_width; member
171 sc->screen_width = rmp->fbWidth; in DrawInit()
219 MTXOrtho(proj, 0, sc->screen_height, 0, sc->screen_width, 0.0F, 10000.0F); in DrawTick()
244 DEMOInitCaption(DM_FT_OPQ, (s16)(sc->screen_width/2), (s16)(sc->screen_height/2)); in DrawTick()
Dfrb-bound-box.c77 u16 screen_width; member
196 sc->screen_width = rmp->fbWidth; in DrawInit()
443 MTXOrtho( proj, 0.0F, sc->screen_height - 1, 0.0f, sc->screen_width - 1, 0.0f, - MAX_Z ); in SetScreenSpaceMode()
/RvlSDK-3.2/build/demos/videmo/src/
Dfrb-vi-gamma.c60 u16 screen_width; member
184 sc->screen_width = rmp->fbWidth; in DrawInit()
241 MTXOrtho(proj, 0, sc->screen_height, 0, sc->screen_width, 0.0F, 10000.0F); in DrawTick()
266 DEMOInitCaption(DM_FT_OPQ, (s16)(sc->screen_width/2), (s16)(sc->screen_height/2)); in DrawTick()