Home
last modified time | relevance | path

Searched refs:convertTo (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/animator/
DSkScript2.h41 bool convertTo(SkOperand2::OpType , SkScriptValue2* );
230 convertTo(SkOperand2::kString, &scriptValue); in convertToString()
DSkScript.h76 bool convertTo(SkDisplayTypes , SkScriptValue* );
198 convertTo(SkType_String, &scriptValue); in convertToString()
DSkMemberInfo.cpp282 success = engine.convertTo(SkType_String, &scriptValue); in setValue()
286 success = engine.convertTo(SkType_Float, &scriptValue); in setValue()
289 success = engine.convertTo(SkType_Int, &scriptValue); in setValue()
292 success = engine.convertTo(arrayType(), &scriptValue); in setValue()
DSkScript.cpp337 if (convertTo((SkDisplayTypes) paramTypes[index], &params[index]) == false) in convertParams()
343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) { in convertTo() function in SkScriptEngine
364 return convertTo(toType, value); in convertTo()
559 if (convertTo(tokenInfo->getType(), &tokenValue) == false) in innerScript()
595 if (convertTo(type, &tokenValue) == false) in innerScript()
846 if (convertTo(ToDisplayType(fReturnType), value) == false) in innerScript()
888 if (convertTo(SkType_Int, &scriptValue) == false) in handleArrayIndexer()
1187 if (convertTo(SkType_Int, &ifValue) == false) in logicalOp()
DSkScriptTokenizer.cpp156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value)) in addTokenConst()
342 convertTo(paramTypes[index], &(*params)[index]); in convertParams()
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) { in convertTo() function in SkScriptEngine2
353 return convertTo(toType, value); in convertTo()
503 convertTo(type, &tokenValue); in innerScript()
765 convertTo(fReturnType, value); in innerScript()
783 success = convertTo(SkOperand2::kS32, &scriptValue); in handleArrayIndexer()
DSkAnimatorScript.cpp212 engine->convertTo(SkType_Int, valuePtr); in EvalRGB()
/external/webkit/Source/WebCore/xml/
DXPathResult.h61 void convertTo(unsigned short type, ExceptionCode&);
DXPathExpression.cpp86 result->convertTo(type, ec); in evaluate()
DXPathResult.cpp72 void XPathResult::convertTo(unsigned short type, ExceptionCode& ec) in convertTo() function in WebCore::XPathResult
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3125636 …Scrolling work. Eliminate convertTo/FromContainingWindow as cross-platform functions. Add back in
26994 …This patch eliminates viewportToContents/contentsToViewport in favor of convertTo/FromContainingWi…
26998 … Reviewed by mjs (the convertTo/From changes), (I added the elimination of viewportToContents to
54404 (WebCore::XPathResult::convertTo):
DChangeLog-2007-10-1431362 …This patch eliminates viewportToContents/contentsToViewport in favor of convertTo/FromContainingWi…
31366 … Reviewed by mjs (the convertTo/From changes), (I added the elimination of viewportToContents to
47636 (WebCore::XPathResult::convertTo): Ditto. Sort the result when requested to.
DChangeLog-2005-12-1926593 (XPathResultImpl::convertTo):
DChangeLog-2006-05-10997 (WebCore::XPathResult::convertTo):
DChangeLog-2008-08-1062168 (WebCore::XPathResult::convertTo):
DChangeLog-2009-06-1688436 Consolidate convertTo/FromContainingWindow methods so that all platforms