Searched defs:PDFOBJ_DICTIONARY (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h40 #define PDFOBJ_DICTIONARY 6 macro
88 bool IsDictionary() const { return m_Type == PDFOBJ_DICTIONARY; }
346 CPDF_Dictionary() : CPDF_Object(PDFOBJ_DICTIONARY) {}

Completed in 94 milliseconds