Searched refs:applyValues (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/animator/ |
D | SkAnimateActive.cpp | 180 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()
|
D | SkDisplayApply.h | 39 void applyValues(int animatorIndex, SkOperand* values, int count,
|
D | SkDisplayApply.cpp | 107 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()
|