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

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

Issue 1266093003: Remove experimental/PdfViewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-03 (Monday) 10:43:56 EDT Created 5 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
OLDNEW
(Empty)
1 /*
2 * Copyright 2013 Google Inc.
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 SkPdfMultiMasterFontDictionary_DEFINED
9 #define SkPdfMultiMasterFontDictionary_DEFINED
10
11 #include "SkPdfType1FontDictionary_autogen.h"
12
13 class SkPdfMultiMasterFontDictionary : public SkPdfType1FontDictionary {
14 public:
15 public:
16 SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return this;}
17 const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() const {re turn this;}
18
19 private:
20 SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return (SkPdfTrueTyp eFontDictionary*)this;}
21 const SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() const {return ( const SkPdfTrueTypeFontDictionary*)this;}
22
23 SkPdfType3FontDictionary* asType3FontDictionary() {return (SkPdfType3FontDict ionary*)this;}
24 const SkPdfType3FontDictionary* asType3FontDictionary() const {return (const SkPdfType3FontDictionary*)this;}
25
26 public:
27 bool valid() const {return true;}
28 SkString Subtype(SkPdfNativeDoc* doc);
29 bool has_Subtype() const;
30 };
31
32 #endif // SkPdfMultiMasterFontDictionary_DEFINED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698