Lines Matching refs:screen_ht
91 u16 screen_ht; variable
129 screen_ht = rmp->efbHeight; in main()
175 alphaBuffer = MEMAllocFromAllocator(&DemoAllocator1, screen_wd*screen_ht*sizeof(u16)); in DrawCartoonOutline()
179 MTXOrtho(mtxProj, 0.0f, (f32) screen_ht, 0.0f, (f32) screen_wd, SCREEN_ZNEAR, SCREEN_ZFAR); in DrawCartoonOutline()
185 MTXRowCol(texMtx2, 1, 3) = 1.0f / (f32)screen_ht; in DrawCartoonOutline()
187 GXInitTexObj( &eFBTexObj, alphaBuffer, screen_wd, screen_ht, in DrawCartoonOutline()
195 GXSetTexCopySrc( 0, 0, screen_wd, screen_ht ); in DrawCartoonOutline()
196 GXSetTexCopyDst(screen_wd, screen_ht, GX_TF_A8, GX_DISABLE ); in DrawCartoonOutline()
262 GXPosition3f32((f32) screen_wd, (f32) screen_ht, zMid); in DrawCartoonOutline()
264 GXPosition3f32(0.0F, (f32) screen_ht, zMid); in DrawCartoonOutline()
276 GXPosition3f32((f32) screen_wd, (f32) screen_ht, zMid); in DrawCartoonOutline()
278 GXPosition3f32(0.0F, (f32) screen_ht, zMid); in DrawCartoonOutline()
396 GXSetViewport( 0, 0, screen_wd, screen_ht, SCREEN_ZNEAR, SCREEN_ZFAR ); in DrawScene()
397 GXSetScissor ( 0, 0, screen_wd, screen_ht ); in DrawScene()