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

Side by Side Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfSoftMaskImageDictionary_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 unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Copyright 2013 Google Inc.
3
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8 #ifndef SkPdfSoftMaskImageDictionary_DEFINED
9 #define SkPdfSoftMaskImageDictionary_DEFINED
10
11 #include "SkPdfImageDictionary_autogen.h"
12
13 // Additional entry in a soft-mask image dictionary
14 class SkPdfSoftMaskImageDictionary : public SkPdfImageDictionary {
15 public:
16 public:
17 SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() {return this;}
18 const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return this;}
19
20 private:
21 public:
22 bool valid() const {return true;}
23 SkPdfArray* Matte(SkPdfNativeDoc* doc);
24 bool has_Matte() const;
25 SkString Subtype(SkPdfNativeDoc* doc);
26 bool has_Subtype() const;
27 SkString ColorSpace(SkPdfNativeDoc* doc);
28 bool has_ColorSpace() const;
29 };
30
31 #endif // SkPdfSoftMaskImageDictionary_DEFINED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698