| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfEnums | 1 #ifndef __DEFINED__SkPdfEnums |
| 2 #define __DEFINED__SkPdfEnums | 2 #define __DEFINED__SkPdfEnums |
| 3 | 3 |
| 4 enum SkPdfObjectType { | 4 enum SkPdfObjectType { |
| 5 kObject_SkPdfObjectType, | 5 kObject_SkPdfObjectType, |
| 6 kArray_SkPdfObjectType, | 6 kArray_SkPdfObjectType, |
| 7 kBoolean_SkPdfObjectType, | 7 kBoolean_SkPdfObjectType, |
| 8 kDictionary_SkPdfObjectType, | 8 kDictionary_SkPdfObjectType, |
| 9 kALinkAnnotationDictionary_SkPdfObjectType, | 9 kALinkAnnotationDictionary_SkPdfObjectType, |
| 10 kActionDictionary_SkPdfObjectType, | 10 kActionDictionary_SkPdfObjectType, |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 kFDFPageDictionary_SkPdfObjectType, | 49 kFDFPageDictionary_SkPdfObjectType, |
| 50 kFDFTemplateDictionary_SkPdfObjectType, | 50 kFDFTemplateDictionary_SkPdfObjectType, |
| 51 kFDFTrailerDictionary_SkPdfObjectType, | 51 kFDFTrailerDictionary_SkPdfObjectType, |
| 52 kFieldDictionary_SkPdfObjectType, | 52 kFieldDictionary_SkPdfObjectType, |
| 53 kFileAttachmentAnnotationDictionary_SkPdfObjectType, | 53 kFileAttachmentAnnotationDictionary_SkPdfObjectType, |
| 54 kFileSpecificationDictionary_SkPdfObjectType, | 54 kFileSpecificationDictionary_SkPdfObjectType, |
| 55 kFileTrailerDictionary_SkPdfObjectType, | 55 kFileTrailerDictionary_SkPdfObjectType, |
| 56 kFontDescriptorDictionary_SkPdfObjectType, | 56 kFontDescriptorDictionary_SkPdfObjectType, |
| 57 kFontDictionary_SkPdfObjectType, | 57 kFontDictionary_SkPdfObjectType, |
| 58 kCIDFontDictionary_SkPdfObjectType, | 58 kCIDFontDictionary_SkPdfObjectType, |
| 59 kTrueTypeFontDictionary_SkPdfObjectType, | |
| 60 kType0FontDictionary_SkPdfObjectType, | 59 kType0FontDictionary_SkPdfObjectType, |
| 60 kType3FontDictionary_SkPdfObjectType, |
| 61 kType0FontDictionary__End_SkPdfObjectType, |
| 61 kType1FontDictionary_SkPdfObjectType, | 62 kType1FontDictionary_SkPdfObjectType, |
| 62 kMultiMasterFontDictionary_SkPdfObjectType, | 63 kMultiMasterFontDictionary_SkPdfObjectType, |
| 64 kTrueTypeFontDictionary_SkPdfObjectType, |
| 63 kType1FontDictionary__End_SkPdfObjectType, | 65 kType1FontDictionary__End_SkPdfObjectType, |
| 64 kType3FontDictionary_SkPdfObjectType, | |
| 65 kFontDictionary__End_SkPdfObjectType, | 66 kFontDictionary__End_SkPdfObjectType, |
| 66 kFormFieldActionsDictionary_SkPdfObjectType, | 67 kFormFieldActionsDictionary_SkPdfObjectType, |
| 67 kFreeTextAnnotationDictionary_SkPdfObjectType, | 68 kFreeTextAnnotationDictionary_SkPdfObjectType, |
| 68 kFunctionCommonDictionary_SkPdfObjectType, | 69 kFunctionCommonDictionary_SkPdfObjectType, |
| 69 kGoToActionDictionary_SkPdfObjectType, | 70 kGoToActionDictionary_SkPdfObjectType, |
| 70 kGraphicsStateDictionary_SkPdfObjectType, | 71 kGraphicsStateDictionary_SkPdfObjectType, |
| 71 kGroupAttributesDictionary_SkPdfObjectType, | 72 kGroupAttributesDictionary_SkPdfObjectType, |
| 72 kHideActionDictionary_SkPdfObjectType, | 73 kHideActionDictionary_SkPdfObjectType, |
| 73 kIccProfileStreamDictionary_SkPdfObjectType, | 74 kIccProfileStreamDictionary_SkPdfObjectType, |
| 74 kIconFitDictionary_SkPdfObjectType, | 75 kIconFitDictionary_SkPdfObjectType, |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 kImageDictionary_SkPdfObjectType, | 178 kImageDictionary_SkPdfObjectType, |
| 178 kType1FormDictionary_SkPdfObjectType, | 179 kType1FormDictionary_SkPdfObjectType, |
| 179 kXObjectDictionary__End_SkPdfObjectType, | 180 kXObjectDictionary__End_SkPdfObjectType, |
| 180 kDictionary__End_SkPdfObjectType, | 181 kDictionary__End_SkPdfObjectType, |
| 181 kInteger_SkPdfObjectType, | 182 kInteger_SkPdfObjectType, |
| 182 kNumber_SkPdfObjectType, | 183 kNumber_SkPdfObjectType, |
| 183 kInteger__End_SkPdfObjectType, | 184 kInteger__End_SkPdfObjectType, |
| 184 kName_SkPdfObjectType, | 185 kName_SkPdfObjectType, |
| 185 kNull_SkPdfObjectType, | 186 kNull_SkPdfObjectType, |
| 186 kReference_SkPdfObjectType, | 187 kReference_SkPdfObjectType, |
| 188 kStream_SkPdfObjectType, |
| 187 kString_SkPdfObjectType, | 189 kString_SkPdfObjectType, |
| 188 kHexString_SkPdfObjectType, | 190 kHexString_SkPdfObjectType, |
| 189 kString__End_SkPdfObjectType, | 191 kString__End_SkPdfObjectType, |
| 190 kObject__End_SkPdfObjectType, | 192 kObject__End_SkPdfObjectType, |
| 191 }; | 193 }; |
| 192 | 194 |
| 193 class SkPdfObject; | 195 class SkPdfObject; |
| 194 class SkPdfNull; | 196 class SkPdfNull; |
| 195 class SkPdfBoolean; | 197 class SkPdfBoolean; |
| 196 class SkPdfInteger; | 198 class SkPdfInteger; |
| 197 class SkPdfNumber; | 199 class SkPdfNumber; |
| 198 class SkPdfName; | 200 class SkPdfName; |
| 199 class SkPdfReference; | 201 class SkPdfReference; |
| 200 class SkPdfArray; | 202 class SkPdfArray; |
| 201 class SkPdfString; | 203 class SkPdfString; |
| 202 class SkPdfHexString; | 204 class SkPdfHexString; |
| 203 class SkPdfDictionary; | 205 class SkPdfDictionary; |
| 206 class SkPdfStream; |
| 204 class SkPdfXObjectDictionary; | 207 class SkPdfXObjectDictionary; |
| 205 class SkPdfFontDictionary; | 208 class SkPdfFontDictionary; |
| 206 class SkPdfTrueTypeFontDictionary; | 209 class SkPdfTrueTypeFontDictionary; |
| 207 class SkPdfStreamCommonDictionary; | 210 class SkPdfStreamCommonDictionary; |
| 208 class SkPdfLzwdecodeAndFlatedecodeFiltersDictionary; | 211 class SkPdfLzwdecodeAndFlatedecodeFiltersDictionary; |
| 209 class SkPdfCcittfaxdecodeFilterDictionary; | 212 class SkPdfCcittfaxdecodeFilterDictionary; |
| 210 class SkPdfJbig2DecodeFilterDictionary; | 213 class SkPdfJbig2DecodeFilterDictionary; |
| 211 class SkPdfDctdecodeFilterDictionary; | 214 class SkPdfDctdecodeFilterDictionary; |
| 212 class SkPdfFileTrailerDictionary; | 215 class SkPdfFileTrailerDictionary; |
| 213 class SkPdfEncryptionCommonDictionary; | 216 class SkPdfEncryptionCommonDictionary; |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 class SkPdfPrinterMarkAnnotationDictionary; | 366 class SkPdfPrinterMarkAnnotationDictionary; |
| 364 class SkPdfPrinterMarkFormDictionary; | 367 class SkPdfPrinterMarkFormDictionary; |
| 365 class SkPdfSeparationDictionary; | 368 class SkPdfSeparationDictionary; |
| 366 class SkPdfPDF_XOutputIntentDictionary; | 369 class SkPdfPDF_XOutputIntentDictionary; |
| 367 class SkPdfTrapNetworkAnnotationDictionary; | 370 class SkPdfTrapNetworkAnnotationDictionary; |
| 368 class SkPdfTrapNetworkAppearanceStreamDictionary; | 371 class SkPdfTrapNetworkAppearanceStreamDictionary; |
| 369 class SkPdfOpiVersionDictionary; | 372 class SkPdfOpiVersionDictionary; |
| 370 class SkPdfMultiMasterFontDictionary; | 373 class SkPdfMultiMasterFontDictionary; |
| 371 | 374 |
| 372 #endif // __DEFINED__SkPdfEnums | 375 #endif // __DEFINED__SkPdfEnums |
| OLD | NEW |