Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DAndroidAnimation.cpp300 unsigned int fromSize = fromValue->value()->size(); in applyForProgress() local
301 if (fromSize) { in applyForProgress()
302 if (toValue->value()->size() != fromSize) in applyForProgress()
305 for (unsigned int j = 0; j < fromSize && valid; j++) { in applyForProgress()
/external/icu4c/test/cintltst/
Dcldrtest.c576 int32_t fromSize = ures_getSize(fromArray); in compareArrays() local
581 if (fromSize > toSize) { in compareArrays()
582 fromSize = toSize; in compareArrays()
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp163 unsigned fromSize = from.operations().size(); in blendFunc() local
165 unsigned size = max(fromSize, toSize); in blendFunc()
167 RefPtr<TransformOperation> fromOp = (i < fromSize) ? from.operations()[i].get() : 0; in blendFunc()