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

Side by Side Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfEnums_autogen.h

Issue 23361009: pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to matc… (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 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 /*
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698