HomeSort by relevance Sort by last modified time
    Searched refs:getValuesType (Results 1 - 3 of 3) sorted by null

  /external/skia/src/animator/
SkAnimateBase.h 47 SkDisplayTypes getValuesType() { return fValues.getType(); }
SkAnimateActive.cpp 159 // value.fType = animate->getValuesType();
181 animate->getValuesType(), animate->formula);
183 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
187 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
219 animate->getValuesType(), animate->formula);
221 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
225 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
305 SkASSERT(animate->getValuesType() == SkType_Float);
382 interpolator.reset(components, entries == 1 ? 2 : entries, animate->getValuesType());
SkDisplayApply.cpp 640 animate->getValuesType(), animate->formula);
644 applyValues(inner, formulaValues.begin(), count, animate->getValuesType(), innerTime);
648 applyValues(inner, values.get(), count, animate->getValuesType(), innerTime);

Completed in 36 milliseconds