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

Unified Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfImageDictionary_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/SkPdfImageDictionary_autogen.h
diff --git a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfImageDictionary_autogen.h b/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfImageDictionary_autogen.h
deleted file mode 100644
index 322ca018fead32a25283ba7133239a8915f08471..0000000000000000000000000000000000000000
--- a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfImageDictionary_autogen.h
+++ /dev/null
@@ -1,74 +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 SkPdfImageDictionary_DEFINED
-#define SkPdfImageDictionary_DEFINED
-
-#include "SkPdfXObjectDictionary_autogen.h"
-
-// Additional entries specific to an image dictionary
-class SkPdfImageDictionary : public SkPdfXObjectDictionary {
-public:
-public:
- SkPdfImageDictionary* asImageDictionary() {return this;}
- const SkPdfImageDictionary* asImageDictionary() const {return this;}
-
-private:
- SkPdfType1FormDictionary* asType1FormDictionary() {return (SkPdfType1FormDictionary*)this;}
- const SkPdfType1FormDictionary* asType1FormDictionary() const {return (const SkPdfType1FormDictionary*)this;}
-
-public:
- bool valid() const {return true;}
- SkString Type(SkPdfNativeDoc* doc);
- bool has_Type() const;
- SkString Subtype(SkPdfNativeDoc* doc);
- bool has_Subtype() const;
- int64_t Width(SkPdfNativeDoc* doc);
- bool has_Width() const;
- int64_t Height(SkPdfNativeDoc* doc);
- bool has_Height() const;
-
- bool isColorSpaceAName(SkPdfNativeDoc* doc);
- SkString getColorSpaceAsName(SkPdfNativeDoc* doc);
-
- bool isColorSpaceAArray(SkPdfNativeDoc* doc);
- SkPdfArray* getColorSpaceAsArray(SkPdfNativeDoc* doc);
- bool has_ColorSpace() const;
- int64_t BitsPerComponent(SkPdfNativeDoc* doc);
- bool has_BitsPerComponent() const;
- SkString Intent(SkPdfNativeDoc* doc);
- bool has_Intent() const;
- bool ImageMask(SkPdfNativeDoc* doc);
- bool has_ImageMask() const;
-
- bool isMaskAStream(SkPdfNativeDoc* doc);
- SkPdfStream* getMaskAsStream(SkPdfNativeDoc* doc);
-
- bool isMaskAArray(SkPdfNativeDoc* doc);
- SkPdfArray* getMaskAsArray(SkPdfNativeDoc* doc);
- bool has_Mask() const;
- SkPdfImageDictionary* SMask(SkPdfNativeDoc* doc);
- bool has_SMask() const;
- SkPdfArray* Decode(SkPdfNativeDoc* doc);
- bool has_Decode() const;
- bool Interpolate(SkPdfNativeDoc* doc);
- bool has_Interpolate() const;
- SkPdfArray* Alternates(SkPdfNativeDoc* doc);
- bool has_Alternates() const;
- SkString Name(SkPdfNativeDoc* doc);
- bool has_Name() const;
- int64_t StructParent(SkPdfNativeDoc* doc);
- bool has_StructParent() const;
- SkString ID(SkPdfNativeDoc* doc);
- bool has_ID() const;
- SkPdfDictionary* OPI(SkPdfNativeDoc* doc);
- bool has_OPI() const;
- SkPdfStream* Metadata(SkPdfNativeDoc* doc);
- bool has_Metadata() const;
-};
-
-#endif // SkPdfImageDictionary_DEFINED

Powered by Google App Engine
This is Rietveld 408576698