Home
last modified time | relevance | path

Searched refs:yOrig (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoFont.h95 inline void DEMOFontSetViewport(f32 xOrig, f32 yOrig, f32 width, f32 height) in DEMOFontSetViewport() argument
97 GX2SetViewport(xOrig, yOrig, width, height, 0.0f, 1.0f); in DEMOFontSetViewport()
98 GX2SetScissor(xOrig, yOrig, width, height); in DEMOFontSetViewport()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoFont.h95 inline void DEMOFontSetViewport(f32 xOrig, f32 yOrig, f32 width, f32 height) in DEMOFontSetViewport() argument
97 GX2SetViewport(xOrig, yOrig, width, height, 0.0f, 1.0f); in DEMOFontSetViewport()
98 GX2SetScissor(xOrig, yOrig, width, height); in DEMOFontSetViewport()
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2RenderState.h477 void GX2API GX2SetViewport(f32 xOrig, f32 yOrig, f32 wd, f32 ht, f32 nearZ, f32 farZ);
494 GX2_INLINE void GX2SetViewportHalfZ(f32 xOrig, f32 yOrig, f32 wd, f32 ht, f32 in GX2SetViewportHalfZ() argument
496 GX2SetViewport(xOrig, yOrig, wd, ht, (2*nearZ-farZ), farZ); in GX2SetViewportHalfZ()
512 void GX2API GX2SetScissor(u32 xOrig, u32 yOrig, u32 wd, u32 ht);
Dgx2RenderStateReg.h859 f32 xOrig, f32 yOrig, f32 wd, f32 ht, f32 nearZ, f32 farZ);
874 f32 xOrig, f32 yOrig, f32 wd, f32 ht, f32 nearZ, f32 farZ) in GX2InitViewportRegHalfZ() argument
876 GX2InitViewportReg(pState, xOrig, yOrig, wd, ht, (2*nearZ-farZ), farZ); in GX2InitViewportRegHalfZ()
951 u32 xOrig, u32 yOrig, u32 wd, u32 ht);