Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_AnimInterpolator.cpp50 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 …]
Dgfx_AnimOverrider.cpp50 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()
Dgfx_AnimAdder.cpp50 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()
Dgfx_TransformAnimInterpolator.cpp160 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()
Dgfx_TransformAnimOverrider.cpp70 const anim::AnimResult* childResult = in GetResult() local
72 if (childResult != NULL) in GetResult()
76 childResult)) // 全成分を上書きしたら true が返る in GetResult()
Dgfx_TransformAnimAdder.cpp85 const anim::AnimResult* childResult = in GetResult() local
87 if (childResult != NULL) in GetResult()
104 NULL, childResult, srcWeights)) in GetResult()