| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfDictionary | 1 /* |
| 2 #define __DEFINED__SkPdfDictionary | 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 SkPdfDictionary_DEFINED |
| 9 #define SkPdfDictionary_DEFINED |
| 10 |
| 4 #include "stddef.h" | 11 #include "stddef.h" |
| 5 #include "SkPdfEnums_autogen.h" | 12 #include "SkPdfEnums_autogen.h" |
| 6 #include "SkPdfNYI.h" | 13 #include "SkPdfNYI.h" |
| 7 #include "SkPdfNativeObject.h" | 14 #include "SkPdfNativeObject.h" |
| 8 class SkPdfNativeDoc; | 15 class SkPdfNativeDoc; |
| 9 | 16 |
| 10 class SkPdfDictionary : public SkPdfNativeObject { | 17 class SkPdfDictionary : public SkPdfNativeObject { |
| 11 public: | 18 public: |
| 12 public: | 19 public: |
| 13 SkPdfDictionary* asDictionary() {return this;} | 20 SkPdfDictionary* asDictionary() {return this;} |
| (...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return
(const SkPdfSoftMaskImageDictionary*)this;} | 519 const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return
(const SkPdfSoftMaskImageDictionary*)this;} |
| 513 | 520 |
| 514 SkPdfType1FormDictionary* asType1FormDictionary() {return (SkPdfType1FormDict
ionary*)this;} | 521 SkPdfType1FormDictionary* asType1FormDictionary() {return (SkPdfType1FormDict
ionary*)this;} |
| 515 const SkPdfType1FormDictionary* asType1FormDictionary() const {return (const
SkPdfType1FormDictionary*)this;} | 522 const SkPdfType1FormDictionary* asType1FormDictionary() const {return (const
SkPdfType1FormDictionary*)this;} |
| 516 | 523 |
| 517 public: | 524 public: |
| 518 public: | 525 public: |
| 519 bool valid() const {return true;} | 526 bool valid() const {return true;} |
| 520 }; | 527 }; |
| 521 | 528 |
| 522 #endif // __DEFINED__NATIVE_SkPdfDictionary | 529 #endif // SkPdfDictionary_DEFINED |
| OLD | NEW |