Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp24 CPDF_Object* PageDictGetInheritableTag(CPDF_Dictionary* pDict,
118 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "MediaBox"); in ExportPage()
122 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "CropBox"); in ExportPage()
140 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "Resources"); in ExportPage()
147 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "CropBox"); in ExportPage()
153 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "Rotate"); in ExportPage()
171 CPDF_Object* CPDF_PageOrganizer::PageDictGetInheritableTag( in PageDictGetInheritableTag() function in CPDF_PageOrganizer