HomeSort by relevance Sort by last modified time
    Searched refs:FX_atof (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 64 fFontSize = FX_atof((CFX_ByteString)syntax.GetWord());
134 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord());
140 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord());
141 fc[1] = FX_atof((CFX_ByteString)syntax.GetWord());
142 fc[2] = FX_atof((CFX_ByteString)syntax.GetWord());
148 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord());
149 fc[1] = FX_atof((CFX_ByteString)syntax.GetWord());
150 fc[2] = FX_atof((CFX_ByteString)syntax.GetWord());
151 fc[3] = FX_atof((CFX_ByteString)syntax.GetWord());
164 FX_FLOAT g = FX_atof((CFX_ByteString)syntax.GetWord()) * 255 + 0.5f
    [all...]
doc_ap.cpp 212 return CPVT_Color(CT_GRAY, FX_atof(syntax.GetWord()));
216 FX_FLOAT f1 = FX_atof(syntax.GetWord());
217 FX_FLOAT f2 = FX_atof(syntax.GetWord());
218 FX_FLOAT f3 = FX_atof(syntax.GetWord());
223 FX_FLOAT f1 = FX_atof(syntax.GetWord());
224 FX_FLOAT f2 = FX_atof(syntax.GetWord());
225 FX_FLOAT f3 = FX_atof(syntax.GetWord());
226 FX_FLOAT f4 = FX_atof(syntax.GetWord());
273 FX_FLOAT fFontSize = FX_atof(syntax.GetWord());
    [all...]
doc_formfield.cpp     [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_util.cpp 123 *(FX_FLOAT*)pData = FX_atof(strc);
126 FX_FLOAT FX_atof(FX_BSTR strc)
  /external/pdfium/core/include/fxcrt/
fx_string.h 893 FX_FLOAT FX_atof(FX_BSTR str);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 185 *pd = FX_atof(word);

Completed in 842 milliseconds