Lines Matching refs:srcWeights
219 const float* srcWeights) const in Blend() argument
224 BlendScaleStandard(dstX, srcX, srcWeights[0]); in Blend()
225 BlendRotateMatrix (dstX, srcX, srcWeights[1]); in Blend()
226 BlendTranslate (dstX, srcX, srcWeights[2]); in Blend()
300 const float* srcWeights) const in Blend() argument
305 BlendScaleAccurate(dstX, srcX, srcWeights[0]); in Blend()
306 BlendRotateMatrix (dstX, srcX, srcWeights[1]); in Blend()
307 BlendTranslate (dstX, srcX, srcWeights[2]); in Blend()
382 const float* srcWeights) const in Blend() argument
387 BlendScaleStandard (dstX, srcX, srcWeights[0]); in Blend()
388 BlendRotateQuaternion(dstX, srcX, srcWeights[1]); in Blend()
389 BlendTranslate (dstX, srcX, srcWeights[2]); in Blend()
463 const float* srcWeights) const in Blend() argument
468 BlendScaleAccurate (dstX, srcX, srcWeights[0]); in Blend()
469 BlendRotateQuaternion(dstX, srcX, srcWeights[1]); in Blend()
470 BlendTranslate (dstX, srcX, srcWeights[2]); in Blend()