Searched refs:PostBlend (Results 1 – 6 of 6) sorted by relevance
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_TransformAnimBlendOp.h | 239 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/ |
| D | gfx_AnimInterpolator.cpp | 160 blendOp->PostBlend(result, compWeights); in GetResult() 248 blendOp->PostBlend(result, compWeights); in GetResult()
|
| D | gfx_TransformAnimInterpolator.cpp | 207 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult() 336 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult()
|
| D | gfx_AnimAdder.cpp | 116 blendOp->PostBlend(result, NULL); in GetResult()
|
| D | gfx_TransformAnimAdder.cpp | 129 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult()
|
| /NW4C-2.0.3/include/nw/anim/ |
| D | anim_AnimBlend.h | 130 virtual bool PostBlend(AnimResult* result, const float* weights) const in PostBlend() function
|