Searched refs:screen_width (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-3.1.4/build/demos/gxdemo/src/Tev/ |
| D | tev-swap.c | 46 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.1.4/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-copy.c | 79 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()
|
| D | frb-gamma.c | 48 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()
|
| D | frb-bound-box.c | 77 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.1.4/build/demos/videmo/src/ |
| D | frb-vi-gamma.c | 56 u16 screen_width; member 180 sc->screen_width = rmp->fbWidth; in DrawInit() 237 MTXOrtho(proj, 0, sc->screen_height, 0, sc->screen_width, 0.0F, 10000.0F); in DrawTick() 262 DEMOInitCaption(DM_FT_OPQ, (s16)(sc->screen_width/2), (s16)(sc->screen_height/2)); in DrawTick()
|