Home
last modified time | relevance | path

Searched refs:FX_atof (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp63 fFontSize = FX_atof((CFX_ByteString)syntax.GetWord()); in GetFont()
133 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()
139 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()
140 fc[1] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()
141 fc[2] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()
147 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()
148 fc[1] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()
149 fc[2] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()
150 fc[3] = FX_atof((CFX_ByteString)syntax.GetWord()); in GetColor()
164 FX_FLOAT g = FX_atof((CFX_ByteString)syntax.GetWord()) * 255 + 0.5f; in GetColor()
[all …]
Ddoc_ap.cpp227 return CPVT_Color(CT_GRAY, FX_atof(syntax.GetWord())); in ParseColor()
231 FX_FLOAT f1 = FX_atof(syntax.GetWord()); in ParseColor()
232 FX_FLOAT f2 = FX_atof(syntax.GetWord()); in ParseColor()
233 FX_FLOAT f3 = FX_atof(syntax.GetWord()); in ParseColor()
238 FX_FLOAT f1 = FX_atof(syntax.GetWord()); in ParseColor()
239 FX_FLOAT f2 = FX_atof(syntax.GetWord()); in ParseColor()
240 FX_FLOAT f3 = FX_atof(syntax.GetWord()); in ParseColor()
241 FX_FLOAT f4 = FX_atof(syntax.GetWord()); in ParseColor()
290 FX_FLOAT fFontSize = FX_atof(syntax.GetWord()); in GenerateWidgetAP()
Ddoc_formfield.cpp1100 m_FontSize = FX_atof(syntax.GetWord()); in LoadDA()
/external/pdfium/core/src/fxcrt/
Dfx_basic_util.cpp121 *(FX_FLOAT*)pData = FX_atof(strc); in FX_atonum()
124 FX_FLOAT FX_atof(const CFX_ByteStringC& strc) { in FX_atof() function
/external/pdfium/core/include/fxcrt/
Dfx_string.h797 FX_FLOAT FX_atof(const CFX_ByteStringC& str);
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_func.cpp212 *pd = FX_atof(word); in Parse()