Searched defs:toFloat (Results 1 – 8 of 8) sorted by relevance
137 inline float toFloat(v8::Local<v8::Value> value) in toFloat() function
37 static void toFloat(float dst[], const SkScalar src[], int n) { in toFloat() function
203 float toFloat(ExecState* exec) const { return static_cast<float>(toNumber(exec)); } in toFloat() function
576 float String::toFloat(bool* ok, bool* didReadNumber) const in toFloat() function in WTF::String
466 float StringImpl::toFloat(bool* ok, bool* didReadNumber) in toFloat() function in WTF::StringImpl
675 toFloat: function(){ method750 toFloat: function(){ method
5051 toFloat: function(){ method5126 toFloat: function(){ method
3308 …iveValue* primitiveValue, RenderStyle* style, RenderStyle* rootStyle, bool toFloat, double multipl… in convertToLength()