Searched refs:numAnimations (Results 1 – 2 of 2) sorted by relevance
1546 size_t numAnimations;1547 if ((numAnimations = m_uncomittedAnimations.size())) {1548 for (size_t i = 0; i < numAnimations; ++i) {1804 size_t numAnimations = isMatrixAnimation ? 1 : functionList.size();1808 for (size_t animationIndex = 0; animationIndex < numAnimations; ++animationIndex) {1814 bool additive = animationIndex < (numAnimations - 1);
618 size_t numAnimations = isMatrixAnimation ? 1 : functionList.size(); in createTransformAnimationsFromKeyframes() local