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

Side by Side Diff: gyp/gmslides.gypi

Issue 15893002: Add flag to gradients to interpolate colors in premul space. Experimental API to encapsulate the sh… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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/alphagradients.cpp ('k') | include/core/SkShader.h » ('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/arithmode.cpp', 7 '../gm/arithmode.cpp',
7 '../gm/bicubicfilter.cpp', 8 '../gm/bicubicfilter.cpp',
8 '../gm/bigmatrix.cpp', 9 '../gm/bigmatrix.cpp',
9 '../gm/bitmapcopy.cpp', 10 '../gm/bitmapcopy.cpp',
10 '../gm/bitmapmatrix.cpp', 11 '../gm/bitmapmatrix.cpp',
11 '../gm/bitmapfilters.cpp', 12 '../gm/bitmapfilters.cpp',
12 '../gm/bitmaprect.cpp', 13 '../gm/bitmaprect.cpp',
13 '../gm/bitmaprecttest.cpp', 14 '../gm/bitmaprecttest.cpp',
14 '../gm/bitmapscroll.cpp', 15 '../gm/bitmapscroll.cpp',
15 '../gm/blend.cpp', 16 '../gm/blend.cpp',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 '../gm/xfermodes.cpp', 111 '../gm/xfermodes.cpp',
111 '../gm/xfermodes2.cpp', 112 '../gm/xfermodes2.cpp',
112 ], 113 ],
113 } 114 }
114 115
115 # Local Variables: 116 # Local Variables:
116 # tab-width:2 117 # tab-width:2
117 # indent-tabs-mode:nil 118 # indent-tabs-mode:nil
118 # End: 119 # End:
119 # vim: set expandtab tabstop=2 shiftwidth=2: 120 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/alphagradients.cpp ('k') | include/core/SkShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698