Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/fx/
Dfx_mtx33.h43 void MTX_ScaleApply33(const MtxFx33 *pSrc, MtxFx33 *pDst, fx32 x, fx32 y, fx32 z);
/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_mtx33.c125 void MTX_ScaleApply33(const MtxFx33 *pSrc, MtxFx33 *pDst, fx32 x, fx32 y, fx32 z) in MTX_ScaleApply33() function
Dfx_mtx43.c150 MTX_ScaleApply33((const MtxFx33 *)pSrc, (MtxFx33 *)pDst, x, y, z); in MTX_ScaleApply43()