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

Side by Side Diff: experimental/PdfViewer/autogen/SkPdfObject_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__SkPdfObject 1 #ifndef __DEFINED__SkPdfObject
2 #define __DEFINED__SkPdfObject 2 #define __DEFINED__SkPdfObject
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 7
8 class SkPdfObject { 8 class SkPdfObject {
9 public: 9 public:
10 virtual SkPdfObjectType getType() const { return kObject_SkPdfObjectType;} 10 virtual SkPdfObjectType getType() const { return kObject_SkPdfObjectType;}
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 virtual SkPdfBoxColorInformationDictionary* asBoxColorInformationDictionary() {return NULL;} 64 virtual SkPdfBoxColorInformationDictionary* asBoxColorInformationDictionary() {return NULL;}
65 virtual const SkPdfBoxColorInformationDictionary* asBoxColorInformationDiction ary() const {return NULL;} 65 virtual const SkPdfBoxColorInformationDictionary* asBoxColorInformationDiction ary() const {return NULL;}
66 66
67 virtual SkPdfBoxStyleDictionary* asBoxStyleDictionary() {return NULL;} 67 virtual SkPdfBoxStyleDictionary* asBoxStyleDictionary() {return NULL;}
68 virtual const SkPdfBoxStyleDictionary* asBoxStyleDictionary() const {return NU LL;} 68 virtual const SkPdfBoxStyleDictionary* asBoxStyleDictionary() const {return NU LL;}
69 69
70 virtual SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary() {ret urn NULL;} 70 virtual SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary() {ret urn NULL;}
71 virtual const SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary( ) const {return NULL;} 71 virtual const SkPdfCIDFontDescriptorDictionary* asCIDFontDescriptorDictionary( ) const {return NULL;}
72 72
73 virtual SkPdfCIDFontDictionary* asCIDFontDictionary() {return NULL;}
74 virtual const SkPdfCIDFontDictionary* asCIDFontDictionary() const {return NULL ;}
75
73 virtual SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() {return NULL ;} 76 virtual SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() {return NULL ;}
74 virtual const SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() const {return NULL;} 77 virtual const SkPdfCIDSystemInfoDictionary* asCIDSystemInfoDictionary() const {return NULL;}
75 78
76 virtual SkPdfCMapDictionary* asCMapDictionary() {return NULL;} 79 virtual SkPdfCMapDictionary* asCMapDictionary() {return NULL;}
77 virtual const SkPdfCMapDictionary* asCMapDictionary() const {return NULL;} 80 virtual const SkPdfCMapDictionary* asCMapDictionary() const {return NULL;}
78 81
79 virtual SkPdfCalgrayColorSpaceDictionary* asCalgrayColorSpaceDictionary() {ret urn NULL;} 82 virtual SkPdfCalgrayColorSpaceDictionary* asCalgrayColorSpaceDictionary() {ret urn NULL;}
80 virtual const SkPdfCalgrayColorSpaceDictionary* asCalgrayColorSpaceDictionary( ) const {return NULL;} 83 virtual const SkPdfCalgrayColorSpaceDictionary* asCalgrayColorSpaceDictionary( ) const {return NULL;}
81 84
82 virtual SkPdfCalrgbColorSpaceDictionary* asCalrgbColorSpaceDictionary() {retur n NULL;} 85 virtual SkPdfCalrgbColorSpaceDictionary* asCalrgbColorSpaceDictionary() {retur n NULL;}
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 165
163 virtual SkPdfFileTrailerDictionary* asFileTrailerDictionary() {return NULL;} 166 virtual SkPdfFileTrailerDictionary* asFileTrailerDictionary() {return NULL;}
164 virtual const SkPdfFileTrailerDictionary* asFileTrailerDictionary() const {ret urn NULL;} 167 virtual const SkPdfFileTrailerDictionary* asFileTrailerDictionary() const {ret urn NULL;}
165 168
166 virtual SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() {return NU LL;} 169 virtual SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() {return NU LL;}
167 virtual const SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() cons t {return NULL;} 170 virtual const SkPdfFontDescriptorDictionary* asFontDescriptorDictionary() cons t {return NULL;}
168 171
169 virtual SkPdfFontDictionary* asFontDictionary() {return NULL;} 172 virtual SkPdfFontDictionary* asFontDictionary() {return NULL;}
170 virtual const SkPdfFontDictionary* asFontDictionary() const {return NULL;} 173 virtual const SkPdfFontDictionary* asFontDictionary() const {return NULL;}
171 174
172 virtual SkPdfCIDFontDictionary* asCIDFontDictionary() {return NULL;}
173 virtual const SkPdfCIDFontDictionary* asCIDFontDictionary() const {return NULL ;}
174
175 virtual SkPdfType0FontDictionary* asType0FontDictionary() {return NULL;} 175 virtual SkPdfType0FontDictionary* asType0FontDictionary() {return NULL;}
176 virtual const SkPdfType0FontDictionary* asType0FontDictionary() const {return NULL;} 176 virtual const SkPdfType0FontDictionary* asType0FontDictionary() const {return NULL;}
177 177
178 virtual SkPdfType1FontDictionary* asType1FontDictionary() {return NULL;} 178 virtual SkPdfType1FontDictionary* asType1FontDictionary() {return NULL;}
179 virtual const SkPdfType1FontDictionary* asType1FontDictionary() const {return NULL;} 179 virtual const SkPdfType1FontDictionary* asType1FontDictionary() const {return NULL;}
180 180
181 virtual SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return NULL;} 181 virtual SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return NULL;}
182 virtual const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() co nst {return NULL;} 182 virtual const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() co nst {return NULL;}
183 183
184 virtual SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return NULL;} 184 virtual SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return NULL;}
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 559
560 const PdfMemDocument* doc() const { return fPodofoDoc;} 560 const PdfMemDocument* doc() const { return fPodofoDoc;}
561 const PdfObject* podofo() const { return fPodofoObj;} 561 const PdfObject* podofo() const { return fPodofoObj;}
562 virtual bool valid() const {return true;} 562 virtual bool valid() const {return true;}
563 563
564 SkPdfObject& operator=(const SkPdfObject& from) {this->fPodofoDoc = from.fPodo foDoc; this->fPodofoObj = from.fPodofoObj; return *this;} 564 SkPdfObject& operator=(const SkPdfObject& from) {this->fPodofoDoc = from.fPodo foDoc; this->fPodofoObj = from.fPodofoObj; return *this;}
565 565
566 }; 566 };
567 567
568 #endif // __DEFINED__SkPdfObject 568 #endif // __DEFINED__SkPdfObject
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698