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

Side by Side Diff: gyp/gmslides.gypi

Issue 22350003: Add downsample from 8888 to 4444. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 4 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/copyTo4444.cpp ('k') | src/core/SkBitmap.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/arcofzorro.cpp', 7 '../gm/arcofzorro.cpp',
8 '../gm/arithmode.cpp', 8 '../gm/arithmode.cpp',
9 '../gm/bicubicfilter.cpp', 9 '../gm/bicubicfilter.cpp',
10 '../gm/bigmatrix.cpp', 10 '../gm/bigmatrix.cpp',
(...skipping 10 matching lines...) Expand all
21 '../gm/blurrect.cpp', 21 '../gm/blurrect.cpp',
22 '../gm/circles.cpp', 22 '../gm/circles.cpp',
23 '../gm/colorfilterimagefilter.cpp', 23 '../gm/colorfilterimagefilter.cpp',
24 '../gm/colormatrix.cpp', 24 '../gm/colormatrix.cpp',
25 '../gm/colortype.cpp', 25 '../gm/colortype.cpp',
26 '../gm/complexclip.cpp', 26 '../gm/complexclip.cpp',
27 '../gm/complexclip2.cpp', 27 '../gm/complexclip2.cpp',
28 '../gm/composeshader.cpp', 28 '../gm/composeshader.cpp',
29 #'../gm/conicpaths.cpp', 29 #'../gm/conicpaths.cpp',
30 '../gm/convexpaths.cpp', 30 '../gm/convexpaths.cpp',
31 '../gm/copyTo4444.cpp',
31 '../gm/cubicpaths.cpp', 32 '../gm/cubicpaths.cpp',
32 '../gm/cmykjpeg.cpp', 33 '../gm/cmykjpeg.cpp',
33 '../gm/degeneratesegments.cpp', 34 '../gm/degeneratesegments.cpp',
34 '../gm/dashcubics.cpp', 35 '../gm/dashcubics.cpp',
35 '../gm/dashing.cpp', 36 '../gm/dashing.cpp',
36 '../gm/deviceproperties.cpp', 37 '../gm/deviceproperties.cpp',
37 '../gm/distantclip.cpp', 38 '../gm/distantclip.cpp',
38 '../gm/displacement.cpp', 39 '../gm/displacement.cpp',
39 '../gm/downsamplebitmap.cpp', 40 '../gm/downsamplebitmap.cpp',
40 '../gm/drawbitmaprect.cpp', 41 '../gm/drawbitmaprect.cpp',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 '../gm/xfermodes.cpp', 127 '../gm/xfermodes.cpp',
127 '../gm/xfermodes2.cpp', 128 '../gm/xfermodes2.cpp',
128 ], 129 ],
129 } 130 }
130 131
131 # Local Variables: 132 # Local Variables:
132 # tab-width:2 133 # tab-width:2
133 # indent-tabs-mode:nil 134 # indent-tabs-mode:nil
134 # End: 135 # End:
135 # vim: set expandtab tabstop=2 shiftwidth=2: 136 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/copyTo4444.cpp ('k') | src/core/SkBitmap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698