Searched defs:toFloat (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/android/plugins/
H A DANPMatrixInterface.cpp37 static void toFloat(float dst[], const SkScalar src[], int n) { function
135 toFloat(dst, &tmp[0].fX, n*2);
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DAtomicString.h90 float toFloat(bool* ok = 0) const { return m_string.toFloat(ok); } function in class:WTF::AtomicString
H A DWTFString.cpp576 float String::toFloat(bool* ok, bool* didReadNumber) const function in class:WTF::String
585 return m_impl->toFloat(ok, didReadNumber);
H A DStringImpl.cpp466 float StringImpl::toFloat(bool* ok, bool* didReadNumber) function in class:WTF::StringImpl
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Binding.h137 inline float toFloat(v8::Local<v8::Value> value) function in namespace:WebCore
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSValue.h203 float toFloat(ExecState* exec) const { return static_cast<float>(toNumber(exec)); } function in class:JSC::JSValue
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp3308 static Length convertToLength(CSSPrimitiveValue* primitiveValue, RenderStyle* style, RenderStyle* rootStyle, bool toFloat, double multiplier = 1, bool *ok = 0) argument
3324 if (toFloat)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 157 milliseconds