Searched defs:applyValues (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.cpp107 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count, function in class:SkApply
637 applyValues(inner, formulaValues.begin(), count, animate->getValuesType(), innerTime);
641 applyValues(inner, values.get(), count, animate->getValuesType(), innerTime);
/external/skia/src/animator/
H A DSkDisplayApply.cpp107 void SkApply::applyValues(int animatorIndex, SkOperand* values, int count, function in class:SkApply
637 applyValues(inner, formulaValues.begin(), count, animate->getValuesType(), innerTime);
641 applyValues(inner, values.get(), count, animate->getValuesType(), innerTime);

Completed in 7209 milliseconds