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

Side by Side Diff: experimental/PdfViewer/autogen/SkPdfReference_autogen.h

Issue 18117005: more work on pdf fonts, more to come (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 5 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__SkPdfReference 1 #ifndef __DEFINED__SkPdfReference
2 #define __DEFINED__SkPdfReference 2 #define __DEFINED__SkPdfReference
3 3
4 #include "SkPdfUtils.h" 4 #include "SkPdfUtils.h"
5 #include "SkPdfEnums_autogen.h" 5 #include "SkPdfEnums_autogen.h"
6 #include "SkPdfArray_autogen.h" 6 #include "SkPdfArray_autogen.h"
7 #include "SkPdfObject_autogen.h" 7 #include "SkPdfObject_autogen.h"
8 8
9 class SkPdfReference : public SkPdfObject { 9 class SkPdfReference : public SkPdfObject {
10 public: 10 public:
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 virtual SkPdfBoxColorInformationDictionary* asBoxColorInformationDictionary() {return NULL;} 66 virtual SkPdfBoxColorInformationDictionary* asBoxColorInformationDictionary() {return NULL;}
67 virtual const SkPdfBoxColorInformationDictionary* asBoxColorInformationDiction ary() const {return NULL;} 67 virtual const SkPdfBoxColorInformationDictionary* asBoxColorInformationDiction ary() const {return NULL;}
68 68
69 virtual SkPdfBoxStyleDictionary* asBoxStyleDictionary() {return NULL;} 69 virtual SkPdfBoxStyleDictionary* asBoxStyleDictionary() {return NULL;}
70 virtual const SkPdfBoxStyleDictionary* asBoxStyleDictionary() const {return NU LL;} 70 virtual const SkPdfBoxStyleDictionary* asBoxStyleDictionary() const {return NU LL;}
71 71
72 virtual SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary() {ret urn NULL;} 72 virtual SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary() {ret urn NULL;}
73 virtual const SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary( ) const {return NULL;} 73 virtual const SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary( ) const {return NULL;}
74 74
75 virtual SkPdfCIDFontDictionary* asCIDFontDictionary() {return NULL;}
76 virtual const SkPdfCIDFontDictionary* asCIDFontDictionary() const {return NULL ;}
77
75 virtual SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() {return NULL ;} 78 virtual SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() {return NULL ;}
76 virtual const SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() const {return NULL;} 79 virtual const SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() const {return NULL;}
77 80
78 virtual SkPdfCMapDictionary* asCMapDictionary() {return NULL;} 81 virtual SkPdfCMapDictionary* asCMapDictionary() {return NULL;}
79 virtual const SkPdfCMapDictionary* asCMapDictionary() const {return NULL;} 82 virtual const SkPdfCMapDictionary* asCMapDictionary() const {return NULL;}
80 83
81 virtual SkPdfCalgrayColorSpaceDictionary* asCalgrayColorSpaceDictionary() {ret urn NULL;} 84 virtual SkPdfCalgrayColorSpaceDictionary* asCalgrayColorSpaceDictionary() {ret urn NULL;}
82 virtual const SkPdfCalgrayColorSpaceDictionary* asCalgrayColorSpaceDictionary( ) const {return NULL;} 85 virtual const SkPdfCalgrayColorSpaceDictionary* asCalgrayColorSpaceDictionary( ) const {return NULL;}
83 86
84 virtual SkPdfCalrgbColorSpaceDictionary* asCalrgbColorSpaceDictionary() {retur n NULL;} 87 virtual SkPdfCalrgbColorSpaceDictionary* asCalrgbColorSpaceDictionary() {retur n NULL;}
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 167
165 virtual SkPdfFileTrailerDictionary* asFileTrailerDictionary() {return NULL;} 168 virtual SkPdfFileTrailerDictionary* asFileTrailerDictionary() {return NULL;}
166 virtual const SkPdfFileTrailerDictionary* asFileTrailerDictionary() const {ret urn NULL;} 169 virtual const SkPdfFileTrailerDictionary* asFileTrailerDictionary() const {ret urn NULL;}
167 170
168 virtual SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() {return NU LL;} 171 virtual SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() {return NU LL;}
169 virtual const SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() cons t {return NULL;} 172 virtual const SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() cons t {return NULL;}
170 173
171 virtual SkPdfFontDictionary* asFontDictionary() {return NULL;} 174 virtual SkPdfFontDictionary* asFontDictionary() {return NULL;}
172 virtual const SkPdfFontDictionary* asFontDictionary() const {return NULL;} 175 virtual const SkPdfFontDictionary* asFontDictionary() const {return NULL;}
173 176
174 virtual SkPdfCIDFontDictionary* asCIDFontDictionary() {return NULL;}
175 virtual const SkPdfCIDFontDictionary* asCIDFontDictionary() const {return NULL ;}
176
177 virtual SkPdfType0FontDictionary* asType0FontDictionary() {return NULL;} 177 virtual SkPdfType0FontDictionary* asType0FontDictionary() {return NULL;}
178 virtual const SkPdfType0FontDictionary* asType0FontDictionary() const {return NULL;} 178 virtual const SkPdfType0FontDictionary* asType0FontDictionary() const {return NULL;}
179 179
180 virtual SkPdfType1FontDictionary* asType1FontDictionary() {return NULL;} 180 virtual SkPdfType1FontDictionary* asType1FontDictionary() {return NULL;}
181 virtual const SkPdfType1FontDictionary* asType1FontDictionary() const {return NULL;} 181 virtual const SkPdfType1FontDictionary* asType1FontDictionary() const {return NULL;}
182 182
183 virtual SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return NULL;} 183 virtual SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return NULL;}
184 virtual const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() co nst {return NULL;} 184 virtual const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() co nst {return NULL;}
185 185
186 virtual SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return NULL;} 186 virtual SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return NULL;}
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 553
554 SkPdfReference(const SkPdfReference& from) : SkPdfObject(from.fPodofoDoc, from .fPodofoObj) {} 554 SkPdfReference(const SkPdfReference& from) : SkPdfObject(from.fPodofoDoc, from .fPodofoObj) {}
555 555
556 virtual bool valid() const {return true;} 556 virtual bool valid() const {return true;}
557 557
558 SkPdfReference& operator=(const SkPdfReference& from) {this->fPodofoDoc = from .fPodofoDoc; this->fPodofoObj = from.fPodofoObj; return *this;} 558 SkPdfReference& operator=(const SkPdfReference& from) {this->fPodofoDoc = from .fPodofoDoc; this->fPodofoObj = from.fPodofoObj; return *this;}
559 559
560 }; 560 };
561 561
562 #endif // __DEFINED__SkPdfReference 562 #endif // __DEFINED__SkPdfReference
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698