Searched refs:weights (Results 1 – 3 of 3) sorted by relevance
322 static void DisableSRTWeightsIfNeeded(float* weights, const AnimObject* animObj) in DisableSRTWeightsIfNeeded() argument330 weights[0] = TransformAnimBlendOp::WeightDiscard; in DisableSRTWeightsIfNeeded()335 weights[1] = TransformAnimBlendOp::WeightDiscard; in DisableSRTWeightsIfNeeded()340 weights[2] = TransformAnimBlendOp::WeightDiscard; in DisableSRTWeightsIfNeeded()352 static bool CheckWeightsNearlyZero(const float* weights) in CheckWeightsNearlyZero() argument354 NW_NULL_ASSERT(weights); in CheckWeightsNearlyZero()357 AnimWeightNearlyEqualZero(weights[0]) && in CheckWeightsNearlyZero()358 AnimWeightNearlyEqualZero(weights[1]) && in CheckWeightsNearlyZero()359 AnimWeightNearlyEqualZero(weights[2]); in CheckWeightsNearlyZero()
239 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument241 (void)weights; in PostBlend()320 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument322 (void)weights; in PostBlend()402 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument404 (void)weights; in PostBlend()483 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument485 (void)weights; in PostBlend()596 float weights[3] = { *weight, *weight, *weight }; in PostBlend()599 weights); in PostBlend()
130 virtual bool PostBlend(AnimResult* result, const float* weights) const in PostBlend() argument133 (void)weights; in PostBlend()