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

  /external/chromium_org/third_party/skia/src/animator/
SkAnimateBase.h 39 SkDisplayTypes getValuesType() { return fValues.getType(); }
SkAnimateActive.cpp 154 // value.fType = animate->getValuesType();
178 animate->getValuesType(), animate->formula);
180 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
184 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
216 animate->getValuesType(), animate->formula);
218 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
222 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
302 SkASSERT(animate->getValuesType() == SkType_Float);
379 interpolator.reset(components, entries == 1 ? 2 : entries, animate->getValuesType());
SkDisplayApply.cpp 633 animate->getValuesType(), animate->formula);
637 applyValues(inner, formulaValues.begin(), count, animate->getValuesType(), innerTime);
641 applyValues(inner, values.get(), count, animate->getValuesType(), innerTime);
  /external/skia/src/animator/
SkAnimateBase.h 39 SkDisplayTypes getValuesType() { return fValues.getType(); }
SkAnimateActive.cpp 154 // value.fType = animate->getValuesType();
178 animate->getValuesType(), animate->formula);
180 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
184 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
216 animate->getValuesType(), animate->formula);
218 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
222 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
302 SkASSERT(animate->getValuesType() == SkType_Float);
379 interpolator.reset(components, entries == 1 ? 2 : entries, animate->getValuesType());
SkDisplayApply.cpp 633 animate->getValuesType(), animate->formula);
637 applyValues(inner, formulaValues.begin(), count, animate->getValuesType(), innerTime);
641 applyValues(inner, values.get(), count, animate->getValuesType(), innerTime);

Completed in 193 milliseconds