Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:pPageDict

57 CPDF_Object* GetPageContent(CPDF_Dictionary* pPageDict) {
58 return pPageDict ? pPageDict->GetDirectObjectFor("Contents") : nullptr;
131 CPDF_Dictionary* pPageDict = pPage->m_pFormDict.Get();
132 CPDF_Object* pContentObj = GetPageContent(pPageDict);
158 pPageDict->SetNewFor<CPDF_Reference>("Contents", pDoc,
163 CPDF_Dictionary* pRes = pPageDict->GetDictFor("Resources");
271 CPDF_Dictionary* pPageDict = pPage->m_pFormDict.Get();
272 CPDF_Object* pContentObj = GetPageContent(pPageDict);
306 pPageDict->SetNewFor<CPDF_Reference>("Contents", pDoc,