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

Side by Side Diff: gyp/gmslides.gypi

Issue 137053003: Apply the CTM to filter parameters for 4 pixel-moving filters. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fixed 100-col issues Created 6 years, 11 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 | « gm/imagefiltersscaled.cpp ('k') | src/effects/SkBlurImageFilter.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 # include this gypi to include all the golden master slides. 1 # include this gypi to include all the golden master slides.
2 { 2 {
3 'sources': [ 3 'sources': [
4 '../gm/aaclip.cpp', 4 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 5 '../gm/aarectmodes.cpp',
6 '../gm/alphagradients.cpp', 6 '../gm/alphagradients.cpp',
7 '../gm/androidfallback.cpp', 7 '../gm/androidfallback.cpp',
8 '../gm/arcofzorro.cpp', 8 '../gm/arcofzorro.cpp',
9 '../gm/arithmode.cpp', 9 '../gm/arithmode.cpp',
10 '../gm/beziereffects.cpp', 10 '../gm/beziereffects.cpp',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '../gm/imageblur.cpp', 77 '../gm/imageblur.cpp',
78 '../gm/imagemagnifier.cpp', 78 '../gm/imagemagnifier.cpp',
79 '../gm/inversepaths.cpp', 79 '../gm/inversepaths.cpp',
80 '../gm/lerpmode.cpp', 80 '../gm/lerpmode.cpp',
81 '../gm/lighting.cpp', 81 '../gm/lighting.cpp',
82 '../gm/lumafilter.cpp', 82 '../gm/lumafilter.cpp',
83 '../gm/image.cpp', 83 '../gm/image.cpp',
84 '../gm/imagefiltersbase.cpp', 84 '../gm/imagefiltersbase.cpp',
85 '../gm/imagefilterscropped.cpp', 85 '../gm/imagefilterscropped.cpp',
86 '../gm/imagefiltersgraph.cpp', 86 '../gm/imagefiltersgraph.cpp',
87 '../gm/imagefiltersscaled.cpp',
87 '../gm/internal_links.cpp', 88 '../gm/internal_links.cpp',
88 '../gm/lcdtext.cpp', 89 '../gm/lcdtext.cpp',
89 '../gm/linepaths.cpp', 90 '../gm/linepaths.cpp',
90 '../gm/matrixconvolution.cpp', 91 '../gm/matrixconvolution.cpp',
91 '../gm/megalooper.cpp', 92 '../gm/megalooper.cpp',
92 '../gm/mixedxfermodes.cpp', 93 '../gm/mixedxfermodes.cpp',
93 '../gm/modecolorfilters.cpp', 94 '../gm/modecolorfilters.cpp',
94 '../gm/morphology.cpp', 95 '../gm/morphology.cpp',
95 '../gm/nested.cpp', 96 '../gm/nested.cpp',
96 '../gm/ninepatchstretch.cpp', 97 '../gm/ninepatchstretch.cpp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 '../gm/vertices.cpp', 149 '../gm/vertices.cpp',
149 '../gm/verttext.cpp', 150 '../gm/verttext.cpp',
150 '../gm/verttext2.cpp', 151 '../gm/verttext2.cpp',
151 '../gm/verylargebitmap.cpp', 152 '../gm/verylargebitmap.cpp',
152 '../gm/xfermodeimagefilter.cpp', 153 '../gm/xfermodeimagefilter.cpp',
153 '../gm/xfermodes.cpp', 154 '../gm/xfermodes.cpp',
154 '../gm/xfermodes2.cpp', 155 '../gm/xfermodes2.cpp',
155 '../gm/xfermodes3.cpp', 156 '../gm/xfermodes3.cpp',
156 ], 157 ],
157 } 158 }
OLDNEW
« no previous file with comments | « gm/imagefiltersscaled.cpp ('k') | src/effects/SkBlurImageFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698