Home
last modified time | relevance | path

Searched refs:efbHeight (Results 1 – 25 of 54) sorted by relevance

123

/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOInit.c368 xfbHeight = Rmode->efbHeight; in DEMOInitGX()
371 GXSetViewport(0.0F, 0.0F, (f32)fbWidth, (f32)Rmode->efbHeight, in DEMOInitGX()
373 GXSetScissor(0, 0, (u32)fbWidth, (u32)Rmode->efbHeight); in DEMOInitGX()
375 yScale = GXGetYScaleFactor(Rmode->efbHeight, xfbHeight); in DEMOInitGX()
377 GXSetDispCopySrc(0, 0, fbWidth, Rmode->efbHeight); // use adjusted width in DEMOInitGX()
460 0.0F, 0.0F, (float)Rmode->fbWidth, (float)Rmode->efbHeight, in DEMOBeforeRender()
466 0.0F, 0.0F, (float)Rmode->fbWidth, (float)Rmode->efbHeight, in DEMOBeforeRender()
/RvlSDK-3.2.2/build/demos/kpadOlddemo/src/
Dmain.c163 GXSetDispCopySrc( 0, 0, rmode_p->fbWidth, rmode_p->efbHeight ) ; in init_gx()
165 (void)GXSetDispCopyYScale( (f32)(rmode_p->xfbHeight) / (f32)(rmode_p->efbHeight) ) ; in init_gx()
172 GXSetViewport( 0.0f, 0.0f, rmode_p->fbWidth, rmode_p->efbHeight, 0.0f, 1.0f ) ; in init_gx()
173 GXSetScissor( 0, 0, (u32)rmode_p->fbWidth, (u32)rmode_p->efbHeight ) ; in init_gx()
Dsample.c506 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
512 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 15.6f, 20.8f ) ; in draw_sample()
554 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
560 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 30.0f, 40.0f ) ; in draw_sample()
567 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 14.0f, 18.8f ) ; in draw_sample()
603 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 15.0f, 20.0f ) ; in draw_sample()
612 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
626 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
642 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
649 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
[all …]
/RvlSDK-3.2.2/build/demos/kpaddemo/src/
Dsample.c715 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_battery_level()
770 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
776 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 15.6f, 20.8f ) ; in draw_sample()
823 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
829 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 28.5f, 38.0f ) ; in draw_sample()
836 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 14.0f, 18.8f ) ; in draw_sample()
842 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 14.0f, 18.8f ) ; in draw_sample()
848 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 14.0f, 18.8f ) ; in draw_sample()
924 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 15.0f, 20.0f ) ; in draw_sample()
933 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
[all …]
Dswing.c163 GXSetDispCopySrc( 0, 0, rmode_p->fbWidth, rmode_p->efbHeight ) ; in init_gx()
165 (void)GXSetDispCopyYScale( (f32)(rmode_p->xfbHeight) / (f32)(rmode_p->efbHeight) ) ; in init_gx()
172 GXSetViewport( 0.0f, 0.0f, rmode_p->fbWidth, rmode_p->efbHeight, 0.0f, 1.0f ) ; in init_gx()
173 GXSetScissor( 0, 0, (u32)rmode_p->fbWidth, (u32)rmode_p->efbHeight ) ; in init_gx()
347 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
Dmain.c177 GXSetDispCopySrc( 0, 0, rmode_p->fbWidth, rmode_p->efbHeight ) ; in init_gx()
179 (void)GXSetDispCopyYScale( (f32)(rmode_p->xfbHeight) / (f32)(rmode_p->efbHeight) ) ; in init_gx()
186 GXSetViewport( 0.0f, 0.0f, rmode_p->fbWidth, rmode_p->efbHeight, 0.0f, 1.0f ) ; in init_gx()
187 GXSetScissor( 0, 0, (u32)rmode_p->fbWidth, (u32)rmode_p->efbHeight ) ; in init_gx()
/RvlSDK-3.2.2/include/revolution/gx/
DGXStruct.h209 u16 efbHeight; // embedded frame buffer member
DGXFrameBuffer.h194 f32 GXGetYScaleFactor( u16 efbHeight, u16 xfbHeight );
195 u16 GXGetNumXfbLines( u16 efbHeight, f32 yScale );
/RvlSDK-3.2.2/build/demos/osdemo/src/
Dreport.c48 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in DoReport()
Dcrcdemo.c122 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in DoReport()
Dfontdemo1.c198 MTXOrtho(projection, 0.0f, (f32) rmp->efbHeight, 0.0f, (f32) rmp->fbWidth, 0.0f, -100.0f); in main()
/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dpix-logic.c120 myViewPort[i].yorg *= rmp->efbHeight/2; in main()
122 myViewPort[i].height *= rmp->efbHeight/2; in main()
Dpix-blend.c123 myViewPort[i].yorg *= rmp->efbHeight/2; in main()
125 myViewPort[i].height *= rmp->efbHeight/2; in main()
Dpix-fog.c174 myViewPort[i].yorg *= rmp->efbHeight/2; in main()
176 myViewPort[i].height *= rmp->efbHeight/2; in main()
Dpix-z-comp.c127 myViewPort[i].yorg *= rmp->efbHeight/2; in main()
129 myViewPort[i].height *= rmp->efbHeight/2; in main()
Dpix-a-comp.c132 myViewPort[i].yorg *= rmp->efbHeight/2; in main()
134 myViewPort[i].height *= rmp->efbHeight/2; in main()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPSimple/
Dmain.c88 y = (rmode->efbHeight - videoInfo.ySize) / 2; in main()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-aa-full.c103 copyLines = (u16) (rMode->efbHeight - COPY_OVERLAP); in main()
193 GXSetDispCopySrc(0, 0, rMode->fbWidth, rMode->efbHeight); in CopyBottom()
/RvlSDK-3.2.2/build/demos/videmo/src/
Ddimming.c185 DEMOInitCaption(DM_FT_XLU, (s16)rmp->fbWidth, (s16) rmp->efbHeight); in main()
/RvlSDK-3.2.2/build/demos/paddemo/src/
Dsampling.c106 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth * 3 / 4, (s16) rmp->efbHeight * 3 / 4); in main()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayer/
Dmain.c269 y = (rmode->efbHeight - videoInfo.ySize) / 2; in main()
/RvlSDK-3.2.2/build/demos/hio2demo/src/
Dsimple.c230 DEMOInitCaption(DM_FT_OPQ, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in myAppInit()
Dmulti-main.c237 DEMOInitCaption(DM_FT_OPQ, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in myAppInit()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
Dmain.c220 y = (rmode->efbHeight - videoInfo.ySize) / 2; in main()
/RvlSDK-3.2.2/build/demos/wbcdemo/src/
Dbalance.c181 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in main()

123