Home
last modified time | relevance | path

Searched refs:applyValues (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/animator/
DSkAnimateActive.cpp180 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time); in create()
184 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time); in create()
218 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time); in immediate()
222 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time); in immediate()
DSkDisplayApply.h39 void applyValues(int animatorIndex, SkOperand* values, int count,
DSkDisplayApply.cpp107 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count, in applyValues() function in SkApply
637 applyValues(inner, formulaValues.begin(), count, animate->getValuesType(), innerTime); in interpolate()
641 applyValues(inner, values.get(), count, animate->getValuesType(), innerTime); in interpolate()