Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_TransformAnimBlendOp.h239 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
320 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
402 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
483 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
583 virtual bool PostBlend(anim::AnimResult* result, const float* weight) const in PostBlend() function
597 resultBlend= blendOp.PostBlend( in PostBlend()
605 resultBlend= blendOp.PostBlend( in PostBlend()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_AnimInterpolator.cpp160 blendOp->PostBlend(result, compWeights); in GetResult()
248 blendOp->PostBlend(result, compWeights); in GetResult()
Dgfx_TransformAnimInterpolator.cpp207 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult()
336 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult()
Dgfx_AnimAdder.cpp116 blendOp->PostBlend(result, NULL); in GetResult()
Dgfx_TransformAnimAdder.cpp129 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult()
/NW4C-2.0.3/include/nw/anim/
Danim_AnimBlend.h130 virtual bool PostBlend(AnimResult* result, const float* weights) const in PostBlend() function