Home
last modified time | relevance | path

Searched refs:numAnimations (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm1546 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);
/external/webkit/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp618 size_t numAnimations = isMatrixAnimation ? 1 : functionList.size(); in createTransformAnimationsFromKeyframes() local