aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType3ShadingDictionary_autogen.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-08-04 14:08:42 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-04 14:08:44 -0700
commit9f8754f5910764b1722573050b481be7e65f7c03 (patch)
tree1f1a3651c855b757d4059a71a160ef3bf7fcb0c6 /experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType3ShadingDictionary_autogen.h
parent1dedc3d2c00468d9b4d0f0a8e69cb56acd08698f (diff)
Remove experimental/PdfViewer
Motivation: maintaining this code doesn't seem worth the time, since no one seems to be using it. If someone wants to use it in the future, just revert this CL. Review URL: https://codereview.chromium.org/1266093003
Diffstat (limited to 'experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType3ShadingDictionary_autogen.h')
-rw-r--r--experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType3ShadingDictionary_autogen.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType3ShadingDictionary_autogen.h b/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType3ShadingDictionary_autogen.h
deleted file mode 100644
index 5ff6e456c2..0000000000
--- a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType3ShadingDictionary_autogen.h
+++ /dev/null
@@ -1,48 +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 SkPdfType3ShadingDictionary_DEFINED
-#define SkPdfType3ShadingDictionary_DEFINED
-
-#include "SkPdfShadingDictionary_autogen.h"
-
-// Additional entries specific to a type 3 shading dictionary
-class SkPdfType3ShadingDictionary : public SkPdfShadingDictionary {
-public:
-public:
- SkPdfType3ShadingDictionary* asType3ShadingDictionary() {return this;}
- const SkPdfType3ShadingDictionary* asType3ShadingDictionary() const {return this;}
-
-private:
- SkPdfType1ShadingDictionary* asType1ShadingDictionary() {return (SkPdfType1ShadingDictionary*)this;}
- const SkPdfType1ShadingDictionary* asType1ShadingDictionary() const {return (const SkPdfType1ShadingDictionary*)this;}
-
- SkPdfType2ShadingDictionary* asType2ShadingDictionary() {return (SkPdfType2ShadingDictionary*)this;}
- const SkPdfType2ShadingDictionary* asType2ShadingDictionary() const {return (const SkPdfType2ShadingDictionary*)this;}
-
- SkPdfType4ShadingDictionary* asType4ShadingDictionary() {return (SkPdfType4ShadingDictionary*)this;}
- const SkPdfType4ShadingDictionary* asType4ShadingDictionary() const {return (const SkPdfType4ShadingDictionary*)this;}
-
- SkPdfType5ShadingDictionary* asType5ShadingDictionary() {return (SkPdfType5ShadingDictionary*)this;}
- const SkPdfType5ShadingDictionary* asType5ShadingDictionary() const {return (const SkPdfType5ShadingDictionary*)this;}
-
- SkPdfType6ShadingDictionary* asType6ShadingDictionary() {return (SkPdfType6ShadingDictionary*)this;}
- const SkPdfType6ShadingDictionary* asType6ShadingDictionary() const {return (const SkPdfType6ShadingDictionary*)this;}
-
-public:
- bool valid() const {return true;}
- SkPdfArray* Coords(SkPdfNativeDoc* doc);
- bool has_Coords() const;
- SkPdfArray* Domain(SkPdfNativeDoc* doc);
- bool has_Domain() const;
- SkPdfFunction Function(SkPdfNativeDoc* doc);
- bool has_Function() const;
- SkPdfArray* Extend(SkPdfNativeDoc* doc);
- bool has_Extend() const;
-};
-
-#endif // SkPdfType3ShadingDictionary_DEFINED