Searched refs:weights (Results 1 – 3 of 3) sorted by relevance
238 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument240 (void)weights; in PostBlend()319 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument321 (void)weights; in PostBlend()401 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument403 (void)weights; in PostBlend()482 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument484 (void)weights; in PostBlend()
53 CheckWeightsNearyZero(const float* weights) in CheckWeightsNearyZero() argument56 AnimWeightNearlyEqualZero(weights[0]) && in CheckWeightsNearyZero()57 AnimWeightNearlyEqualZero(weights[1]) && in CheckWeightsNearyZero()58 AnimWeightNearlyEqualZero(weights[2]); in CheckWeightsNearyZero()68 DisableSRTWeightsIfNeeded(float* weights, const AnimObject* animObj) in DisableSRTWeightsIfNeeded() argument76 weights[0] = WEIGHT_DISCARD; in DisableSRTWeightsIfNeeded()80 weights[1] = WEIGHT_DISCARD; in DisableSRTWeightsIfNeeded()84 weights[2] = WEIGHT_DISCARD; in DisableSRTWeightsIfNeeded()
232 virtual bool PostBlend(AnimResult* result, const float* weights) const in PostBlend() argument235 (void)weights; in PostBlend()