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

Side by Side Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfFontDictionary_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__SkPdfFontDictionary 1 /*
2 #define __DEFINED__SkPdfFontDictionary 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 SkPdfFontDictionary_DEFINED
9 #define SkPdfFontDictionary_DEFINED
10
4 #include "SkPdfDictionary_autogen.h" 11 #include "SkPdfDictionary_autogen.h"
5 12
6 class SkPdfFontDictionary : public SkPdfDictionary { 13 class SkPdfFontDictionary : public SkPdfDictionary {
7 public: 14 public:
8 public: 15 public:
9 SkPdfFontDictionary* asFontDictionary() {return this;} 16 SkPdfFontDictionary* asFontDictionary() {return this;}
10 const SkPdfFontDictionary* asFontDictionary() const {return this;} 17 const SkPdfFontDictionary* asFontDictionary() const {return this;}
11 18
12 private: 19 private:
13 SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() {return (SkPdfA LinkAnnotationDictionary*)this;} 20 SkPdfALinkAnnotationDictionary* asALinkAnnotationDictionary() {return (SkPdfA LinkAnnotationDictionary*)this;}
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() {return (SkPdfSoftM askImageDictionary*)this;} 497 SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() {return (SkPdfSoftM askImageDictionary*)this;}
491 const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return (const SkPdfSoftMaskImageDictionary*)this;} 498 const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return (const SkPdfSoftMaskImageDictionary*)this;}
492 499
493 SkPdfType1FormDictionary* asType1FormDictionary() {return (SkPdfType1FormDict ionary*)this;} 500 SkPdfType1FormDictionary* asType1FormDictionary() {return (SkPdfType1FormDict ionary*)this;}
494 const SkPdfType1FormDictionary* asType1FormDictionary() const {return (const SkPdfType1FormDictionary*)this;} 501 const SkPdfType1FormDictionary* asType1FormDictionary() const {return (const SkPdfType1FormDictionary*)this;}
495 502
496 public: 503 public:
497 bool valid() const {return true;} 504 bool valid() const {return true;}
498 }; 505 };
499 506
500 #endif // __DEFINED__NATIVE_SkPdfFontDictionary 507 #endif // SkPdfFontDictionary_DEFINED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698