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

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

Issue 18179007: refactor folders to make prepare for native pdf parser (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,
(...skipping 354 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