Home
last modified time | relevance | path

Searched refs:fbWidth (Results 1 – 25 of 63) sorted by relevance

123

/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOInit.c244 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/
Dmain.c128 … 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()
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/
Dswing.c128 … 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()
Dmain.c142 … 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()
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 …]
/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-aa-full.c99 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/
Dmoving.c127 for (i = 0; i < rmode->fbWidth; i += 2) in draw()
162 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
Dmoving.progressive.c127 for (i = 0; i < rmode->fbWidth; i += 2) in draw()
163 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
Dmoving.30Hz.c127 for (i = 0; i < rmode->fbWidth; i += 2) in draw()
183 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
Dmoving.regions.c183 for (i = 0; i < rmode->fbWidth; i += 2) in draw()
256 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
Dcross-color.c221 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
264 DrawCircles( rmode->fbWidth, rmode->xfbHeight, fbSize, xfb); in main()
Dcolor.c179 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
Ddimming.c185 DEMOInitCaption(DM_FT_XLU, (s16)rmp->fbWidth, (s16) rmp->efbHeight); in main()
/RvlSDK-3.2.2/build/demos/wbcdemo/src/
Dbalance.c177 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/
DGXStruct.h208 u16 fbWidth; // No xscale from efb to xfb member
/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()
/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dpix-logic.c119 myViewPort[i].xorg *= rmp->fbWidth/2; in main()
121 myViewPort[i].width *= rmp->fbWidth/2; in main()
Dpix-blend.c122 myViewPort[i].xorg *= rmp->fbWidth/2; in main()
124 myViewPort[i].width *= rmp->fbWidth/2; in main()
Dpix-fog.c173 myViewPort[i].xorg *= rmp->fbWidth/2; in main()
175 myViewPort[i].width *= rmp->fbWidth/2; in main()
Dpix-z-comp.c126 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/
Dmain.c87 x = (rmode->fbWidth - videoInfo.xSize) / 2; in main()
/RvlSDK-3.2.2/build/demos/hio2demo/src/
Ddual-main.c266 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/
Dsampling.c106 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth * 3 / 4, (s16) rmp->efbHeight * 3 / 4); in main()

123