Lines Matching refs:screen_ht
48 u32 screen_ht; member
104 myScene.screen_ht = rmp->efbHeight; in main()
106 myViewPort.height = (s16) myScene.screen_ht; in main()
108 myScissor.height = (u16) myScene.screen_ht; in main()
161 DEMOSetupScrnSpc( (s32) s->screen_wd, (s32) s->screen_ht, 100.0f ); in SceneDraw()
206 GXSetViewport( 0, 0, (f32) s->screen_wd, (f32) s->screen_ht, in SceneDrawInfo()
208 GXSetScissor ( 0, 0, (u32) s->screen_wd, (u32) s->screen_ht ); in SceneDrawInfo()
211 DEMOInitCaption( DM_FT_XLU, (s32) s->screen_wd, (s32) s->screen_ht ); in SceneDrawInfo()
268 myView[i].yorg *= (s16) (s->screen_ht / 8); in ControlInit()
270 myView[i].height *= (s16) (s->screen_ht / 8); in ControlInit()
273 myScis[i].yorg *= (u16) (s->screen_ht / 8); in ControlInit()
275 myScis[i].height *= (u16) (s->screen_ht / 8); in ControlInit()
325 Clamp(si->yorg, 0, (s32)s->screen_ht); in SceneControl()
327 Clamp(si->height, 0, (s32)(s->screen_ht - si->yorg)); in SceneControl()