| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfCcittfaxdecodeFilterDictionary | 1 #ifndef __DEFINED__SkPdfCcittfaxdecodeFilterDictionary |
| 2 #define __DEFINED__SkPdfCcittfaxdecodeFilterDictionary | 2 #define __DEFINED__SkPdfCcittfaxdecodeFilterDictionary |
| 3 | 3 |
| 4 #include "SkPdfEnums_autogen.h" | 4 #include "SkPdfEnums_autogen.h" |
| 5 #include "SkPdfArray_autogen.h" | 5 #include "SkPdfArray_autogen.h" |
| 6 #include "SkPdfDictionary_autogen.h" | 6 #include "SkPdfDictionary_autogen.h" |
| 7 | 7 |
| 8 class SkPdfCcittfaxdecodeFilterDictionary : public SkPdfDictionary { | 8 class SkPdfCcittfaxdecodeFilterDictionary : public SkPdfDictionary { |
| 9 public: | 9 public: |
| 10 virtual SkPdfObjectType getType() const { return kObjectDictionaryCcittfaxdeco
deFilterDictionary_SkPdfObjectType;} | 10 virtual SkPdfObjectType getType() const { return kCcittfaxdecodeFilterDictiona
ry_SkPdfObjectType;} |
| 11 virtual SkPdfObjectType getTypeEnd() const { return (SkPdfObjectType)(kObjectD
ictionaryCcittfaxdecodeFilterDictionary_SkPdfObjectType + 1);} | 11 virtual SkPdfObjectType getTypeEnd() const { return (SkPdfObjectType)(kCcittfa
xdecodeFilterDictionary_SkPdfObjectType + 1);} |
| 12 public: | 12 public: |
| 13 virtual SkPdfCcittfaxdecodeFilterDictionary* asCcittfaxdecodeFilterDictionary(
) {return this;} | 13 virtual SkPdfCcittfaxdecodeFilterDictionary* asCcittfaxdecodeFilterDictionary(
) {return this;} |
| 14 virtual const SkPdfCcittfaxdecodeFilterDictionary* asCcittfaxdecodeFilterDicti
onary() const {return this;} | 14 virtual const SkPdfCcittfaxdecodeFilterDictionary* asCcittfaxdecodeFilterDicti
onary() const {return this;} |
| 15 | 15 |
| 16 private: | 16 private: |
| 17 virtual SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() {return
NULL;} | 17 virtual SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() {return
NULL;} |
| 18 virtual const SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() co
nst {return NULL;} | 18 virtual const SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() co
nst {return NULL;} |
| 19 | 19 |
| 20 virtual SkPdfActionDictionary* asActionDictionary() {return NULL;} | 20 virtual SkPdfActionDictionary* asActionDictionary() {return NULL;} |
| 21 virtual const SkPdfActionDictionary* asActionDictionary() const {return NULL;} | 21 virtual const SkPdfActionDictionary* asActionDictionary() const {return NULL;} |
| (...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 long DamagedRowsBeforeError() const { | 573 long DamagedRowsBeforeError() const { |
| 574 long ret; | 574 long ret; |
| 575 if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "DamagedRows
BeforeError", "", &ret)) return ret; | 575 if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "DamagedRows
BeforeError", "", &ret)) return ret; |
| 576 // TODO(edisonn): warn about missing required field, assert for known good p
dfs | 576 // TODO(edisonn): warn about missing required field, assert for known good p
dfs |
| 577 return 0; | 577 return 0; |
| 578 } | 578 } |
| 579 | 579 |
| 580 }; | 580 }; |
| 581 | 581 |
| 582 #endif // __DEFINED__SkPdfCcittfaxdecodeFilterDictionary | 582 #endif // __DEFINED__SkPdfCcittfaxdecodeFilterDictionary |
| OLD | NEW |