Home | History | Annotate | Download | only in animator

Lines Matching defs:convertTo

156     if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
342 convertTo(paramTypes[index], &(*params)[index]);
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
503 convertTo(type, &tokenValue);
763 convertTo(fReturnType, value);
781 success = convertTo(SkOperand2::kS32, &scriptValue);
1193 bool SkScriptEngine2::ConvertTo(SkScriptEngine2* engine, SkOperand2::OpType toType, SkScriptValue2* value ) {