Searched refs:SkPdfMapper (Results 1 – 4 of 4) sorted by relevance
12 SkPdfNativeObjectType SkPdfMapper::mapDictionary(const SkPdfNativeObject* in) const { in mapDictionary()173 SkPdfNativeObjectType SkPdfMapper::mapXObjectDictionary(const SkPdfNativeObject* in) const { in mapXObjectDictionary()183 SkPdfNativeObjectType SkPdfMapper::mapFontDictionary(const SkPdfNativeObject* in) const { in mapFontDictionary()193 SkPdfNativeObjectType SkPdfMapper::mapTrueTypeFontDictionary(const SkPdfNativeObject* in) const { in mapTrueTypeFontDictionary()200 SkPdfNativeObjectType SkPdfMapper::mapStreamCommonDictionary(const SkPdfNativeObject* in) const { in mapStreamCommonDictionary()207 SkPdfNativeObjectType SkPdfMapper::mapLzwdecodeAndFlatedecodeFiltersDictionary(const SkPdfNativeObj… in mapLzwdecodeAndFlatedecodeFiltersDictionary()214 SkPdfNativeObjectType SkPdfMapper::mapCcittfaxdecodeFilterDictionary(const SkPdfNativeObject* in) c… in mapCcittfaxdecodeFilterDictionary()221 SkPdfNativeObjectType SkPdfMapper::mapJbig2DecodeFilterDictionary(const SkPdfNativeObject* in) cons… in mapJbig2DecodeFilterDictionary()228 SkPdfNativeObjectType SkPdfMapper::mapDctdecodeFilterDictionary(const SkPdfNativeObject* in) const { in mapDctdecodeFilterDictionary()235 SkPdfNativeObjectType SkPdfMapper::mapFileTrailerDictionary(const SkPdfNativeObject* in) const { in mapFileTrailerDictionary()[all …]
14 class SkPdfMapper {16 SkPdfMapper() {} in SkPdfMapper() function
17 class SkPdfMapper; variable103 const SkPdfMapper* mapper() const;150 SkPdfMapper* fMapper;
503 const SkPdfMapper* SkPdfNativeDoc::mapper() const { in mapper()