Home
last modified time | relevance | path

Searched refs:typedValues (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/animator/
DSkDisplayable.cpp403 SkTDArray<SkScriptValue> typedValues; in executeFunction() local
408 *typedValues.append() = temp; in executeFunction()
410 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value); in executeFunction()
DSkDisplayApply.cpp119 SkTDArray<SkScriptValue> typedValues; in applyValues() local
124 *typedValues.append() = temp; in applyValues()
126 … executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), NULL); in applyValues()