| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfEnums | 1 /* |
| 2 #define __DEFINED__SkPdfEnums | 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 SkPdfEnums_DEFINED |
| 9 #define SkPdfEnums_DEFINED |
| 10 |
| 4 enum SkPdfNativeObjectType { | 11 enum SkPdfNativeObjectType { |
| 5 kNone_SkPdfNativeObjectType = 0, | 12 kNone_SkPdfNativeObjectType = 0, |
| 6 kDictionary_SkPdfNativeObjectType, | 13 kDictionary_SkPdfNativeObjectType, |
| 7 kALinkAnnotationDictionary_SkPdfNativeObjectType, | 14 kALinkAnnotationDictionary_SkPdfNativeObjectType, |
| 8 kActionDictionary_SkPdfNativeObjectType, | 15 kActionDictionary_SkPdfNativeObjectType, |
| 9 kAlternateImageDictionary_SkPdfNativeObjectType, | 16 kAlternateImageDictionary_SkPdfNativeObjectType, |
| 10 kAnnotationActionsDictionary_SkPdfNativeObjectType, | 17 kAnnotationActionsDictionary_SkPdfNativeObjectType, |
| 11 kAnnotationDictionary_SkPdfNativeObjectType, | 18 kAnnotationDictionary_SkPdfNativeObjectType, |
| 12 kAppearanceCharacteristicsDictionary_SkPdfNativeObjectType, | 19 kAppearanceCharacteristicsDictionary_SkPdfNativeObjectType, |
| 13 kAppearanceDictionary_SkPdfNativeObjectType, | 20 kAppearanceDictionary_SkPdfNativeObjectType, |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 class SkPdfBoxStyleDictionary; | 348 class SkPdfBoxStyleDictionary; |
| 342 class SkPdfPrinterMarkAnnotationDictionary; | 349 class SkPdfPrinterMarkAnnotationDictionary; |
| 343 class SkPdfPrinterMarkFormDictionary; | 350 class SkPdfPrinterMarkFormDictionary; |
| 344 class SkPdfSeparationDictionary; | 351 class SkPdfSeparationDictionary; |
| 345 class SkPdfPDF_XOutputIntentDictionary; | 352 class SkPdfPDF_XOutputIntentDictionary; |
| 346 class SkPdfTrapNetworkAnnotationDictionary; | 353 class SkPdfTrapNetworkAnnotationDictionary; |
| 347 class SkPdfTrapNetworkAppearanceStreamDictionary; | 354 class SkPdfTrapNetworkAppearanceStreamDictionary; |
| 348 class SkPdfOpiVersionDictionary; | 355 class SkPdfOpiVersionDictionary; |
| 349 class SkPdfMultiMasterFontDictionary; | 356 class SkPdfMultiMasterFontDictionary; |
| 350 | 357 |
| 351 #endif // __DEFINED__SkPdfEnums | 358 #endif // SkPdfEnums_DEFINED |
| OLD | NEW |