Searched refs:getValuesType (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/animator/ |
D | SkAnimateActive.cpp | 178 animate->getValuesType(), animate->formula); in create() 180 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time); in create() 184 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time); in create() 216 animate->getValuesType(), animate->formula); in immediate() 218 fApply.applyValues(index, values.begin(), count, animate->getValuesType(), time); in immediate() 222 fApply.applyValues(index, values.get(), count, animate->getValuesType(), time); in immediate() 302 SkASSERT(animate->getValuesType() == SkType_Float); in pickUp() 379 interpolator.reset(components, entries == 1 ? 2 : entries, animate->getValuesType()); in setInterpolator()
|
D | SkAnimateBase.h | 39 SkDisplayTypes getValuesType() { return fValues.getType(); } in getValuesType() function
|
D | SkDisplayApply.cpp | 633 animate->getValuesType(), animate->formula); in interpolate() 637 applyValues(inner, formulaValues.begin(), count, animate->getValuesType(), innerTime); in interpolate() 641 applyValues(inner, values.get(), count, animate->getValuesType(), innerTime); in interpolate()
|