Home
last modified time | relevance | path

Searched refs:pushFloat (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/utils/
H A DSkJSON.cpp598 void pushFloat(float f) { in pushFloat() function in skjson::__anon18973::DOMParser
758 this->pushFloat(sign * f * decimal_scale); in matchFastFloatDecimalPart()
773 this->pushFloat(sign * f); in matchFastFloatPart()
828 this->pushFloat(sign * n32 * pow10(exp)); in matchFast32OrFloat()
850 this->pushFloat(f); in matchNumber()

Completed in 3 milliseconds