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

Unified Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType1FontDictionary_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/SkPdfType1FontDictionary_autogen.h
diff --git a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType1FontDictionary_autogen.h b/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType1FontDictionary_autogen.h
deleted file mode 100644
index 6a4cb209d2065d0a35654f21c1574d02bc324286..0000000000000000000000000000000000000000
--- a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType1FontDictionary_autogen.h
+++ /dev/null
@@ -1,53 +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 SkPdfType1FontDictionary_DEFINED
-#define SkPdfType1FontDictionary_DEFINED
-
-#include "SkPdfFontDictionary_autogen.h"
-
-// Entries in a Type 1 font dictionary
-class SkPdfType1FontDictionary : public SkPdfFontDictionary {
-public:
-public:
- SkPdfType1FontDictionary* asType1FontDictionary() {return this;}
- const SkPdfType1FontDictionary* asType1FontDictionary() const {return this;}
-
-private:
- SkPdfType0FontDictionary* asType0FontDictionary() {return (SkPdfType0FontDictionary*)this;}
- const SkPdfType0FontDictionary* asType0FontDictionary() const {return (const SkPdfType0FontDictionary*)this;}
-
-public:
- bool valid() const {return true;}
- SkString Type(SkPdfNativeDoc* doc);
- bool has_Type() const;
- SkString Subtype(SkPdfNativeDoc* doc);
- bool has_Subtype() const;
- SkString Name(SkPdfNativeDoc* doc);
- bool has_Name() const;
- SkString BaseFont(SkPdfNativeDoc* doc);
- bool has_BaseFont() const;
- int64_t FirstChar(SkPdfNativeDoc* doc);
- bool has_FirstChar() const;
- int64_t LastChar(SkPdfNativeDoc* doc);
- bool has_LastChar() const;
- SkPdfArray* Widths(SkPdfNativeDoc* doc);
- bool has_Widths() const;
- SkPdfFontDescriptorDictionary* FontDescriptor(SkPdfNativeDoc* doc);
- bool has_FontDescriptor() const;
-
- bool isEncodingAName(SkPdfNativeDoc* doc);
- SkString getEncodingAsName(SkPdfNativeDoc* doc);
-
- bool isEncodingADictionary(SkPdfNativeDoc* doc);
- SkPdfDictionary* getEncodingAsDictionary(SkPdfNativeDoc* doc);
- bool has_Encoding() const;
- SkPdfStream* ToUnicode(SkPdfNativeDoc* doc);
- bool has_ToUnicode() const;
-};
-
-#endif // SkPdfType1FontDictionary_DEFINED

Powered by Google App Engine
This is Rietveld 408576698