Home
last modified time | relevance | path

Searched refs:PDFOBJ_DICTIONARY (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp41 case PDFOBJ_DICTIONARY: in Destroy()
144 case PDFOBJ_DICTIONARY: in GetDict()
218 case PDFOBJ_DICTIONARY: in IsIdentical()
269 case PDFOBJ_DICTIONARY: { in CloneInternal()
719 ASSERT(m_Type == PDFOBJ_DICTIONARY); in RemoveAt()
729 ASSERT(m_Type == PDFOBJ_DICTIONARY); in ReplaceKey()
Dfpdf_parser_utility.cpp383 case PDFOBJ_DICTIONARY: { in operator <<()
Dfpdf_parser_parser.cpp2145 return (CPDF_Object*)PDFOBJ_DICTIONARY; in GetObject()
2299 return (CPDF_Object*)PDFOBJ_DICTIONARY; in GetObjectByStrict()
3070 case PDFOBJ_DICTIONARY: { in IsObjectsAvail()
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h40 #define PDFOBJ_DICTIONARY 6 macro
88 bool IsDictionary() const { return m_Type == PDFOBJ_DICTIONARY; } in IsDictionary()
346 CPDF_Dictionary() : CPDF_Object(PDFOBJ_DICTIONARY) {} in CPDF_Dictionary()
/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp214 case PDFOBJ_DICTIONARY: { in UpdateReference()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp112 case PDFOBJ_DICTIONARY: { in PDF_CreatorAppendObject()
1232 case PDFOBJ_DICTIONARY: { in WriteDirectObj()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp1908 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) { in FindFont()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp490 case PDFOBJ_DICTIONARY: { in PDF_ReplaceAbbr()