Searched refs:scrWidth (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.1/build/demos/thpdemo/src/THPPlayer/ |
| D | THPDraw.c | 83 s32 scrWidth; in THPGXYuv2RgbSetup() local 88 scrWidth = rmode->fbWidth; in THPGXYuv2RgbSetup() 94 MTXOrtho(pMtx, 0.0f, (f32)scrHeight, 0.0f, (f32)scrWidth, 0.0f, -1.0F); in THPGXYuv2RgbSetup() 96 GXSetViewport(0.0F, 0.0F, (f32)scrWidth, (f32)scrHeight, 0.0F, 1.0F); in THPGXYuv2RgbSetup() 97 GXSetScissor(0, 0, (u32)scrWidth, (u32)scrHeight); in THPGXYuv2RgbSetup()
|
| /RvlSDK-3.1/build/demos/thpdemo/src/THPSimple/ |
| D | THPDraw.c | 83 s32 scrWidth; in THPGXYuv2RgbSetup() local 88 scrWidth = rmode->fbWidth; in THPGXYuv2RgbSetup() 94 MTXOrtho(pMtx, 0.0f, (f32)scrHeight, 0.0f, (f32)scrWidth, 0.0f, -1.0F); in THPGXYuv2RgbSetup() 96 GXSetViewport(0.0F, 0.0F, (f32)scrWidth, (f32)scrHeight, 0.0F, 1.0F); in THPGXYuv2RgbSetup() 97 GXSetScissor(0, 0, (u32)scrWidth, (u32)scrHeight); in THPGXYuv2RgbSetup()
|
| /RvlSDK-3.1/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPDraw.c | 83 s32 scrWidth; in THPGXYuv2RgbSetup() local 88 scrWidth = rmode->fbWidth; in THPGXYuv2RgbSetup() 94 MTXOrtho(pMtx, 0.0f, (f32)scrHeight, 0.0f, (f32)scrWidth, 0.0f, -1.0F); in THPGXYuv2RgbSetup() 96 GXSetViewport(0.0F, 0.0F, (f32)scrWidth, (f32)scrHeight, 0.0F, 1.0F); in THPGXYuv2RgbSetup() 97 GXSetScissor(0, 0, (u32)scrWidth, (u32)scrHeight); in THPGXYuv2RgbSetup()
|
| /RvlSDK-3.1/build/demos/gxdemo/src/Texture/ |
| D | tex-tc-alloc.c | 82 u16 scrWidth; member 287 sc->scrWidth = (u16)rmode->fbWidth; // Screen Width in DrawInit() 367 DEMOInitCaption(DM_FT_OPQ, sc->scrWidth, sc->scrHeight); in DrawTick()
|