Searched refs:pInheritable (Results 1 – 1 of 1) sorted by relevance
115 CPDF_Object* pInheritable = nullptr; in ExportPage() local118 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 …]