HomeSort by relevance Sort by last modified time
    Searched refs:convertTo (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/xml/
XPathExpression.cpp 86 result->convertTo(type, ec);
XPathResult.h 61 void convertTo(unsigned short type, ExceptionCode&);
XPathResult.cpp 72 void XPathResult::convertTo(unsigned short type, ExceptionCode& ec)
  /external/skia/src/animator/
SkScript.h 84 bool convertTo(SkDisplayTypes , SkScriptValue* );
99 static bool ConvertTo(SkScriptEngine* , SkDisplayTypes toType, SkScriptValue* value);
206 convertTo(SkType_String, &scriptValue);
SkScript2.h 34 bool convertTo(SkOperand2::OpType , SkScriptValue2* );
46 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
223 convertTo(SkOperand2::kString, &scriptValue);
SkScript.cpp 344 if (convertTo((SkDisplayTypes) paramTypes[index], &params[index]) == false)
350 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) {
371 return convertTo(toType, value);
373 return ConvertTo(this, toType, value);
566 if (convertTo(tokenInfo->getType(), &tokenValue) == false)
602 if (convertTo(type, &tokenValue) == false)
853 if (convertTo(ToDisplayType(fReturnType), value) == false)
    [all...]
SkMemberInfo.cpp 289 success = engine.convertTo(SkType_String, &scriptValue);
293 success = engine.convertTo(SkType_Float, &scriptValue);
296 success = engine.convertTo(SkType_Int, &scriptValue);
299 success = engine.convertTo(arrayType(), &scriptValue);
SkScriptTokenizer.cpp 148 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
334 convertTo(paramTypes[index], &(*params)[index]);
338 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
345 return convertTo(toType, value);
347 return ConvertTo(this, toType, value);
495 convertTo(type, &tokenValue);
755 convertTo(fReturnType, value);
773 success = convertTo(SkOperand2::kS32, &scriptValue);
    [all...]
SkAnimatorScript.cpp 220 engine->convertTo(SkType_Int, valuePtr);

Completed in 66 milliseconds