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

Unified Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType0FontDictionary_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 side-by-side diff with in-line comments
Download patch
Index: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType0FontDictionary_autogen.h
diff --git a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType0FontDictionary_autogen.h b/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType0FontDictionary_autogen.h
deleted file mode 100644
index 95ccd80b160b294c3c228beac657b7b6cc21bde4..0000000000000000000000000000000000000000
--- a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType0FontDictionary_autogen.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Copyright 2013 Google Inc.
-
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef SkPdfType0FontDictionary_DEFINED
-#define SkPdfType0FontDictionary_DEFINED
-
-#include "SkPdfFontDictionary_autogen.h"
-
-// Entries in a Type 0 font dictionary
-class SkPdfType0FontDictionary : public SkPdfFontDictionary {
-public:
-public:
- SkPdfType0FontDictionary* asType0FontDictionary() {return this;}
- const SkPdfType0FontDictionary* asType0FontDictionary() const {return this;}
-
-private:
- SkPdfType1FontDictionary* asType1FontDictionary() {return (SkPdfType1FontDictionary*)this;}
- const SkPdfType1FontDictionary* asType1FontDictionary() const {return (const SkPdfType1FontDictionary*)this;}
-
- SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return (SkPdfMultiMasterFontDictionary*)this;}
- const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() const {return (const SkPdfMultiMasterFontDictionary*)this;}
-
- SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return (SkPdfTrueTypeFontDictionary*)this;}
- const SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() const {return (const SkPdfTrueTypeFontDictionary*)this;}
-
- SkPdfType3FontDictionary* asType3FontDictionary() {return (SkPdfType3FontDictionary*)this;}
- const SkPdfType3FontDictionary* asType3FontDictionary() const {return (const SkPdfType3FontDictionary*)this;}
-
-public:
- bool valid() const {return true;}
- SkString Type(SkPdfNativeDoc* doc);
- bool has_Type() const;
- SkString Subtype(SkPdfNativeDoc* doc);
- bool has_Subtype() const;
- SkString BaseFont(SkPdfNativeDoc* doc);
- bool has_BaseFont() const;
-
- bool isEncodingAName(SkPdfNativeDoc* doc);
- SkString getEncodingAsName(SkPdfNativeDoc* doc);
-
- bool isEncodingAStream(SkPdfNativeDoc* doc);
- SkPdfStream* getEncodingAsStream(SkPdfNativeDoc* doc);
- bool has_Encoding() const;
- SkPdfArray* DescendantFonts(SkPdfNativeDoc* doc);
- bool has_DescendantFonts() const;
- SkPdfStream* ToUnicode(SkPdfNativeDoc* doc);
- bool has_ToUnicode() const;
-};
-
-#endif // SkPdfType0FontDictionary_DEFINED

Powered by Google App Engine
This is Rietveld 408576698