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

Side by Side Diff: src/pdf/SkPDFShader.h

Issue 2190883003: SkPDF: PDFStream has-a not is-a PDFDict (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-07-29 (Friday) 12:30:20 EDT Created 4 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
« no previous file with comments | « src/pdf/SkPDFGraphicState.cpp ('k') | src/pdf/SkPDFShader.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2011 Google Inc. 2 * Copyright 2011 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 8
9 #ifndef SkPDFShader_DEFINED 9 #ifndef SkPDFShader_DEFINED
10 #define SkPDFShader_DEFINED 10 #define SkPDFShader_DEFINED
11 11
12 #include "SkPDFStream.h"
13 #include "SkPDFTypes.h" 12 #include "SkPDFTypes.h"
14 13
15 class SkPDFCanon; 14 class SkPDFCanon;
16 class SkPDFDocument; 15 class SkPDFDocument;
17 class SkMatrix; 16 class SkMatrix;
18 class SkShader; 17 class SkShader;
19 struct SkIRect; 18 struct SkIRect;
20 19
21 /** \class SkPDFShader 20 /** \class SkPDFShader
22 21
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 virtual ~SkPDFImageShader(); 91 virtual ~SkPDFImageShader();
93 bool equals(const SkPDFShader::State&) const; 92 bool equals(const SkPDFShader::State&) const;
94 93
95 private: 94 private:
96 std::unique_ptr<const SkPDFShader::State> fShaderState; 95 std::unique_ptr<const SkPDFShader::State> fShaderState;
97 SkPDFImageShader(SkPDFShader::State*); 96 SkPDFImageShader(SkPDFShader::State*);
98 typedef SkPDFStream INHERITED; 97 typedef SkPDFStream INHERITED;
99 }; 98 };
100 99
101 #endif 100 #endif
OLDNEW
« no previous file with comments | « src/pdf/SkPDFGraphicState.cpp ('k') | src/pdf/SkPDFShader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698