Lines Matching refs:srcWeights
220 const float* srcWeights) const in Blend() argument
225 BlendScaleStandard(dstX, srcX, srcWeights[0]); in Blend()
226 BlendRotateMatrix (dstX, srcX, srcWeights[1]); in Blend()
227 BlendTranslate (dstX, srcX, srcWeights[2]); in Blend()
301 const float* srcWeights) const in Blend() argument
306 BlendScaleAccurate(dstX, srcX, srcWeights[0]); in Blend()
307 BlendRotateMatrix (dstX, srcX, srcWeights[1]); in Blend()
308 BlendTranslate (dstX, srcX, srcWeights[2]); in Blend()
383 const float* srcWeights) const in Blend() argument
388 BlendScaleStandard (dstX, srcX, srcWeights[0]); in Blend()
389 BlendRotateQuaternion(dstX, srcX, srcWeights[1]); in Blend()
390 BlendTranslate (dstX, srcX, srcWeights[2]); in Blend()
464 const float* srcWeights) const in Blend() argument
469 BlendScaleAccurate (dstX, srcX, srcWeights[0]); in Blend()
470 BlendRotateQuaternion(dstX, srcX, srcWeights[1]); in Blend()
471 BlendTranslate (dstX, srcX, srcWeights[2]); in Blend()
566 float srcWeights[3] = { *srcWeight, *srcWeight, *srcWeight }; in Blend() local
572 srcWeights); in Blend()