Searched refs:dstX (Results 1 – 1 of 1) sorted by relevance
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_TransformAnimBlendOp.h | 223 CalculatedTransform* dstX = reinterpret_cast<CalculatedTransform*>(dst); in Blend() local 225 BlendScaleStandard(dstX, srcX, srcWeights[0]); in Blend() 226 BlendRotateMatrix (dstX, srcX, srcWeights[1]); in Blend() 227 BlendTranslate (dstX, srcX, srcWeights[2]); in Blend() 242 CalculatedTransform* dstX = reinterpret_cast<CalculatedTransform*>(result); in PostBlend() local 243 return dstX->NormalizeRotateMatrix(); in PostBlend() 255 CalculatedTransform* dstX = reinterpret_cast<CalculatedTransform*>(dst); in Override() local 257 return OverrideTransform(dstX, srcX, 0); in Override() 304 CalculatedTransform* dstX = reinterpret_cast<CalculatedTransform*>(dst); in Blend() local 306 BlendScaleAccurate(dstX, srcX, srcWeights[0]); in Blend() [all …]
|