Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp115 CPDF_Object* pInheritable = nullptr; in ExportPage() local
118 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "MediaBox"); in ExportPage()
119 if (!pInheritable) { in ExportPage()
122 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "CropBox"); in ExportPage()
123 if (pInheritable) { in ExportPage()
124 pCurPageDict->SetAt("MediaBox", pInheritable->Clone()); in ExportPage()
135 pCurPageDict->SetAt("MediaBox", pInheritable->Clone()); in ExportPage()
140 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "Resources"); in ExportPage()
141 if (!pInheritable) in ExportPage()
143 pCurPageDict->SetAt("Resources", pInheritable->Clone()); in ExportPage()
[all …]