Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfppo.cpp64 CPDF_Object* pInheritable = PageDictGetInheritableTag(pSrcPageDict, key); in CopyInheritable() local
65 if (!pInheritable) in CopyInheritable()
68 pCurPageDict->SetFor(key, pInheritable->Clone()); in CopyInheritable()
221 CPDF_Object* pInheritable = in ExportPage() local
223 if (pInheritable) { in ExportPage()
224 pCurPageDict->SetFor("MediaBox", pInheritable->Clone()); in ExportPage()