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

Side by Side Diff: experimental/webtry/templates/template.cpp

Issue 462013002: remove SkStippleMaskFilter - no external clients (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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 | « no previous file | gm/samplerstress.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 // To regenerate this list of includes run the following command from skia/inclu de: 1 // To regenerate this list of includes run the following command from skia/inclu de:
2 // 2 //
3 // find core effects pathops -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed "s/\(.*\)/#include \"\1\"/" | sort 3 // find core effects pathops -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed "s/\(.*\)/#include \"\1\"/" | sort
4 // 4 //
5 #include "Sk1DPathEffect.h" 5 #include "Sk1DPathEffect.h"
6 #include "Sk2DPathEffect.h" 6 #include "Sk2DPathEffect.h"
7 #include "SkAdvancedTypefaceMetrics.h" 7 #include "SkAdvancedTypefaceMetrics.h"
8 #include "SkAlphaThresholdFilter.h" 8 #include "SkAlphaThresholdFilter.h"
9 #include "SkAnnotation.h" 9 #include "SkAnnotation.h"
10 #include "SkArithmeticMode.h" 10 #include "SkArithmeticMode.h"
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 #include "SkReadBuffer.h" 116 #include "SkReadBuffer.h"
117 #include "SkReader32.h" 117 #include "SkReader32.h"
118 #include "SkRect.h" 118 #include "SkRect.h"
119 #include "SkRectShaderImageFilter.h" 119 #include "SkRectShaderImageFilter.h"
120 #include "SkRefCnt.h" 120 #include "SkRefCnt.h"
121 #include "SkRegion.h" 121 #include "SkRegion.h"
122 #include "SkRRect.h" 122 #include "SkRRect.h"
123 #include "SkScalar.h" 123 #include "SkScalar.h"
124 #include "SkShader.h" 124 #include "SkShader.h"
125 #include "SkSize.h" 125 #include "SkSize.h"
126 #include "SkStippleMaskFilter.h"
127 #include "SkStream.h" 126 #include "SkStream.h"
128 #include "SkString.h" 127 #include "SkString.h"
129 #include "SkStringUtils.h" 128 #include "SkStringUtils.h"
130 #include "SkStrokeRec.h" 129 #include "SkStrokeRec.h"
131 #include "SkSurface.h" 130 #include "SkSurface.h"
132 #include "SkTableColorFilter.h" 131 #include "SkTableColorFilter.h"
133 #include "SkTableMaskFilter.h" 132 #include "SkTableMaskFilter.h"
134 #include "SkTArray.h" 133 #include "SkTArray.h"
135 #include "SkTDArray.h" 134 #include "SkTDArray.h"
136 #include "SkTDict.h" 135 #include "SkTDict.h"
(...skipping 15 matching lines...) Expand all
152 #include "SkVertState.h" 151 #include "SkVertState.h"
153 #include "SkWeakRefCnt.h" 152 #include "SkWeakRefCnt.h"
154 #include "SkWriteBuffer.h" 153 #include "SkWriteBuffer.h"
155 #include "SkWriter32.h" 154 #include "SkWriter32.h"
156 #include "SkXfermode.h" 155 #include "SkXfermode.h"
157 #include "SkXfermodeImageFilter.h" 156 #include "SkXfermodeImageFilter.h"
158 157
159 SkBitmap source; 158 SkBitmap source;
160 159
161 {{.Code}} 160 {{.Code}}
OLDNEW
« no previous file with comments | « no previous file | gm/samplerstress.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698