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

/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/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp734 int propIndex = propertyID - firstCSSProperty; local
736 ASSERT(gPropertyWrapperMap[propIndex] == cInvalidPropertyWrapperIndex);
740 gPropertyWrapperMap[propIndex] = wrapperIndex;
784 int propIndex = propertyID - firstCSSProperty; local
785 if (propIndex >= 0 && propIndex < numCSSProperties) {
786 int wrapperIndex = gPropertyWrapperMap[propIndex];
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp2376 for (int propIndex = 0; !found && propIndex < numProperties; ++propIndex) {
2377 if (!fnd[propIndex]) {
2378 if (parseValue(properties[propIndex], important))
2379 fnd[propIndex] = found = true;

Completed in 99 milliseconds