Searched refs:typedValues (Results 1 – 2 of 2) sorted by relevance
403 SkTDArray<SkScriptValue> typedValues; in executeFunction() local408 *typedValues.append() = temp; in executeFunction()410 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value); in executeFunction()
119 SkTDArray<SkScriptValue> typedValues; in applyValues() local124 *typedValues.append() = temp; in applyValues()126 … executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), NULL); in applyValues()