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

  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 18 class CPDF_Null;
663 class CPDF_Null : public CPDF_Object
667 static CPDF_Null* Create()
669 return new CPDF_Null();
672 CPDF_Null() : CPDF_Object(PDFOBJ_NULL) { }
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 507 m_pLastObj = CPDF_Null::Create();
657 return CPDF_Null::Create();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 281 return new CPDF_Null;
    [all...]
fpdf_parser_parser.cpp     [all...]

Completed in 103 milliseconds