Home
last modified time | relevance | path

Searched defs:scaleS (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmatVec.h593 f32 scaleS, f32 scaleT, f32 transS, in MAT34LightFrustum()
614 static inline void MAT34LightPerspective ( Mat34 *m, f32 fovY, f32 aspect, f32 scaleS, in MAT34LightPerspective()
637 static inline void MAT34LightOrtho ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 scaleS, in MAT34LightOrtho()
/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmatVec.h593 f32 scaleS, f32 scaleT, f32 transS, in MAT34LightFrustum()
614 static inline void MAT34LightPerspective ( Mat34 *m, f32 fovY, f32 aspect, f32 scaleS, in MAT34LightPerspective()
637 static inline void MAT34LightOrtho ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 scaleS, in MAT34LightOrtho()
/CafeSDK-2.12.13-1/system/src/lib/mtx/
Dmtx.c2208 float scaleS, float scaleT, float transS, in C_MTXLightFrustum()
2266 void C_MTXLightPerspective ( Mtx m, f32 fovY, f32 aspect, float scaleS, in C_MTXLightPerspective()
2332 void C_MTXLightOrtho ( Mtx m, f32 t, f32 b, f32 lf, f32 r, float scaleS, in C_MTXLightOrtho()