Searched refs:dstX (Results 1 – 1 of 1) sorted by relevance
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_TransformAnim.h | 222 CalculatedTransform* dstX = reinterpret_cast<CalculatedTransform*>(dst); in Blend() local 224 BlendScaleStandard(dstX, srcX, srcWeights[0]); in Blend() 225 BlendRotateMatrix (dstX, srcX, srcWeights[1]); in Blend() 226 BlendTranslate (dstX, srcX, srcWeights[2]); in Blend() 241 CalculatedTransform* dstX = reinterpret_cast<CalculatedTransform*>(result); in PostBlend() local 242 return dstX->NormalizeRotateMatrix(); in PostBlend() 254 CalculatedTransform* dstX = reinterpret_cast<CalculatedTransform*>(dst); in Override() local 256 return OverrideTransform(dstX, srcX, 0); in Override() 303 CalculatedTransform* dstX = reinterpret_cast<CalculatedTransform*>(dst); in Blend() local 305 BlendScaleAccurate(dstX, srcX, srcWeights[0]); in Blend() [all …]
|