Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Side by Side Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfMapper_autogen.h

Issue 23361009: pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to matc… (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698