Home
last modified time | relevance | path

Searched refs:PDFOBJ_ARRAY (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h39 #define PDFOBJ_ARRAY 5 macro
86 bool IsArray() const { return m_Type == PDFOBJ_ARRAY; } in IsArray()
268 CPDF_Array() : CPDF_Object(PDFOBJ_ARRAY) {} in CPDF_Array()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp38 case PDFOBJ_ARRAY: in Destroy()
216 case PDFOBJ_ARRAY: in IsIdentical()
259 case PDFOBJ_ARRAY: { in CloneInternal()
Dfpdf_parser_utility.cpp369 case PDFOBJ_ARRAY: { in operator <<()
Dfpdf_parser_document.cpp312 if (pContents->GetDirectType() == PDFOBJ_ARRAY) { in IsContentUsedElsewhere()
Dfpdf_parser_parser.cpp2129 return (CPDF_Object*)PDFOBJ_ARRAY; in GetObject()
2282 return (CPDF_Object*)PDFOBJ_ARRAY; in GetObjectByStrict()
3062 case PDFOBJ_ARRAY: { in IsObjectsAvail()
3475 case PDFOBJ_ARRAY: { in GetPageKids()
4172 case PDFOBJ_ARRAY: { in CheckUnkownPageNode()
/external/pdfium/fpdfsdk/src/
Dfpdfsave.cpp96 if (pXFA->GetType() != PDFOBJ_ARRAY) in _SaveXFADocumentData()
Dfpdfppo.cpp234 case PDFOBJ_ARRAY: { in UpdateReference()
Dfpdf_flatten.cpp231 case PDFOBJ_ARRAY: { in SetPageContents()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdoc.cpp238 if (iObjType == PDFOBJ_ARRAY) { in OpenDoc()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp639 if (pXFA->GetType() != PDFOBJ_ARRAY) in ExportData()
956 if (pXFA->GetType() != PDFOBJ_ARRAY) { in _ExportSubmitFile()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp81 case PDFOBJ_ARRAY: { in PDF_CreatorAppendObject()
1201 case PDFOBJ_ARRAY: { in WriteDirectObj()
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp306 case PDFOBJ_ARRAY: in GetValue()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp530 case PDFOBJ_ARRAY: { in PDF_ReplaceAbbr()