| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfFontDictionary | 1 /* |
| 2 #define __DEFINED__SkPdfFontDictionary | 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 SkPdfFontDictionary_DEFINED |
| 9 #define SkPdfFontDictionary_DEFINED |
| 10 |
| 4 #include "SkPdfDictionary_autogen.h" | 11 #include "SkPdfDictionary_autogen.h" |
| 5 | 12 |
| 6 class SkPdfFontDictionary : public SkPdfDictionary { | 13 class SkPdfFontDictionary : public SkPdfDictionary { |
| 7 public: | 14 public: |
| 8 public: | 15 public: |
| 9 SkPdfFontDictionary* asFontDictionary() {return this;} | 16 SkPdfFontDictionary* asFontDictionary() {return this;} |
| 10 const SkPdfFontDictionary* asFontDictionary() const {return this;} | 17 const SkPdfFontDictionary* asFontDictionary() const {return this;} |
| 11 | 18 |
| 12 private: | 19 private: |
| 13 SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() {return (SkPdfA
LinkAnnotationDictionary*)this;} | 20 SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() {return (SkPdfA
LinkAnnotationDictionary*)this;} |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() {return (SkPdfSoftM
askImageDictionary*)this;} | 497 SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() {return (SkPdfSoftM
askImageDictionary*)this;} |
| 491 const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return
(const SkPdfSoftMaskImageDictionary*)this;} | 498 const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return
(const SkPdfSoftMaskImageDictionary*)this;} |
| 492 | 499 |
| 493 SkPdfType1FormDictionary* asType1FormDictionary() {return (SkPdfType1FormDict
ionary*)this;} | 500 SkPdfType1FormDictionary* asType1FormDictionary() {return (SkPdfType1FormDict
ionary*)this;} |
| 494 const SkPdfType1FormDictionary* asType1FormDictionary() const {return (const
SkPdfType1FormDictionary*)this;} | 501 const SkPdfType1FormDictionary* asType1FormDictionary() const {return (const
SkPdfType1FormDictionary*)this;} |
| 495 | 502 |
| 496 public: | 503 public: |
| 497 bool valid() const {return true;} | 504 bool valid() const {return true;} |
| 498 }; | 505 }; |
| 499 | 506 |
| 500 #endif // __DEFINED__NATIVE_SkPdfFontDictionary | 507 #endif // SkPdfFontDictionary_DEFINED |
| OLD | NEW |