Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_TransformAnim.h238 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
319 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
401 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
482 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_AnimObject.cpp681 blendOp->PostBlend(result, compWeights); in GetResult()
769 blendOp->PostBlend(result, compWeights); in GetResult()
860 blendOp->PostBlend(result, NULL); in GetResult()
Dgfx_TransformAnim.cpp1080 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult()
1202 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult()
1313 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult()
/NW4C-1.2.23/include/nw/anim/
Danim_AnimBlend.h232 virtual bool PostBlend(AnimResult* result, const float* weights) const in PostBlend() function