Home | History | Annotate | Download | only in animation

Lines Matching refs:propIndex

734     int propIndex = propertyID - firstCSSProperty;
736 ASSERT(gPropertyWrapperMap[propIndex] == cInvalidPropertyWrapperIndex);
740 gPropertyWrapperMap[propIndex] = wrapperIndex;
784 int propIndex = propertyID - firstCSSProperty;
785 if (propIndex >= 0 && propIndex < numCSSProperties) {
786 int wrapperIndex = gPropertyWrapperMap[propIndex];