| /RvlSDK-3.2.2/build/libraries/demo/src/ |
| D | DEMOInit.c | 244 fbSize = VIPadFrameBufferWidth(Rmode->fbWidth) * Rmode->xfbHeight * in DEMOConfigureMem() 351 u16 fbWidth; in DEMOInitGX() local 362 fbWidth = Rmode->fbWidth; in DEMOInitGX() 363 if (fbWidth > 640) { in DEMOInitGX() 364 fbWidth = 640; 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() 377 GXSetDispCopySrc(0, 0, fbWidth, Rmode->efbHeight); // use adjusted width 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() [all …]
|
| /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() 163 GXSetDispCopySrc( 0, 0, rmode_p->fbWidth, rmode_p->efbHeight ) ; in init_gx() 164 GXSetDispCopyDst( rmode_p->fbWidth, rmode_p->xfbHeight ) ; 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()
|
| D | sample.c | 506 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/ |
| D | swing.c | 128 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display() 163 GXSetDispCopySrc( 0, 0, rmode_p->fbWidth, rmode_p->efbHeight ) ; in init_gx() 164 GXSetDispCopyDst( rmode_p->fbWidth, rmode_p->xfbHeight ) ; 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()
|
| D | main.c | 142 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display() 177 GXSetDispCopySrc( 0, 0, rmode_p->fbWidth, rmode_p->efbHeight ) ; in init_gx() 178 GXSetDispCopyDst( rmode_p->fbWidth, rmode_p->xfbHeight ) ; 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()
|
| D | sample.c | 715 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 …]
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-aa-full.c | 99 width = rMode->fbWidth; in main() 104 bufferOffset = VIPadFrameBufferWidth(rMode->fbWidth) * copyLines * in main() 126 (f32)rMode->fbWidth, (f32)rMode->xfbHeight, in main() 182 GXSetDispCopySrc(0, COPY_OVERLAP, rMode->fbWidth, copyLines); in CopyBottom() 188 GXSetDispCopySrc(0, 0, rMode->fbWidth, COPY_OVERLAP); in CopyBottom() 193 GXSetDispCopySrc(0, 0, rMode->fbWidth, rMode->efbHeight); in CopyBottom()
|
| /RvlSDK-3.2.2/build/demos/videmo/src/ |
| D | moving.c | 127 for (i = 0; i < rmode->fbWidth; i += 2) in draw() 162 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
|
| D | moving.progressive.c | 127 for (i = 0; i < rmode->fbWidth; i += 2) in draw() 163 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
|
| D | moving.30Hz.c | 127 for (i = 0; i < rmode->fbWidth; i += 2) in draw() 183 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
|
| D | moving.regions.c | 183 for (i = 0; i < rmode->fbWidth; i += 2) in draw() 256 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
|
| D | cross-color.c | 221 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main() 264 DrawCircles( rmode->fbWidth, rmode->xfbHeight, fbSize, xfb); in main()
|
| D | color.c | 179 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
|
| D | dimming.c | 185 DEMOInitCaption(DM_FT_XLU, (s16)rmp->fbWidth, (s16) rmp->efbHeight); in main()
|
| /RvlSDK-3.2.2/build/demos/wbcdemo/src/ |
| D | balance.c | 177 x = (s16)((right / (left + right)) * rmp->fbWidth); in main() 181 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in main()
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXStruct.h | 208 u16 fbWidth; // No xscale from efb to xfb member
|
| /RvlSDK-3.2.2/build/demos/osdemo/src/ |
| D | report.c | 48 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in DoReport()
|
| D | crcdemo.c | 122 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in DoReport()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/ |
| D | pix-logic.c | 119 myViewPort[i].xorg *= rmp->fbWidth/2; in main() 121 myViewPort[i].width *= rmp->fbWidth/2; in main()
|
| D | pix-blend.c | 122 myViewPort[i].xorg *= rmp->fbWidth/2; in main() 124 myViewPort[i].width *= rmp->fbWidth/2; in main()
|
| D | pix-fog.c | 173 myViewPort[i].xorg *= rmp->fbWidth/2; in main() 175 myViewPort[i].width *= rmp->fbWidth/2; in main()
|
| D | pix-z-comp.c | 126 myViewPort[i].xorg *= rmp->fbWidth/2; in main() 128 myViewPort[i].width *= rmp->fbWidth/2; in main()
|
| /RvlSDK-3.2.2/build/demos/thpdemo/src/THPSimple/ |
| D | main.c | 87 x = (rmode->fbWidth - videoInfo.xSize) / 2; in main()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/src/ |
| D | dual-main.c | 266 DEMOInitCaption(DM_FT_OPQ, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in myAppInit() 275 (u32)(VIPadFrameBufferWidth(rmp->fbWidth) * VI_DISPLAY_PIX_SZ ); in myAppInit()
|
| /RvlSDK-3.2.2/build/demos/paddemo/src/ |
| D | sampling.c | 106 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth * 3 / 4, (s16) rmp->efbHeight * 3 / 4); in main()
|