Searched defs:convertTo (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/xml/
H A DXPathResult.cpp70 void XPathResult::convertTo(unsigned short type, ExceptionCode& ec) function in class:WebCore::XPathResult
/external/skia/src/animator/
H A DSkScript.cpp344 if (convertTo((SkDisplayTypes) paramTypes[index], &params[index]) == false)
350 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) { function in class:SkScriptEngine
371 return convertTo(toType, value);
566 if (convertTo(tokenInfo->getType(), &tokenValue) == false)
602 if (convertTo(type, &tokenValue) == false)
853 if (convertTo(ToDisplayType(fReturnType), value) == false)
895 if (convertTo(SkType_Int, &scriptValue) == false)
1194 if (convertTo(SkType_Int, &ifValue) == false)
H A DSkScriptTokenizer.cpp148 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
334 convertTo(paramTypes[index], &(*params)[index]);
338 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) { function in class:SkScriptEngine2
345 return convertTo(toType, value);
495 convertTo(type, &tokenValue);
755 convertTo(fReturnType, value);
773 success = convertTo(SkOperand2::kS32, &scriptValue);

Completed in 1566 milliseconds