Searched refs:SkPdfNativeObjectType (Results 1 – 6 of 6) sorted by relevance
18 SkPdfNativeObjectType mapDictionary(const SkPdfNativeObject* in) const;19 SkPdfNativeObjectType mapXObjectDictionary(const SkPdfNativeObject* in) const;20 SkPdfNativeObjectType mapFontDictionary(const SkPdfNativeObject* in) const;21 SkPdfNativeObjectType mapTrueTypeFontDictionary(const SkPdfNativeObject* in) const;22 SkPdfNativeObjectType mapStreamCommonDictionary(const SkPdfNativeObject* in) const;23 …SkPdfNativeObjectType mapLzwdecodeAndFlatedecodeFiltersDictionary(const SkPdfNativeObject* in) con…24 SkPdfNativeObjectType mapCcittfaxdecodeFilterDictionary(const SkPdfNativeObject* in) const;25 SkPdfNativeObjectType mapJbig2DecodeFilterDictionary(const SkPdfNativeObject* in) const;26 SkPdfNativeObjectType mapDctdecodeFilterDictionary(const SkPdfNativeObject* in) const;27 SkPdfNativeObjectType mapFileTrailerDictionary(const SkPdfNativeObject* in) const;[all …]
12 SkPdfNativeObjectType SkPdfMapper::mapDictionary(const SkPdfNativeObject* in) const { in mapDictionary()15 SkPdfNativeObjectType ret; in mapDictionary()173 SkPdfNativeObjectType SkPdfMapper::mapXObjectDictionary(const SkPdfNativeObject* in) const { in mapXObjectDictionary()176 SkPdfNativeObjectType ret; in mapXObjectDictionary()183 SkPdfNativeObjectType SkPdfMapper::mapFontDictionary(const SkPdfNativeObject* in) const { in mapFontDictionary()186 SkPdfNativeObjectType ret; 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()[all …]
11 enum SkPdfNativeObjectType { enum