Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: experimental/PdfViewer/autogen/SkPdfEnums_autogen.h

Issue 18117005: more work on pdf fonts, more to come (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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,
11 kAlternateImageDictionary_SkPdfObjectType, 11 kAlternateImageDictionary_SkPdfObjectType,
12 kAnnotationActionsDictionary_SkPdfObjectType, 12 kAnnotationActionsDictionary_SkPdfObjectType,
13 kAnnotationDictionary_SkPdfObjectType, 13 kAnnotationDictionary_SkPdfObjectType,
14 kAppearanceCharacteristicsDictionary_SkPdfObjectType, 14 kAppearanceCharacteristicsDictionary_SkPdfObjectType,
15 kAppearanceDictionary_SkPdfObjectType, 15 kAppearanceDictionary_SkPdfObjectType,
16 kApplicationDataDictionary_SkPdfObjectType, 16 kApplicationDataDictionary_SkPdfObjectType,
17 kArtifactsDictionary_SkPdfObjectType, 17 kArtifactsDictionary_SkPdfObjectType,
18 kAttributeObjectDictionary_SkPdfObjectType, 18 kAttributeObjectDictionary_SkPdfObjectType,
19 kBeadDictionary_SkPdfObjectType, 19 kBeadDictionary_SkPdfObjectType,
20 kBlockLevelStructureElementsDictionary_SkPdfObjectType, 20 kBlockLevelStructureElementsDictionary_SkPdfObjectType,
21 kBorderStyleDictionary_SkPdfObjectType, 21 kBorderStyleDictionary_SkPdfObjectType,
22 kBoxColorInformationDictionary_SkPdfObjectType, 22 kBoxColorInformationDictionary_SkPdfObjectType,
23 kBoxStyleDictionary_SkPdfObjectType, 23 kBoxStyleDictionary_SkPdfObjectType,
24 kCIDFontDescriptorDictionary_SkPdfObjectType, 24 kCIDFontDescriptorDictionary_SkPdfObjectType,
25 kCIDFontDictionary_SkPdfObjectType,
25 kCIDSystemInfoDictionary_SkPdfObjectType, 26 kCIDSystemInfoDictionary_SkPdfObjectType,
26 kCMapDictionary_SkPdfObjectType, 27 kCMapDictionary_SkPdfObjectType,
27 kCalgrayColorSpaceDictionary_SkPdfObjectType, 28 kCalgrayColorSpaceDictionary_SkPdfObjectType,
28 kCalrgbColorSpaceDictionary_SkPdfObjectType, 29 kCalrgbColorSpaceDictionary_SkPdfObjectType,
29 kCatalogDictionary_SkPdfObjectType, 30 kCatalogDictionary_SkPdfObjectType,
30 kCcittfaxdecodeFilterDictionary_SkPdfObjectType, 31 kCcittfaxdecodeFilterDictionary_SkPdfObjectType,
31 kCheckboxFieldDictionary_SkPdfObjectType, 32 kCheckboxFieldDictionary_SkPdfObjectType,
32 kChoiceFieldDictionary_SkPdfObjectType, 33 kChoiceFieldDictionary_SkPdfObjectType,
33 kComponentsWithMetadataDictionary_SkPdfObjectType, 34 kComponentsWithMetadataDictionary_SkPdfObjectType,
34 kDctdecodeFilterDictionary_SkPdfObjectType, 35 kDctdecodeFilterDictionary_SkPdfObjectType,
(...skipping 13 matching lines...) Expand all
48 kFDFNamedPageReferenceDictionary_SkPdfObjectType, 49 kFDFNamedPageReferenceDictionary_SkPdfObjectType,
49 kFDFPageDictionary_SkPdfObjectType, 50 kFDFPageDictionary_SkPdfObjectType,
50 kFDFTemplateDictionary_SkPdfObjectType, 51 kFDFTemplateDictionary_SkPdfObjectType,
51 kFDFTrailerDictionary_SkPdfObjectType, 52 kFDFTrailerDictionary_SkPdfObjectType,
52 kFieldDictionary_SkPdfObjectType, 53 kFieldDictionary_SkPdfObjectType,
53 kFileAttachmentAnnotationDictionary_SkPdfObjectType, 54 kFileAttachmentAnnotationDictionary_SkPdfObjectType,
54 kFileSpecificationDictionary_SkPdfObjectType, 55 kFileSpecificationDictionary_SkPdfObjectType,
55 kFileTrailerDictionary_SkPdfObjectType, 56 kFileTrailerDictionary_SkPdfObjectType,
56 kFontDescriptorDictionary_SkPdfObjectType, 57 kFontDescriptorDictionary_SkPdfObjectType,
57 kFontDictionary_SkPdfObjectType, 58 kFontDictionary_SkPdfObjectType,
58 kCIDFontDictionary_SkPdfObjectType,
59 kType0FontDictionary_SkPdfObjectType, 59 kType0FontDictionary_SkPdfObjectType,
60 kType1FontDictionary_SkPdfObjectType, 60 kType1FontDictionary_SkPdfObjectType,
61 kMultiMasterFontDictionary_SkPdfObjectType, 61 kMultiMasterFontDictionary_SkPdfObjectType,
62 kTrueTypeFontDictionary_SkPdfObjectType, 62 kTrueTypeFontDictionary_SkPdfObjectType,
63 kType3FontDictionary_SkPdfObjectType, 63 kType3FontDictionary_SkPdfObjectType,
64 kType1FontDictionary__End_SkPdfObjectType, 64 kType1FontDictionary__End_SkPdfObjectType,
65 kFontDictionary__End_SkPdfObjectType, 65 kFontDictionary__End_SkPdfObjectType,
66 kFormFieldActionsDictionary_SkPdfObjectType, 66 kFormFieldActionsDictionary_SkPdfObjectType,
67 kFreeTextAnnotationDictionary_SkPdfObjectType, 67 kFreeTextAnnotationDictionary_SkPdfObjectType,
68 kFunctionCommonDictionary_SkPdfObjectType, 68 kFunctionCommonDictionary_SkPdfObjectType,
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 class SkPdfPrinterMarkAnnotationDictionary; 365 class SkPdfPrinterMarkAnnotationDictionary;
366 class SkPdfPrinterMarkFormDictionary; 366 class SkPdfPrinterMarkFormDictionary;
367 class SkPdfSeparationDictionary; 367 class SkPdfSeparationDictionary;
368 class SkPdfPDF_XOutputIntentDictionary; 368 class SkPdfPDF_XOutputIntentDictionary;
369 class SkPdfTrapNetworkAnnotationDictionary; 369 class SkPdfTrapNetworkAnnotationDictionary;
370 class SkPdfTrapNetworkAppearanceStreamDictionary; 370 class SkPdfTrapNetworkAppearanceStreamDictionary;
371 class SkPdfOpiVersionDictionary; 371 class SkPdfOpiVersionDictionary;
372 class SkPdfMultiMasterFontDictionary; 372 class SkPdfMultiMasterFontDictionary;
373 373
374 #endif // __DEFINED__SkPdfEnums 374 #endif // __DEFINED__SkPdfEnums
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698