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

  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 152 static CPDF_Number* Create(FX_BOOL bInteger, void* pData)
154 return new CPDF_Number(bInteger, pData);
159 CPDF_Number(FX_BOOL bInteger, void* pData);
  /external/pdfium/core/src/fxcrt/
fx_basic_util.cpp 93 void FX_atonum(FX_BSTR strc, FX_BOOL& bInteger, void* pData)
96 bInteger = TRUE;
122 bInteger = FALSE;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 223 FX_BOOL bInteger;
225 FX_atonum(CFX_ByteStringC(m_pSyntax->GetWordBuf(), m_pSyntax->GetWordSize()), bInteger, &value);
226 params[nParams++] = bInteger ? (FX_FLOAT)value : *(FX_FLOAT*)&value;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 352 CPDF_Number::CPDF_Number(FX_BOOL bInteger, void* pData)
353 : CPDF_Object(PDFOBJ_NUMBER), m_bInteger(bInteger), m_Integer(*(int*)pData) {
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_string.h 894 void FX_atonum(FX_BSTR str, FX_BOOL& bInteger, void* pData);

Completed in 201 milliseconds