Lines Matching refs:MtxFx22
29 asm void MTX_Identity22_(register MtxFx22* pDst) in MTX_Identity22_()
39 asm void MTX_Transpose22_(const register MtxFx22* pSrc, register MtxFx22* pDst) in MTX_Transpose22_()
52 asm void MTX_Scale22_(register MtxFx22* pDst, register fx32 x, register fx32 y) in MTX_Scale22_()
63 asm void MTX_Rot22_(register MtxFx22 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_Rot22_()
89 void MTX_ScaleApply22(const MtxFx22 *pSrc, MtxFx22 *pDst, fx32 x, fx32 y) in MTX_ScaleApply22()
117 int MTX_Inverse22(const MtxFx22 *pSrc, MtxFx22 *pDst) in MTX_Inverse22()
119 MtxFx22 tmp; in MTX_Inverse22()
120 MtxFx22 *p; in MTX_Inverse22()
175 void MTX_Concat22(const MtxFx22 *a, const MtxFx22 *b, MtxFx22 *ab) in MTX_Concat22()
177 MtxFx22 tmp; in MTX_Concat22()
178 MtxFx22 *p; in MTX_Concat22()