Home
last modified time | relevance | path

Searched refs:xfbHeight (Results 1 – 19 of 19) sorted by relevance

/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOInit.c244 fbSize = VIPadFrameBufferWidth(Rmode->fbWidth) * Rmode->xfbHeight * in DEMOConfigureMem()
352 u16 xfbHeight; in DEMOInitGX() local
366 xfbHeight = Rmode->xfbHeight; in DEMOInitGX()
367 if (xfbHeight > 528) { in DEMOInitGX()
368 xfbHeight = Rmode->efbHeight; in DEMOInitGX()
375 yScale = GXGetYScaleFactor(Rmode->efbHeight, xfbHeight); in DEMOInitGX()
376 xfbHeight = (u16)GXSetDispCopyYScale(yScale); in DEMOInitGX()
378 GXSetDispCopyDst(Rmode->fbWidth, Rmode->xfbHeight); // use original width in DEMOInitGX()
393 GXSetViewport(0.0F, 0.0F, (f32)Rmode->fbWidth, (f32)Rmode->xfbHeight, in DEMOInitGX()
609 fbSize = VIPadFrameBufferWidth(Rmode->fbWidth) * Rmode->xfbHeight * in DEMOReInit()
/RvlSDK-3.2.2/build/demos/kpadOlddemo/src/
Dmain.c128 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
164 GXSetDispCopyDst( rmode_p->fbWidth, rmode_p->xfbHeight ) ; in init_gx()
165 (void)GXSetDispCopyYScale( (f32)(rmode_p->xfbHeight) / (f32)(rmode_p->efbHeight) ) ; in init_gx()
/RvlSDK-3.2.2/build/demos/kpaddemo/src/
Dmain.c142 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
178 GXSetDispCopyDst( rmode_p->fbWidth, rmode_p->xfbHeight ) ; in init_gx()
179 (void)GXSetDispCopyYScale( (f32)(rmode_p->xfbHeight) / (f32)(rmode_p->efbHeight) ) ; in init_gx()
Dswing.c128 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
164 GXSetDispCopyDst( rmode_p->fbWidth, rmode_p->xfbHeight ) ; in init_gx()
165 (void)GXSetDispCopyYScale( (f32)(rmode_p->xfbHeight) / (f32)(rmode_p->efbHeight) ) ; in init_gx()
/RvlSDK-3.2.2/build/demos/videmo/src/
Dcross-color.c222 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
264 DrawCircles( rmode->fbWidth, rmode->xfbHeight, fbSize, xfb); in main()
Dcolor.c180 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.c163 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.progressive.c164 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.30Hz.c184 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dmoving.regions.c257 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
Dsmp-onetri_PAL.c203 GXSetDispCopyYScale(GXGetYScaleFactor(mode->efbHeight, mode->xfbHeight)); in ChangeMode()
Dviewer.c241 rm->xfbHeight = xfbSizeY; in getRenderMode()
/RvlSDK-3.2.2/include/revolution/gx/
DGXStruct.h210 u16 xfbHeight; // external frame buffer, may yscale efb member
DGXFrameBuffer.h194 f32 GXGetYScaleFactor( u16 efbHeight, u16 xfbHeight );
/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-aa-full.c100 half_ht = (u16) (rMode->xfbHeight / 2); in main()
126 (f32)rMode->fbWidth, (f32)rMode->xfbHeight, in main()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Performance/
Dperf-fill.c1625 ht = rmode->xfbHeight; in PrintStats()
1630 text_y = (s16)(rmode->xfbHeight - STAT_TEXT_BOT - STAT_CHAR_HT); in PrintStats()
1633 ht = rmode->xfbHeight; in PrintStats()
1641 ht = (u16)(rmode->xfbHeight / 2); in PrintStats()
1646 text_y = (s16)((rmode->xfbHeight - STAT_TEXT_BOT - STAT_CHAR_HT) / 2); in PrintStats()
1649 ht = (u16)(rmode->xfbHeight / 2); in PrintStats()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Management/
Dmgt-fifo-dual.c482 DEMOInitCaption( DM_FT_OPQ, RenderMode->fbWidth, RenderMode->xfbHeight ); in DrawUI()
/RvlSDK-3.2.2/build/demos/hio2demo/src/
Ddual-main.c276 dwFbSize = (u32)(dwFbWidth * rmp->xfbHeight); in myAppInit()
/RvlSDK-3.2.2/build/demos/axdemo/src/
Daxart3ddemo.c1005 DEMOInitCaption( DM_FT_OPQ, RenderMode->fbWidth, RenderMode->xfbHeight ); in DrawUI()