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

Side by Side Diff: gyp/gmslides.gypi

Issue 98433004: Add GM to test bitmap shaders with basic geometry and bitmap masks. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 7 years 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 | « gm/bitmapshader.cpp ('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/bigblurs.cpp', 12 '../gm/bigblurs.cpp',
13 '../gm/bigmatrix.cpp', 13 '../gm/bigmatrix.cpp',
14 '../gm/bigtext.cpp', 14 '../gm/bigtext.cpp',
15 '../gm/bitmapalphathreshold.cpp', 15 '../gm/bitmapalphathreshold.cpp',
16 '../gm/bitmapcopy.cpp', 16 '../gm/bitmapcopy.cpp',
17 '../gm/bitmapmatrix.cpp', 17 '../gm/bitmapmatrix.cpp',
18 '../gm/bitmapfilters.cpp', 18 '../gm/bitmapfilters.cpp',
19 '../gm/bitmappremul.cpp', 19 '../gm/bitmappremul.cpp',
20 '../gm/bitmaprect.cpp', 20 '../gm/bitmaprect.cpp',
21 '../gm/bitmaprecttest.cpp', 21 '../gm/bitmaprecttest.cpp',
22 '../gm/bitmapscroll.cpp', 22 '../gm/bitmapscroll.cpp',
23 '../gm/bitmapshader.cpp',
23 '../gm/bleed.cpp', 24 '../gm/bleed.cpp',
24 '../gm/blurs.cpp', 25 '../gm/blurs.cpp',
25 '../gm/blurquickreject.cpp', 26 '../gm/blurquickreject.cpp',
26 '../gm/blurrect.cpp', 27 '../gm/blurrect.cpp',
27 '../gm/blurroundrect.cpp', 28 '../gm/blurroundrect.cpp',
28 '../gm/canvasstate.cpp', 29 '../gm/canvasstate.cpp',
29 '../gm/circles.cpp', 30 '../gm/circles.cpp',
30 '../gm/circularclips.cpp', 31 '../gm/circularclips.cpp',
31 '../gm/clippedbitmapshaders.cpp', 32 '../gm/clippedbitmapshaders.cpp',
32 '../gm/coloremoji.cpp', 33 '../gm/coloremoji.cpp',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 '../gm/typeface.cpp', 144 '../gm/typeface.cpp',
144 '../gm/verttext.cpp', 145 '../gm/verttext.cpp',
145 '../gm/verttext2.cpp', 146 '../gm/verttext2.cpp',
146 '../gm/verylargebitmap.cpp', 147 '../gm/verylargebitmap.cpp',
147 '../gm/xfermodeimagefilter.cpp', 148 '../gm/xfermodeimagefilter.cpp',
148 '../gm/xfermodes.cpp', 149 '../gm/xfermodes.cpp',
149 '../gm/xfermodes2.cpp', 150 '../gm/xfermodes2.cpp',
150 '../gm/xfermodes3.cpp', 151 '../gm/xfermodes3.cpp',
151 ], 152 ],
152 } 153 }
OLDNEW
« no previous file with comments | « gm/bitmapshader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698