Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_ppo.cpp192 RetainPtr<const CPDF_Object> pInheritable = in CopyInheritable() local
194 if (!pInheritable) in CopyInheritable()
197 pDestPageDict->SetFor(key, pInheritable->Clone()); in CopyInheritable()
421 RetainPtr<const CPDF_Object> pInheritable = PageDictGetInheritableTag( in ExportPage() local
423 if (pInheritable) { in ExportPage()
425 pInheritable->Clone()); in ExportPage()