Searched defs:propIndex (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayable.cpp78 int propIndex = 0; local
86 if (getProperty(propIndex, &value))
87 copy->setProperty(propIndex, value);
88 propIndex++;
154 int propIndex = 0; local
168 if (getProperty(propIndex, &value)) {
169 blankCopy->getProperty(propIndex, &blankValue);
174 propIndex++;
/external/skia/src/animator/
H A DSkDisplayable.cpp78 int propIndex = 0; local
86 if (getProperty(propIndex, &value))
87 copy->setProperty(propIndex, value);
88 propIndex++;
154 int propIndex = 0; local
168 if (getProperty(propIndex, &value)) {
169 blankCopy->getProperty(propIndex, &blankValue);
174 propIndex++;
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
H A DCSSPropertyAnimation.cpp292 int propIndex = propertyID - firstCSSProperty; local
294 ASSERT(gPropertyWrapperMap[propIndex] == cInvalidPropertyWrapperIndex);
298 gPropertyWrapperMap[propIndex] = wrapperIndex;
303 int propIndex = propertyID - firstCSSProperty; local
304 if (propIndex >= 0 && propIndex < numCSSProperties) {
305 int wrapperIndex = gPropertyWrapperMap[propIndex];

Completed in 127 milliseconds