Home
last modified time | relevance | path

Searched refs:FX_ftoa (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_string.h21 size_t FX_ftoa(float f, char* buf);
Dcfx_widetextbuf.cpp44 size_t len = FX_ftoa((float)f, buf); in operator <<()
Dfx_string.cpp187 size_t FX_ftoa(float d, char* buf) { in FX_ftoa() function
Dbytestring.cpp112 return ByteString(buf, FX_ftoa(d, buf)); in FormatFloat()