Home
last modified time | relevance | path

Searched refs:HasPostBlend (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_AnimInterpolator.cpp158 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
246 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
Dgfx_TransformAnimInterpolator.cpp205 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
334 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
Dgfx_AnimAdder.cpp114 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
Dgfx_TransformAnimAdder.cpp127 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
/NW4C-2.0.3/include/nw/anim/
Danim_AnimBlend.h90 bool HasPostBlend() const { return m_HasPostBlend; } in HasPostBlend() function