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

Side by Side Diff: gyp/gmslides.gypi

Issue 52793005: Add gms and benchmarks for drawing blurry round rects. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: More test cases Created 7 years, 1 month 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
« gm/blurroundrect.cpp ('K') | « gyp/bench.gypi ('k') | no next file » | 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',
11 '../gm/bicubicfilter.cpp', 11 '../gm/bicubicfilter.cpp',
12 '../gm/bigmatrix.cpp', 12 '../gm/bigmatrix.cpp',
13 '../gm/bigtext.cpp', 13 '../gm/bigtext.cpp',
14 '../gm/bitmapalphathreshold.cpp', 14 '../gm/bitmapalphathreshold.cpp',
15 '../gm/bitmapcopy.cpp', 15 '../gm/bitmapcopy.cpp',
16 '../gm/bitmapmatrix.cpp', 16 '../gm/bitmapmatrix.cpp',
17 '../gm/bitmapfilters.cpp', 17 '../gm/bitmapfilters.cpp',
18 '../gm/bitmaprect.cpp', 18 '../gm/bitmaprect.cpp',
19 '../gm/bitmaprecttest.cpp', 19 '../gm/bitmaprecttest.cpp',
20 '../gm/bitmapscroll.cpp', 20 '../gm/bitmapscroll.cpp',
21 '../gm/bleed.cpp', 21 '../gm/bleed.cpp',
22 '../gm/blurs.cpp', 22 '../gm/blurs.cpp',
23 '../gm/blurquickreject.cpp', 23 '../gm/blurquickreject.cpp',
24 '../gm/blurrect.cpp', 24 '../gm/blurrect.cpp',
25 '../gm/blurroundrect.cpp',
25 '../gm/canvasstate.cpp', 26 '../gm/canvasstate.cpp',
26 '../gm/circles.cpp', 27 '../gm/circles.cpp',
27 '../gm/circularclips.cpp', 28 '../gm/circularclips.cpp',
28 '../gm/clippedbitmapshaders.cpp', 29 '../gm/clippedbitmapshaders.cpp',
29 '../gm/coloremoji.cpp', 30 '../gm/coloremoji.cpp',
30 '../gm/colorfilterimagefilter.cpp', 31 '../gm/colorfilterimagefilter.cpp',
31 '../gm/colormatrix.cpp', 32 '../gm/colormatrix.cpp',
32 '../gm/colortype.cpp', 33 '../gm/colortype.cpp',
33 '../gm/complexclip.cpp', 34 '../gm/complexclip.cpp',
34 '../gm/complexclip2.cpp', 35 '../gm/complexclip2.cpp',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 '../gm/xfermodes2.cpp', 144 '../gm/xfermodes2.cpp',
144 '../gm/xfermodes3.cpp', 145 '../gm/xfermodes3.cpp',
145 ], 146 ],
146 } 147 }
147 148
148 # Local Variables: 149 # Local Variables:
149 # tab-width:2 150 # tab-width:2
150 # indent-tabs-mode:nil 151 # indent-tabs-mode:nil
151 # End: 152 # End:
152 # vim: set expandtab tabstop=2 shiftwidth=2: 153 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« gm/blurroundrect.cpp ('K') | « gyp/bench.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698