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 83 fFontSize = FX_atof((CFX_ByteString)syntax.GetWord());
153 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord());
159 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord());
160 fc[1] = FX_atof((CFX_ByteString)syntax.GetWord());
161 fc[2] = FX_atof((CFX_ByteString)syntax.GetWord());
167 fc[0] = FX_atof((CFX_ByteString)syntax.GetWord());
168 fc[1] = FX_atof((CFX_ByteString)syntax.GetWord());
169 fc[2] = FX_atof((CFX_ByteString)syntax.GetWord());
170 fc[3] = FX_atof((CFX_ByteString)syntax.GetWord());
183 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());
270 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 832 FX_FLOAT FX_atof(FX_BSTR str);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 183 *pd = FX_atof(word);

Completed in 69 milliseconds