Searched refs:PageDictGetInheritableTag (Results 1 – 1 of 1) sorted by relevance
19 CPDF_Object* PageDictGetInheritableTag(CPDF_Dictionary *pDict, CFX_ByteString nSrctag);129 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "MediaBox"); in ExportPage()133 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "CropBox"); in ExportPage()153 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "Resources"); in ExportPage()164 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "CropBox"); in ExportPage()171 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "Rotate"); in ExportPage()191 CPDF_Object* CPDF_PageOrganizer::PageDictGetInheritableTag(CPDF_Dictionary *pDict, CFX_ByteString n… in PageDictGetInheritableTag() function in CPDF_PageOrganizer