Home
last modified time | relevance | path

Searched refs:childResult (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_AnimObject.cpp571 const anim::AnimResult* childResult = in GetResult() local
573 if (childResult != NULL) in GetResult()
575 return childResult; in GetResult()
652 const anim::AnimResult* childResult = in GetResult() local
654 if (childResult != NULL) in GetResult()
657 if (!blendOp->Blend(result, compWeights, childResult, &childWeight)) in GetResult()
733 const anim::AnimResult* childResult = NULL; in GetResult() local
736 childResult = m_AnimObjects[animIdx]->GetResult(&workResult, memberIdx); in GetResult()
739 if (childResult == NULL) in GetResult()
745 childResult = &workResult; in GetResult()
[all …]
Dgfx_TransformAnim.cpp1035 const anim::AnimResult* childResult = in GetResult() local
1038 if (childResult != NULL) in GetResult()
1055 NULL, childResult, srcWeights)) in GetResult()
1155 const anim::AnimResult* childResult = NULL; in GetResult() local
1158 childResult = animObj->GetResult(&workResult, memberIdx); in GetResult()
1161 if (childResult == NULL) in GetResult()
1167 childResult = reinterpret_cast<anim::AnimResult*>(&workResult); in GetResult()
1184 NULL, childResult, srcWeights)) in GetResult()
1269 const anim::AnimResult* childResult = in GetResult() local
1271 if (childResult != NULL) in GetResult()
[all …]