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

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.h 39 void applyValues(int animatorIndex, SkOperand* values, int count,
SkAnimateActive.cpp 180 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
184 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
218 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
222 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
SkDisplayApply.cpp 107 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count,
637 applyValues(inner, formulaValues.begin(), count, animate->getValuesType(), innerTime);
641 applyValues(inner, values.get(), count, animate->getValuesType(), innerTime);
  /external/skia/src/animator/
SkDisplayApply.h 39 void applyValues(int animatorIndex, SkOperand* values, int count,
SkAnimateActive.cpp 180 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
184 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
218 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time);
222 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time);
SkDisplayApply.cpp 107 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count,
637 applyValues(inner, formulaValues.begin(), count, animate->getValuesType(), innerTime);
641 applyValues(inner, values.get(), count, animate->getValuesType(), innerTime);

Completed in 321 milliseconds