Searched refs:PostBlend (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_TransformAnim.h | 238 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/ |
| D | gfx_AnimObject.cpp | 681 blendOp->PostBlend(result, compWeights); in GetResult() 769 blendOp->PostBlend(result, compWeights); in GetResult() 860 blendOp->PostBlend(result, NULL); in GetResult()
|
| D | gfx_TransformAnim.cpp | 1080 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/ |
| D | anim_AnimBlend.h | 232 virtual bool PostBlend(AnimResult* result, const float* weights) const in PostBlend() function
|