Home
last modified time | relevance | path

Searched refs:HasBlend (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_AnimOverrider.cpp42 if (blendOp == NULL || !blendOp->HasBlend()) in GetResult()
Dgfx_AnimAdder.cpp42 if (blendOp == NULL || !blendOp->HasBlend()) in GetResult()
Dgfx_AnimInterpolator.cpp42 if (blendOp == NULL || !blendOp->HasBlend()) in GetResult()
/NW4C-2.0.3/include/nw/anim/
Danim_AnimBlend.h84 bool HasBlend() const { return m_HasBlend; } in HasBlend() function