OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyValues
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/animator/
SkDisplayApply.h
47
void
applyValues
(int animatorIndex, SkOperand* values, int count,
SkAnimateActive.cpp
183
fApply.
applyValues
(index, values.begin(), count, animate->getValuesType(), time);
187
fApply.
applyValues
(index, values.get(), count, animate->getValuesType(), time);
221
fApply.
applyValues
(index, values.begin(), count, animate->getValuesType(), time);
225
fApply.
applyValues
(index, values.get(), count, animate->getValuesType(), time);
SkDisplayApply.cpp
115
void SkApply::
applyValues
(int animatorIndex, SkOperand* values, int count,
644
applyValues
(inner, formulaValues.begin(), count, animate->getValuesType(), innerTime);
648
applyValues
(inner, values.get(), count, animate->getValuesType(), innerTime);
Completed in 171 milliseconds