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

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

Issue 357793002: Remove SkBicubicImageFilter, and all related tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove all expected results for now-deleted GM Created 6 years, 5 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
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"
11 #include "SkAvoidXfermode.h" 11 #include "SkAvoidXfermode.h"
12 #include "SkBBHFactory.h" 12 #include "SkBBHFactory.h"
13 #include "SkBicubicImageFilter.h"
14 #include "SkBitmapDevice.h" 13 #include "SkBitmapDevice.h"
15 #include "SkBitmap.h" 14 #include "SkBitmap.h"
16 #include "SkBitmapSource.h" 15 #include "SkBitmapSource.h"
17 #include "SkBlitRow.h" 16 #include "SkBlitRow.h"
18 #include "SkBlurDrawLooper.h" 17 #include "SkBlurDrawLooper.h"
19 #include "SkBlurImageFilter.h" 18 #include "SkBlurImageFilter.h"
20 #include "SkBlurMaskFilter.h" 19 #include "SkBlurMaskFilter.h"
21 #include "SkBlurTypes.h" 20 #include "SkBlurTypes.h"
22 #include "SkCanvas.h" 21 #include "SkCanvas.h"
23 #include "SkChecksum.h" 22 #include "SkChecksum.h"
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 #include "SkVertState.h" 152 #include "SkVertState.h"
154 #include "SkWeakRefCnt.h" 153 #include "SkWeakRefCnt.h"
155 #include "SkWriteBuffer.h" 154 #include "SkWriteBuffer.h"
156 #include "SkWriter32.h" 155 #include "SkWriter32.h"
157 #include "SkXfermode.h" 156 #include "SkXfermode.h"
158 #include "SkXfermodeImageFilter.h" 157 #include "SkXfermodeImageFilter.h"
159 158
160 SkBitmap source; 159 SkBitmap source;
161 160
162 {{.Code}} 161 {{.Code}}
OLDNEW
« no previous file with comments | « expectations/gm/Test-Win8-ShuttleA-HD7770-x86_64-Release/expected-results.json ('k') | gm/bicubicfilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698