Home
last modified time | relevance | path

Searched refs:m_pPageDict (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp14 m_pPageDict = pPage->m_pFormDict; in CPDF_AnnotList()
15 if (m_pPageDict == NULL) { in CPDF_AnnotList()
19 CPDF_Array* pAnnots = m_pPageDict->GetArray("Annots"); in CPDF_AnnotList()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp2884 CPDF_Dictionary * m_pPageDict; member in FX_FINAL
2965 m_pPageDict = NULL; in CPDF_DataAvail()
4488 m_pPageDict = m_pDocument->GetPage(iPage); in IsPageAvail()
4489 if (!m_pPageDict) { in IsPageAvail()
4494 obj_array.Add(m_pPageDict); in IsPageAvail()
4522 if (m_pPageDict && !m_bNeedDownLoadResource) { in IsPageAvail()
4523 m_pPageResource = m_pPageDict->GetElement("Resources"); in IsPageAvail()
4525 m_bNeedDownLoadResource = HaveResourceAncestor(m_pPageDict); in IsPageAvail()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h681 CPDF_Dictionary* m_pPageDict; variable