| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfMapper | 1 /* |
| 2 #define __DEFINED__SkPdfMapper | 2 * Copyright 2013 Google Inc. |
| 3 | 3 |
| 4 * Use of this source code is governed by a BSD-style license that can be |
| 5 * found in the LICENSE file. |
| 6 */ |
| 7 |
| 8 #ifndef SkPdfMapper_DEFINED |
| 9 #define SkPdfMapper_DEFINED |
| 10 |
| 4 #include "SkPdfHeaders_autogen.h" | 11 #include "SkPdfHeaders_autogen.h" |
| 5 #include "SkPdfNativeDoc.h" | 12 #include "SkPdfNativeDoc.h" |
| 6 #include "SkPdfNativeObject.h" | 13 #include "SkPdfNativeObject.h" |
| 7 class SkPdfMapper { | 14 class SkPdfMapper { |
| 8 public: | 15 public: |
| 9 SkPdfMapper() {} | 16 SkPdfMapper() {} |
| 10 | 17 |
| 11 SkPdfNativeObjectType mapDictionary(const SkPdfNativeObject* in) const; | 18 SkPdfNativeObjectType mapDictionary(const SkPdfNativeObject* in) const; |
| 12 SkPdfNativeObjectType mapXObjectDictionary(const SkPdfNativeObject* in) const; | 19 SkPdfNativeObjectType mapXObjectDictionary(const SkPdfNativeObject* in) const; |
| 13 SkPdfNativeObjectType mapFontDictionary(const SkPdfNativeObject* in) const; | 20 SkPdfNativeObjectType mapFontDictionary(const SkPdfNativeObject* in) const; |
| (...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 bool SkPdfTrapNetworkAppearanceStreamDictionaryFromDictionary(const SkPdfNativ
eObject* dict, const char* key, SkPdfTrapNetworkAppearanceStreamDictionary** dat
a) const ; | 682 bool SkPdfTrapNetworkAppearanceStreamDictionaryFromDictionary(const SkPdfNativ
eObject* dict, const char* key, SkPdfTrapNetworkAppearanceStreamDictionary** dat
a) const ; |
| 676 bool SkPdfTrapNetworkAppearanceStreamDictionaryFromDictionary(const SkPdfNativ
eObject* dict, const char* key, const char* abr, SkPdfTrapNetworkAppearanceStrea
mDictionary** data) const ; | 683 bool SkPdfTrapNetworkAppearanceStreamDictionaryFromDictionary(const SkPdfNativ
eObject* dict, const char* key, const char* abr, SkPdfTrapNetworkAppearanceStrea
mDictionary** data) const ; |
| 677 bool isOpiVersionDictionary(const SkPdfNativeObject* nativeObj) const ; | 684 bool isOpiVersionDictionary(const SkPdfNativeObject* nativeObj) const ; |
| 678 bool SkPdfOpiVersionDictionaryFromDictionary(const SkPdfNativeObject* dict, co
nst char* key, SkPdfOpiVersionDictionary** data) const ; | 685 bool SkPdfOpiVersionDictionaryFromDictionary(const SkPdfNativeObject* dict, co
nst char* key, SkPdfOpiVersionDictionary** data) const ; |
| 679 bool SkPdfOpiVersionDictionaryFromDictionary(const SkPdfNativeObject* dict, co
nst char* key, const char* abr, SkPdfOpiVersionDictionary** data) const ; | 686 bool SkPdfOpiVersionDictionaryFromDictionary(const SkPdfNativeObject* dict, co
nst char* key, const char* abr, SkPdfOpiVersionDictionary** data) const ; |
| 680 bool isMultiMasterFontDictionary(const SkPdfNativeObject* nativeObj) const ; | 687 bool isMultiMasterFontDictionary(const SkPdfNativeObject* nativeObj) const ; |
| 681 bool SkPdfMultiMasterFontDictionaryFromDictionary(const SkPdfNativeObject* dic
t, const char* key, SkPdfMultiMasterFontDictionary** data) const ; | 688 bool SkPdfMultiMasterFontDictionaryFromDictionary(const SkPdfNativeObject* dic
t, const char* key, SkPdfMultiMasterFontDictionary** data) const ; |
| 682 bool SkPdfMultiMasterFontDictionaryFromDictionary(const SkPdfNativeObject* dic
t, const char* key, const char* abr, SkPdfMultiMasterFontDictionary** data) cons
t ; | 689 bool SkPdfMultiMasterFontDictionaryFromDictionary(const SkPdfNativeObject* dic
t, const char* key, const char* abr, SkPdfMultiMasterFontDictionary** data) cons
t ; |
| 683 }; | 690 }; |
| 684 | 691 |
| 685 #endif // __DEFINED__SkPdfMapper | 692 #endif // SkPdfMapper_DEFINED |
| OLD | NEW |