Searched refs:xfbHeight (Results 1 – 19 of 19) sorted by relevance
| /RvlSDK-3.2.2/build/libraries/demo/src/ |
| D | DEMOInit.c | 244 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/ |
| D | main.c | 128 … 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/ |
| D | main.c | 142 … 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()
|
| D | swing.c | 128 … 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/ |
| D | cross-color.c | 222 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main() 264 DrawCircles( rmode->fbWidth, rmode->xfbHeight, fbSize, xfb); in main()
|
| D | color.c | 180 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
|
| D | moving.c | 163 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
|
| D | moving.progressive.c | 164 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
|
| D | moving.30Hz.c | 184 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
|
| D | moving.regions.c | 257 * rmode->xfbHeight * VI_DISPLAY_PIX_SZ); in main()
|
| D | smp-onetri_PAL.c | 203 GXSetDispCopyYScale(GXGetYScaleFactor(mode->efbHeight, mode->xfbHeight)); in ChangeMode()
|
| D | viewer.c | 241 rm->xfbHeight = xfbSizeY; in getRenderMode()
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXStruct.h | 210 u16 xfbHeight; // external frame buffer, may yscale efb member
|
| D | GXFrameBuffer.h | 194 f32 GXGetYScaleFactor( u16 efbHeight, u16 xfbHeight );
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-aa-full.c | 100 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/ |
| D | perf-fill.c | 1625 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/ |
| D | mgt-fifo-dual.c | 482 DEMOInitCaption( DM_FT_OPQ, RenderMode->fbWidth, RenderMode->xfbHeight ); in DrawUI()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/src/ |
| D | dual-main.c | 276 dwFbSize = (u32)(dwFbWidth * rmp->xfbHeight); in myAppInit()
|
| /RvlSDK-3.2.2/build/demos/axdemo/src/ |
| D | axart3ddemo.c | 1005 DEMOInitCaption( DM_FT_OPQ, RenderMode->fbWidth, RenderMode->xfbHeight ); in DrawUI()
|