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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #ifndef __DEFINED__SkPdfSoftMaskImageDictionary
2 #define __DEFINED__SkPdfSoftMaskImageDictionary
3
4 #include "SkPdfImageDictionary_autogen.h"
5
6 // Additional entry in a soft-mask image dictionary
7 class SkPdfSoftMaskImageDictionary : public SkPdfImageDictionary {
8 public:
9 public:
10 SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() {return this;}
11 const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return this;}
12
13 private:
14 public:
15 bool valid() const {return true;}
16 SkPdfArray* Matte(SkPdfNativeDoc* doc);
17 bool has_Matte() const;
18 SkString Subtype(SkPdfNativeDoc* doc);
19 bool has_Subtype() const;
20 SkString ColorSpace(SkPdfNativeDoc* doc);
21 bool has_ColorSpace() const;
22 };
23
24 #endif // __DEFINED__NATIVE_SkPdfSoftMaskImageDictionary
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698