| /TwlSDK-5.1.0/include/nitro/fx/ |
| D | fx_mtx22.h | 36 SDK_DECL_INLINE void MTX_Identity22(MtxFx22 *pDst); 37 SDK_DECL_INLINE void MTX_Copy22(const MtxFx22 *pSrc, MtxFx22 *pDst); 38 SDK_DECL_INLINE void MTX_Transpose22(const MtxFx22 *pSrc, MtxFx22 *pDst); 39 SDK_DECL_INLINE void MTX_Rot22(MtxFx22 *pDst, fx32 sinVal, fx32 cosVal); 40 int MTX_Inverse22(const MtxFx22 *pSrc, MtxFx22 *pDst); 41 void MTX_Concat22(const MtxFx22 *a, const MtxFx22 *b, MtxFx22 *ab); 42 void MTX_ScaleApply22(const MtxFx22 *pSrc, MtxFx22 *pDst, fx32 x, fx32 y); 44 void MTX_Identity22_(register MtxFx22 *pDst); 45 void MTX_Transpose22_(const register MtxFx22 *pSrc, register MtxFx22 *pDst); 46 void MTX_Scale22_(register MtxFx22 *pDst, register fx32 x, register fx32 y); [all …]
|
| D | fx.h | 248 MtxFx22; typedef 260 MtxFx22; typedef
|
| /TwlSDK-5.1.0/build/libraries/fx/common/src/ |
| D | fx_mtx22.c | 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() [all …]
|
| D | fx.c | 64 SDK_ASSERT(16 == sizeof(MtxFx22)); in FX_Init()
|
| /TwlSDK-5.1.0/include/nitro/gx/ |
| D | g2.h | 105 static void G2_SetBG2Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1); 106 static void G2_SetBG3Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1); 142 static void G2S_SetBG2Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1); 143 static void G2S_SetBG3Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1); 174 void G2x_SetBGyAffine_(u32 addr, const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1); 582 static inline void G2_SetBG2Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1) in G2_SetBG2Affine() 601 static inline void G2_SetBG3Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1) in G2_SetBG3Affine() 1087 static inline void G2S_SetBG2Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1) in G2S_SetBG2Affine() 1106 static inline void G2S_SetBG3Affine(const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1) in G2S_SetBG3Affine()
|
| D | g2_oam.h | 321 static void G2_SetOBJAffine(GXOamAffine *oam, const MtxFx22 *mtx); 755 static inline void G2_SetOBJAffine(GXOamAffine *oam, const MtxFx22 *mtx) in G2_SetOBJAffine() 781 static inline void G2_GetOBJAffine(const GXOamAffine *oam, MtxFx22 *mtx) in G2_GetOBJAffine()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_Oam_3/src/ |
| D | main.c | 71 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_3/src/ |
| D | main.c | 70 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_Oam_2/src/ |
| D | main.c | 100 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_2/src/ |
| D | main.c | 99 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_CharBg_3/src/ |
| D | main.c | 92 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_CharBg_2/src/ |
| D | main.c | 90 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_3/src/ |
| D | main.c | 92 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_2/src/ |
| D | main.c | 90 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_256BMP/src/ |
| D | main.c | 131 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_Direct/src/ |
| D | main.c | 135 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_256_16/src/ |
| D | main.c | 145 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_Bmp1D/src/ |
| D | main.c | 189 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_Direct/src/ |
| D | main.c | 201 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/libraries/gx/ARM9/src/ |
| D | g2.c | 30 void G2x_SetBGyAffine_(u32 addr, const MtxFx22 *mtx, int centerX, int centerY, int x1, int y1) in G2x_SetBGyAffine_()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_256_16/src/ |
| D | main.c | 203 MtxFx22 mtx; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_Char1D/src/ |
| D | main.c | 218 MtxFx22 mtx; in TwlMain()
|