HomeSort by relevance Sort by last modified time
    Searched defs:propIndex (Results 1 - 2 of 2) sorted by null

  /external/skia/src/animator/
SkDisplayable.cpp 86 int propIndex = 0;
94 if (getProperty(propIndex, &value))
95 copy->setProperty(propIndex, value);
96 propIndex++;
162 int propIndex = 0;
176 if (getProperty(propIndex, &value)) {
177 blankCopy->getProperty(propIndex, &blankValue);
182 propIndex++;
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp     [all...]

Completed in 53 milliseconds