Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_AnimObject.cpp678 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
766 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
857 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
Dgfx_TransformAnim.cpp1071 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
1204 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
1323 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
/NW4C-1.3.3/include/nw/anim/
Danim_AnimBlend.h192 bool HasPostBlend() const { return m_HasPostBlend; } in HasPostBlend() function