| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfXObjectDictionary | 1 #ifndef __DEFINED__SkPdfXObjectDictionary |
| 2 #define __DEFINED__SkPdfXObjectDictionary | 2 #define __DEFINED__SkPdfXObjectDictionary |
| 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 "SkPdfDictionary_autogen.h" | 7 #include "SkPdfDictionary_autogen.h" |
| 8 | 8 |
| 9 class SkPdfXObjectDictionary : public SkPdfDictionary { | 9 class SkPdfXObjectDictionary : public SkPdfDictionary { |
| 10 public: | 10 public: |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 | 514 |
| 515 SkPdfXObjectDictionary(const SkPdfXObjectDictionary& from) : SkPdfDictionary(f
rom.fPodofoDoc, from.fPodofoObj) {} | 515 SkPdfXObjectDictionary(const SkPdfXObjectDictionary& from) : SkPdfDictionary(f
rom.fPodofoDoc, from.fPodofoObj) {} |
| 516 | 516 |
| 517 virtual bool valid() const {return true;} | 517 virtual bool valid() const {return true;} |
| 518 | 518 |
| 519 SkPdfXObjectDictionary& operator=(const SkPdfXObjectDictionary& from) {this->f
PodofoDoc = from.fPodofoDoc; this->fPodofoObj = from.fPodofoObj; return *this;} | 519 SkPdfXObjectDictionary& operator=(const SkPdfXObjectDictionary& from) {this->f
PodofoDoc = from.fPodofoDoc; this->fPodofoObj = from.fPodofoObj; return *this;} |
| 520 | 520 |
| 521 }; | 521 }; |
| 522 | 522 |
| 523 #endif // __DEFINED__SkPdfXObjectDictionary | 523 #endif // __DEFINED__SkPdfXObjectDictionary |
| OLD | NEW |