Home
last modified time | relevance | path

Searched refs:rmode_p (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dmain.c40 GXRenderModeObj *rmode_p ; // Pointer to the rendering mode variable
137 rmode_p = &GXNtsc480IntDf ; in init_display()
140 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
149 VIConfigure( rmode_p ) ; in init_display()
175 GXSetDispCopySrc( 0, 0, rmode_p->fbWidth, rmode_p->efbHeight ) ; in init_gx()
176 GXSetDispCopyDst( rmode_p->fbWidth, rmode_p->xfbHeight ) ; in init_gx()
177 (void)GXSetDispCopyYScale( (f32)(rmode_p->xfbHeight) / (f32)(rmode_p->efbHeight) ) ; in init_gx()
180 GXSetCopyFilter( rmode_p->aa, rmode_p->sample_pattern, GX_ENABLE, vfilter ) ; in init_gx()
184 GXSetViewport( 0.0f, 0.0f, (f32)(rmode_p->fbWidth), (f32)(rmode_p->efbHeight), 0.0f, 1.0f ) ; in init_gx()
185 GXSetScissor( 0, 0, (u32)rmode_p->fbWidth, (u32)rmode_p->efbHeight ) ; in init_gx()
Dswing.c37 GXRenderModeObj *rmode_p ; // Pointer to the rendering mode variable
125 rmode_p = &GXNtsc480IntDf ; in init_display()
128 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display()
137 VIConfigure( rmode_p ) ; 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()
165 (void)GXSetDispCopyYScale( (f32)(rmode_p->xfbHeight) / (f32)(rmode_p->efbHeight) ) ; in init_gx()
168 GXSetCopyFilter( rmode_p->aa, rmode_p->sample_pattern, GX_ENABLE, vfilter ) ; in init_gx()
172 GXSetViewport( 0.0f, 0.0f, (f32)(rmode_p->fbWidth), (f32)(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()
[all …]
Dsample.c712 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_battery_level()
774 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
780 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 15.6f, 20.8f ) ; in draw_sample()
826 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
832 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 28.5f, 38.0f ) ; in draw_sample()
839 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 14.0f, 18.8f ) ; in draw_sample()
845 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 14.0f, 18.8f ) ; in draw_sample()
851 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 14.0f, 18.8f ) ; in draw_sample()
932 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 15.0f, 20.0f ) ; in draw_sample()
941 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
[all …]
Dmpls.c792 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 10.6f, 15.8f ) ; in draw_sample()
798 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 10.6f, 15.8f ) ; in draw_sample()
828 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 10.6f, 15.8f ) ; in draw_sample()
877 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
885 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 12.6f, 16.0f ) ; in draw_sample()
892 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 12.0f, 15.0f ) ; in draw_sample()
901 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
918 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 12.6f, 16.0f ) ; in draw_sample()
925 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 12.0f, 15.0f ) ; in draw_sample()
934 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample()
[all …]
/RvlSDK-3.3/build/demos/kpaddemo/include/
Dmain.h21 extern GXRenderModeObj *rmode_p ;