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

Side by Side Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfDictionary_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__SkPdfDictionary 1 /*
2 #define __DEFINED__SkPdfDictionary 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 SkPdfDictionary_DEFINED
9 #define SkPdfDictionary_DEFINED
10
4 #include "stddef.h" 11 #include "stddef.h"
5 #include "SkPdfEnums_autogen.h" 12 #include "SkPdfEnums_autogen.h"
6 #include "SkPdfNYI.h" 13 #include "SkPdfNYI.h"
7 #include "SkPdfNativeObject.h" 14 #include "SkPdfNativeObject.h"
8 class SkPdfNativeDoc; 15 class SkPdfNativeDoc;
9 16
10 class SkPdfDictionary : public SkPdfNativeObject { 17 class SkPdfDictionary : public SkPdfNativeObject {
11 public: 18 public:
12 public: 19 public:
13 SkPdfDictionary* asDictionary() {return this;} 20 SkPdfDictionary* asDictionary() {return this;}
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return (const SkPdfSoftMaskImageDictionary*)this;} 519 const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return (const SkPdfSoftMaskImageDictionary*)this;}
513 520
514 SkPdfType1FormDictionary* asType1FormDictionary() {return (SkPdfType1FormDict ionary*)this;} 521 SkPdfType1FormDictionary* asType1FormDictionary() {return (SkPdfType1FormDict ionary*)this;}
515 const SkPdfType1FormDictionary* asType1FormDictionary() const {return (const SkPdfType1FormDictionary*)this;} 522 const SkPdfType1FormDictionary* asType1FormDictionary() const {return (const SkPdfType1FormDictionary*)this;}
516 523
517 public: 524 public:
518 public: 525 public:
519 bool valid() const {return true;} 526 bool valid() const {return true;}
520 }; 527 };
521 528
522 #endif // __DEFINED__NATIVE_SkPdfDictionary 529 #endif // SkPdfDictionary_DEFINED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698