| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfPDF_XOutputIntentDictionary | 1 #ifndef __DEFINED__SkPdfPDF_XOutputIntentDictionary |
| 2 #define __DEFINED__SkPdfPDF_XOutputIntentDictionary | 2 #define __DEFINED__SkPdfPDF_XOutputIntentDictionary |
| 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 a PDF/X output intent dictionary | 9 // Entries in a PDF/X output intent dictionary |
| 10 class SkPdfPDF_XOutputIntentDictionary : public SkPdfDictionary { | 10 class SkPdfPDF_XOutputIntentDictionary : public SkPdfDictionary { |
| (...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 * 111 in Appendix H.) | 604 * 111 in Appendix H.) |
| 605 **/ | 605 **/ |
| 606 bool has_DestOutputProfile() const { | 606 bool has_DestOutputProfile() const { |
| 607 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "DestO
utputProfile", "", NULL)); | 607 return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "DestO
utputProfile", "", NULL)); |
| 608 } | 608 } |
| 609 | 609 |
| 610 SkPdfStream* DestOutputProfile() const; | 610 SkPdfStream* DestOutputProfile() const; |
| 611 }; | 611 }; |
| 612 | 612 |
| 613 #endif // __DEFINED__SkPdfPDF_XOutputIntentDictionary | 613 #endif // __DEFINED__SkPdfPDF_XOutputIntentDictionary |
| OLD | NEW |