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

Unified Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType5ShadingDictionary_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/SkPdfType5ShadingDictionary_autogen.h
===================================================================
--- experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType5ShadingDictionary_autogen.h (revision 0)
+++ experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfType5ShadingDictionary_autogen.h (revision 0)
@@ -0,0 +1,43 @@
+#ifndef __DEFINED__SkPdfType5ShadingDictionary
+#define __DEFINED__SkPdfType5ShadingDictionary
+
+#include "SkPdfShadingDictionary_autogen.h"
+
+// Additional entries specific to a type 5 shading dictionary
+class SkPdfType5ShadingDictionary : public SkPdfShadingDictionary {
+public:
+public:
+ SkPdfType5ShadingDictionary* asType5ShadingDictionary() {return this;}
+ const SkPdfType5ShadingDictionary* asType5ShadingDictionary() 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;}
+
+ SkPdfType3ShadingDictionary* asType3ShadingDictionary() {return (SkPdfType3ShadingDictionary*)this;}
+ const SkPdfType3ShadingDictionary* asType3ShadingDictionary() const {return (const SkPdfType3ShadingDictionary*)this;}
+
+ SkPdfType4ShadingDictionary* asType4ShadingDictionary() {return (SkPdfType4ShadingDictionary*)this;}
+ const SkPdfType4ShadingDictionary* asType4ShadingDictionary() const {return (const SkPdfType4ShadingDictionary*)this;}
+
+ SkPdfType6ShadingDictionary* asType6ShadingDictionary() {return (SkPdfType6ShadingDictionary*)this;}
+ const SkPdfType6ShadingDictionary* asType6ShadingDictionary() const {return (const SkPdfType6ShadingDictionary*)this;}
+
+public:
+ bool valid() const {return true;}
+ int64_t BitsPerCoordinate(SkPdfNativeDoc* doc);
+ bool has_BitsPerCoordinate() const;
+ int64_t BitsPerComponent(SkPdfNativeDoc* doc);
+ bool has_BitsPerComponent() const;
+ int64_t VerticesPerRow(SkPdfNativeDoc* doc);
+ bool has_VerticesPerRow() const;
+ SkPdfArray* Decode(SkPdfNativeDoc* doc);
+ bool has_Decode() const;
+ SkPdfFunction Function(SkPdfNativeDoc* doc);
+ bool has_Function() const;
+};
+
+#endif // __DEFINED__NATIVE_SkPdfType5ShadingDictionary

Powered by Google App Engine
This is Rietveld 408576698