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

Unified Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfSoftMaskImageDictionary_autogen.h

Issue 22900010: pdfviewer: check in pdfapi classes (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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/SkPdfSoftMaskImageDictionary_autogen.h
===================================================================
--- experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfSoftMaskImageDictionary_autogen.h (revision 0)
+++ experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfSoftMaskImageDictionary_autogen.h (revision 0)
@@ -0,0 +1,24 @@
+#ifndef __DEFINED__SkPdfSoftMaskImageDictionary
+#define __DEFINED__SkPdfSoftMaskImageDictionary
+
+#include "SkPdfImageDictionary_autogen.h"
+
+// Additional entry in a soft-mask image dictionary
+class SkPdfSoftMaskImageDictionary : public SkPdfImageDictionary {
+public:
+public:
+ SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() {return this;}
+ const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return this;}
+
+private:
+public:
+ bool valid() const {return true;}
+ SkPdfArray* Matte(SkPdfNativeDoc* doc);
+ bool has_Matte() const;
+ SkString Subtype(SkPdfNativeDoc* doc);
+ bool has_Subtype() const;
+ SkString ColorSpace(SkPdfNativeDoc* doc);
+ bool has_ColorSpace() const;
+};
+
+#endif // __DEFINED__NATIVE_SkPdfSoftMaskImageDictionary

Powered by Google App Engine
This is Rietveld 408576698