Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_TransformAnimBlendOp.h224 const CalculatedTransform* srcX = reinterpret_cast<const CalculatedTransform*>(src); 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()
256 const CalculatedTransform* srcX = reinterpret_cast<const CalculatedTransform*>(src); in Override() local
257 return OverrideTransform(dstX, srcX, 0); in Override()
305 const CalculatedTransform* srcX = reinterpret_cast<const CalculatedTransform*>(src); in Blend() local
306 BlendScaleAccurate(dstX, srcX, srcWeights[0]); in Blend()
307 BlendRotateMatrix (dstX, srcX, srcWeights[1]); in Blend()
308 BlendTranslate (dstX, srcX, srcWeights[2]); in Blend()
[all …]