| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfMovieDictionary | 1 /* |
| 2 #define __DEFINED__SkPdfMovieDictionary | 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 SkPdfMovieDictionary_DEFINED |
| 9 #define SkPdfMovieDictionary_DEFINED |
| 10 |
| 4 #include "SkPdfDictionary_autogen.h" | 11 #include "SkPdfDictionary_autogen.h" |
| 5 | 12 |
| 6 // Entries in a movie dictionary | 13 // Entries in a movie dictionary |
| 7 class SkPdfMovieDictionary : public SkPdfDictionary { | 14 class SkPdfMovieDictionary : public SkPdfDictionary { |
| 8 public: | 15 public: |
| 9 public: | 16 public: |
| 10 SkPdfMovieDictionary* asMovieDictionary() {return this;} | 17 SkPdfMovieDictionary* asMovieDictionary() {return this;} |
| 11 const SkPdfMovieDictionary* asMovieDictionary() const {return this;} | 18 const SkPdfMovieDictionary* asMovieDictionary() const {return this;} |
| 12 | 19 |
| 13 private: | 20 private: |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 bool has_Aspect() const; | 524 bool has_Aspect() const; |
| 518 int64_t Rotate(SkPdfNativeDoc* doc); | 525 int64_t Rotate(SkPdfNativeDoc* doc); |
| 519 bool has_Rotate() const; | 526 bool has_Rotate() const; |
| 520 bool isPosterABoolean(SkPdfNativeDoc* doc); | 527 bool isPosterABoolean(SkPdfNativeDoc* doc); |
| 521 bool getPosterAsBoolean(SkPdfNativeDoc* doc); | 528 bool getPosterAsBoolean(SkPdfNativeDoc* doc); |
| 522 bool isPosterAStream(SkPdfNativeDoc* doc); | 529 bool isPosterAStream(SkPdfNativeDoc* doc); |
| 523 SkPdfStream* getPosterAsStream(SkPdfNativeDoc* doc); | 530 SkPdfStream* getPosterAsStream(SkPdfNativeDoc* doc); |
| 524 bool has_Poster() const; | 531 bool has_Poster() const; |
| 525 }; | 532 }; |
| 526 | 533 |
| 527 #endif // __DEFINED__NATIVE_SkPdfMovieDictionary | 534 #endif // SkPdfMovieDictionary_DEFINED |
| OLD | NEW |