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

Side by Side Diff: include/core/SkMaskFilter.h

Issue 31853003: Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses, (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | include/core/SkXfermode.h » ('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 /* 2 /*
3 * Copyright 2006 The Android Open Source Project 3 * Copyright 2006 The Android Open Source Project
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 9
10 #ifndef SkMaskFilter_DEFINED 10 #ifndef SkMaskFilter_DEFINED
11 #define SkMaskFilter_DEFINED 11 #define SkMaskFilter_DEFINED
12 12
13 #include "SkFlattenable.h" 13 #include "SkFlattenable.h"
14 #include "SkMask.h" 14 #include "SkMask.h"
15 #include "SkPaint.h" 15 #include "SkPaint.h"
16 16
17 class GrContext;
17 class SkBitmap; 18 class SkBitmap;
18 class SkBlitter; 19 class SkBlitter;
19 class SkBounder; 20 class SkBounder;
20 class SkMatrix; 21 class SkMatrix;
21 class SkPath; 22 class SkPath;
22 class SkRasterClip; 23 class SkRasterClip;
23 24
24 /** \class SkMaskFilter 25 /** \class SkMaskFilter
25 26
26 SkMaskFilter is the base class for object that perform transformations on 27 SkMaskFilter is the base class for object that perform transformations on
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 This method is not exported to java. 171 This method is not exported to java.
171 */ 172 */
172 bool filterPath(const SkPath& devPath, const SkMatrix& devMatrix, 173 bool filterPath(const SkPath& devPath, const SkMatrix& devMatrix,
173 const SkRasterClip&, SkBounder*, SkBlitter* blitter, 174 const SkRasterClip&, SkBounder*, SkBlitter* blitter,
174 SkPaint::Style style) const; 175 SkPaint::Style style) const;
175 176
176 typedef SkFlattenable INHERITED; 177 typedef SkFlattenable INHERITED;
177 }; 178 };
178 179
179 #endif 180 #endif
OLDNEW
« no previous file with comments | « no previous file | include/core/SkXfermode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698