| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfAlternateImageDictionary | 1 #ifndef __DEFINED__SkPdfAlternateImageDictionary |
| 2 #define __DEFINED__SkPdfAlternateImageDictionary | 2 #define __DEFINED__SkPdfAlternateImageDictionary |
| 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 // Entries in an alternate image dictionary | 9 // Entries in an alternate image dictionary |
| 10 class SkPdfAlternateImageDictionary : public SkPdfDictionary { | 10 class SkPdfAlternateImageDictionary : public SkPdfDictionary { |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 * is used for printing. | 538 * is used for printing. |
| 539 **/ | 539 **/ |
| 540 bool has_DefaultForPrinting() const { | 540 bool has_DefaultForPrinting() const { |
| 541 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Defau
ltForPrinting", "", NULL)); | 541 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Defau
ltForPrinting", "", NULL)); |
| 542 } | 542 } |
| 543 | 543 |
| 544 bool DefaultForPrinting() const; | 544 bool DefaultForPrinting() const; |
| 545 }; | 545 }; |
| 546 | 546 |
| 547 #endif // __DEFINED__SkPdfAlternateImageDictionary | 547 #endif // __DEFINED__SkPdfAlternateImageDictionary |
| OLD | NEW |