Searched refs:m_pPageDict (Results 1 – 3 of 3) sorted by relevance
14 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()
2884 CPDF_Dictionary * m_pPageDict; member in FX_FINAL2965 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()
681 CPDF_Dictionary* m_pPageDict; variable