Searched refs:PageDictGetInheritableTag (Results 1 – 1 of 1) sorted by relevance
19 CPDF_Object* PageDictGetInheritableTag(CPDF_Dictionary *pDict, CFX_ByteString nSrctag);134 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "MediaBox"); in ExportPage()138 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "CropBox"); in ExportPage()158 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "Resources"); in ExportPage()169 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "CropBox"); in ExportPage()176 pInheritable = PageDictGetInheritableTag(pSrcPageDict, "Rotate"); in ExportPage()196 CPDF_Object* CPDF_PageOrganizer::PageDictGetInheritableTag(CPDF_Dictionary *pDict, CFX_ByteString n… in PageDictGetInheritableTag() function in CPDF_PageOrganizer