Searched refs:childResult (Results 1 – 6 of 6) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_AnimInterpolator.cpp | 50 const anim::AnimResult* childResult = in GetResult() local 52 if (childResult != NULL) in GetResult() 54 return childResult; in GetResult() 131 const anim::AnimResult* childResult = in GetResult() local 133 if (childResult != NULL) in GetResult() 136 if (!blendOp->Blend(result, compWeights, childResult, &childWeight)) in GetResult() 212 const anim::AnimResult* childResult = NULL; in GetResult() local 215 childResult = m_AnimObjects[animIdx]->GetResult(&workResult, memberIdx); in GetResult() 218 if (childResult == NULL) in GetResult() 224 childResult = &workResult; in GetResult() [all …]
|
| D | gfx_AnimOverrider.cpp | 50 const anim::AnimResult* childResult = in GetResult() local 52 if (childResult != NULL) in GetResult() 54 return childResult; in GetResult() 71 const anim::AnimResult* childResult = in GetResult() local 73 if (childResult != NULL) in GetResult() 76 if (blendOp->Override(result, childResult)) // 全成分を上書きしたら true が返る in GetResult()
|
| D | gfx_AnimAdder.cpp | 50 const anim::AnimResult* childResult = in GetResult() local 52 if (childResult != NULL) in GetResult() 54 return childResult; in GetResult() 87 const anim::AnimResult* childResult = in GetResult() local 89 if (childResult != NULL) in GetResult() 92 if (!blendOp->Blend(result, NULL, childResult, &childWeight)) in GetResult()
|
| D | gfx_TransformAnimInterpolator.cpp | 160 const anim::AnimResult* childResult = in GetResult() local 163 if (childResult != NULL) in GetResult() 180 NULL, childResult, srcWeights)) in GetResult() 284 const anim::AnimResult* childResult = NULL; in GetResult() local 287 childResult = animObj->GetResult(&workResult, memberIdx); in GetResult() 290 if (childResult == NULL) in GetResult() 299 childResult = reinterpret_cast<anim::AnimResult*>(&workResult); in GetResult() 316 NULL, childResult, srcWeights)) in GetResult()
|
| D | gfx_TransformAnimOverrider.cpp | 70 const anim::AnimResult* childResult = in GetResult() local 72 if (childResult != NULL) in GetResult() 76 childResult)) // 全成分を上書きしたら true が返る in GetResult()
|
| D | gfx_TransformAnimAdder.cpp | 85 const anim::AnimResult* childResult = in GetResult() local 87 if (childResult != NULL) in GetResult() 104 NULL, childResult, srcWeights)) in GetResult()
|