Home
last modified time | relevance | path

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

123

/RvlSDK-3.1.4/build/libraries/demo/src/
DDEMOInit.c340 xfbHeight = Rmode->efbHeight; in DEMOInitGX()
343 GXSetViewport(0.0F, 0.0F, (f32)fbWidth, (f32)Rmode->efbHeight, in DEMOInitGX()
345 GXSetScissor(0, 0, (u32)fbWidth, (u32)Rmode->efbHeight); in DEMOInitGX()
347 yScale = GXGetYScaleFactor(Rmode->efbHeight, xfbHeight); in DEMOInitGX()
349 GXSetDispCopySrc(0, 0, fbWidth, Rmode->efbHeight); // use adjusted width in DEMOInitGX()
432 0.0F, 0.0F, (float)Rmode->fbWidth, (float)Rmode->efbHeight, in DEMOBeforeRender()
438 0.0F, 0.0F, (float)Rmode->fbWidth, (float)Rmode->efbHeight, in DEMOBeforeRender()
/RvlSDK-3.1.4/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.1.4/build/demos/kpaddemo/src/
Dswing.c161 GXSetDispCopySrc( 0, 0, rmode_p->fbWidth, rmode_p->efbHeight ) ; in init_gx()
163 (void)GXSetDispCopyYScale( (f32)(rmode_p->xfbHeight) / (f32)(rmode_p->efbHeight) ) ; in init_gx()
170 GXSetViewport( 0.0f, 0.0f, rmode_p->fbWidth, rmode_p->efbHeight, 0.0f, 1.0f ) ; in init_gx()
171 GXSetScissor( 0, 0, (u32)rmode_p->fbWidth, (u32)rmode_p->efbHeight ) ; in init_gx()
345 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
Dmain.c170 GXSetDispCopySrc( 0, 0, rmode_p->fbWidth, rmode_p->efbHeight ) ; in init_gx()
172 (void)GXSetDispCopyYScale( (f32)(rmode_p->xfbHeight) / (f32)(rmode_p->efbHeight) ) ; in init_gx()
179 GXSetViewport( 0.0f, 0.0f, rmode_p->fbWidth, rmode_p->efbHeight, 0.0f, 1.0f ) ; in init_gx()
180 GXSetScissor( 0, 0, (u32)rmode_p->fbWidth, (u32)rmode_p->efbHeight ) ; in init_gx()
Dsample.c712 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
718 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 15.6f, 20.8f ) ; in draw_sample()
764 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
770 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 30.0f, 40.0f ) ; in draw_sample()
777 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 14.0f, 18.8f ) ; in draw_sample()
783 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 14.0f, 18.8f ) ; in draw_sample()
836 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 15.0f, 20.0f ) ; in draw_sample()
845 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
881 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
898 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
[all …]
/RvlSDK-3.1.4/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.1.4/build/demos/osdemo/src/
Dreport.c48 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.1.4/build/demos/gxdemo/src/PixelProc/
Dpix-blend.c123 myViewPort[i].yorg *= rmp->efbHeight/2; in main()
125 myViewPort[i].height *= rmp->efbHeight/2; in main()
Dpix-logic.c120 myViewPort[i].yorg *= rmp->efbHeight/2; in main()
122 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.1.4/build/demos/thpdemo/src/THPSimple/
Dmain.c85 y = (rmode->efbHeight - videoInfo.ySize) / 2; in main()
DTHPDraw.c89 scrHeight = rmode->efbHeight; in THPGXYuv2RgbSetup()
/RvlSDK-3.1.4/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.1.4/build/demos/videmo/src/
Ddimming.c185 DEMOInitCaption(DM_FT_XLU, (s16)rmp->fbWidth, (s16) rmp->efbHeight); in main()
/RvlSDK-3.1.4/build/demos/paddemo/src/
Dsampling.c106 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth * 3 / 4, (s16) rmp->efbHeight * 3 / 4); in main()
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayer/
Dmain.c248 y = (rmode->efbHeight - videoInfo.ySize) / 2; in main()
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayerStrmAX/
Dmain.c220 y = (rmode->efbHeight - videoInfo.ySize) / 2; in main()
/RvlSDK-3.1.4/build/demos/hio2demo/src/
Dsimple.c229 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.1.4/build/demos/gxdemo/src/Tev/
Dtev-swap.c160 sc->screen_height = rmp->efbHeight; in DrawInit()

123