Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_AnimObject.cpp679 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
767 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
858 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
Dgfx_TransformAnim.cpp1078 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
1200 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
1311 if (!convertedBak && blendOp->HasPostBlend()) in GetResult()
/NW4C-1.2.23/include/nw/anim/
Danim_AnimBlend.h192 bool HasPostBlend() const { return m_HasPostBlend; } in HasPostBlend() function