Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp124 CPDF_Object* pInheritable = NULL; in ExportPage() local
129 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "MediaBox"); in ExportPage()
130 if(!pInheritable) in ExportPage()
133 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "CropBox"); in ExportPage()
134 if(pInheritable) in ExportPage()
135 pCurPageDict->SetAt("MediaBox", pInheritable->Clone()); in ExportPage()
148 pCurPageDict->SetAt("MediaBox", pInheritable->Clone()); in ExportPage()
153 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "Resources"); in ExportPage()
154 if(!pInheritable) in ExportPage()
159 pCurPageDict->SetAt("Resources", pInheritable->Clone()); in ExportPage()
[all …]