| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfIccProfileStreamDictionary | 1 #ifndef __DEFINED__SkPdfIccProfileStreamDictionary |
| 2 #define __DEFINED__SkPdfIccProfileStreamDictionary | 2 #define __DEFINED__SkPdfIccProfileStreamDictionary |
| 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 // Additional entries specific to an ICC profile stream dictionary | 9 // Additional entries specific to an ICC profile stream dictionary |
| 10 class SkPdfIccProfileStreamDictionary : public SkPdfDictionary { | 10 class SkPdfIccProfileStreamDictionary : public SkPdfDictionary { |
| (...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 * Section 9.2.2, "Metadata Streams"). | 578 * Section 9.2.2, "Metadata Streams"). |
| 579 **/ | 579 **/ |
| 580 bool has_Metadata() const { | 580 bool has_Metadata() const { |
| 581 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Metad
ata", "", NULL)); | 581 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Metad
ata", "", NULL)); |
| 582 } | 582 } |
| 583 | 583 |
| 584 SkPdfStream* Metadata() const; | 584 SkPdfStream* Metadata() const; |
| 585 }; | 585 }; |
| 586 | 586 |
| 587 #endif // __DEFINED__SkPdfIccProfileStreamDictionary | 587 #endif // __DEFINED__SkPdfIccProfileStreamDictionary |
| OLD | NEW |