Home
last modified time | relevance | path

Searched refs:MTX_ScaleApply44 (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/build/demos/gx/UnitTours/3D_Pol_TexSRT/src/
Dmain.c187 MTX_ScaleApply44(&mtx, &mtx, rScale, rScale, FX32_ONE); in TwlMain()
/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx44.h43 void MTX_ScaleApply44(const MtxFx44 *pSrc, MtxFx44 *pDst, fx32 x, fx32 y, fx32 z);
/TwlSDK-5.4/build/libraries/fx/common/src/
Dfx_mtx44.c182 void MTX_ScaleApply44(const MtxFx44 *pSrc, MtxFx44 *pDst, fx32 x, fx32 y, fx32 z) in MTX_ScaleApply44() function