Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_AnimObject.cpp570 const anim::AnimResult* childResult = in GetResult() local
572 if (childResult != NULL) in GetResult()
574 return childResult; in GetResult()
651 const anim::AnimResult* childResult = in GetResult() local
653 if (childResult != NULL) in GetResult()
656 if (!blendOp->Blend(result, compWeights, childResult, &childWeight)) in GetResult()
732 const anim::AnimResult* childResult = NULL; in GetResult() local
735 childResult = m_AnimObjects[animIdx]->GetResult(&workResult, memberIdx); in GetResult()
738 if (childResult == NULL) in GetResult()
744 childResult = &workResult; in GetResult()
[all …]
Dgfx_TransformAnim.cpp1028 const anim::AnimResult* childResult = in GetResult() local
1031 if (childResult != NULL) in GetResult()
1048 NULL, childResult, srcWeights)) in GetResult()
1156 const anim::AnimResult* childResult = NULL; in GetResult() local
1159 childResult = animObj->GetResult(&workResult, memberIdx); in GetResult()
1162 if (childResult == NULL) in GetResult()
1171 childResult = reinterpret_cast<anim::AnimResult*>(&workResult); in GetResult()
1188 NULL, childResult, srcWeights)) in GetResult()
1281 const anim::AnimResult* childResult = in GetResult() local
1283 if (childResult != NULL) in GetResult()
[all …]