Searched refs:FormatFloat (Results 1 - 3 of 3) sorted by last modified time

/external/pdfium/core/include/fxcrt/
H A Dfx_string.h339 static CFX_ByteString FormatFloat(FX_FLOAT f, int precision = 0);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp396 return m_bInteger ? CFX_ByteString::FormatInteger(m_Integer, FXFORMAT_SIGNED) : CFX_ByteString::FormatFloat(m_Float);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp1142 CFX_ByteString CFX_ByteString::FormatFloat(FX_FLOAT d, int precision) function in class:CFX_ByteString

Completed in 231 milliseconds