| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfWebCaptureImageSetDictionary | 1 /* |
| 2 #define __DEFINED__SkPdfWebCaptureImageSetDictionary | 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 SkPdfWebCaptureImageSetDictionary_DEFINED |
| 9 #define SkPdfWebCaptureImageSetDictionary_DEFINED |
| 10 |
| 4 #include "SkPdfDictionary_autogen.h" | 11 #include "SkPdfDictionary_autogen.h" |
| 5 | 12 |
| 6 // Additional entries specific to a Web Capture image set | 13 // Additional entries specific to a Web Capture image set |
| 7 class SkPdfWebCaptureImageSetDictionary : public SkPdfDictionary { | 14 class SkPdfWebCaptureImageSetDictionary : public SkPdfDictionary { |
| 8 public: | 15 public: |
| 9 public: | 16 public: |
| 10 SkPdfWebCaptureImageSetDictionary* asWebCaptureImageSetDictionary() {return t
his;} | 17 SkPdfWebCaptureImageSetDictionary* asWebCaptureImageSetDictionary() {return t
his;} |
| 11 const SkPdfWebCaptureImageSetDictionary* asWebCaptureImageSetDictionary() con
st {return this;} | 18 const SkPdfWebCaptureImageSetDictionary* asWebCaptureImageSetDictionary() con
st {return this;} |
| 12 | 19 |
| 13 private: | 20 private: |
| (...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 bool valid() const {return true;} | 520 bool valid() const {return true;} |
| 514 SkString S(SkPdfNativeDoc* doc); | 521 SkString S(SkPdfNativeDoc* doc); |
| 515 bool has_S() const; | 522 bool has_S() const; |
| 516 bool isRAInteger(SkPdfNativeDoc* doc); | 523 bool isRAInteger(SkPdfNativeDoc* doc); |
| 517 int64_t getRAsInteger(SkPdfNativeDoc* doc); | 524 int64_t getRAsInteger(SkPdfNativeDoc* doc); |
| 518 bool isRAArray(SkPdfNativeDoc* doc); | 525 bool isRAArray(SkPdfNativeDoc* doc); |
| 519 SkPdfArray* getRAsArray(SkPdfNativeDoc* doc); | 526 SkPdfArray* getRAsArray(SkPdfNativeDoc* doc); |
| 520 bool has_R() const; | 527 bool has_R() const; |
| 521 }; | 528 }; |
| 522 | 529 |
| 523 #endif // __DEFINED__NATIVE_SkPdfWebCaptureImageSetDictionary | 530 #endif // SkPdfWebCaptureImageSetDictionary_DEFINED |
| OLD | NEW |