Home | History | Annotate | Download | only in animator

Lines Matching refs:convertTo

337         if (convertTo((SkDisplayTypes) paramTypes[index], &params[index]) == false)
343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) {
364 return convertTo(toType, value);
366 return ConvertTo(this, toType, value);
559 if (convertTo(tokenInfo->getType(), &tokenValue) == false)
595 if (convertTo(type, &tokenValue) == false)
846 if (convertTo(ToDisplayType(fReturnType), value) == false)
888 if (convertTo(SkType_Int, &scriptValue) == false)
1187 if (convertTo(SkType_Int, &ifValue) == false)
1488 bool SkScriptEngine::ConvertTo(SkScriptEngine* engine, SkDisplayTypes toType, SkScriptValue* value ) {