Searched refs:screen_height (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-2.1/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-copy.c | 80 u16 screen_height; member 277 sc->screen_height = rmp->efbHeight; in DrawInit() 279 sc->copy_height_max = (u16)((sc->screen_height * 5 / 12) * 2); in DrawInit() 393 DEMOInitCaption(DM_FT_OPQ, (s16)sc->screen_width, (s16)sc->screen_height); in DrawTick() 394 DEMOPrintf(32, (s16)(sc->screen_height - 40 ), 0, in DrawTick() 396 DEMOPrintf(32, (s16)(sc->screen_height - 32 ), 0, in DrawTick() 429 Clamp(sc->copyTex.top, 0, sc->screen_height - sc->copyTex.height); 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 | 49 u16 screen_height; member 172 sc->screen_height = rmp->efbHeight; 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 | 78 u16 screen_height; member 197 sc->screen_height = rmp->efbHeight; in DrawInit() 443 MTXOrtho( proj, 0.0F, sc->screen_height - 1, 0.0f, sc->screen_width - 1, 0.0f, - MAX_Z ); in SetScreenSpaceMode()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Tev/ |
| D | tev-swap.c | 47 u16 screen_height; member 160 sc->screen_height = rmp->efbHeight; 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-2.1/build/demos/videmo/src/ |
| D | frb-vi-gamma.c | 57 u16 screen_height; member 181 sc->screen_height = rmp->efbHeight; 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()
|