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

Side by Side Diff: gyp/gmslides.gypi

Issue 23779003: first cut at HQ GPU scaling; refactored existing bicubic scaler (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: final version for trybots Created 7 years, 3 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 | « gyp/effects.gyp ('k') | gyp/gpu.gypi » ('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/beziereffects.cpp', 9 '../gm/beziereffects.cpp',
10 '../gm/bicubicfilter.cpp', 10 '../gm/bicubicfilter.cpp',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 '../gm/strokerect.cpp', 115 '../gm/strokerect.cpp',
116 '../gm/strokerects.cpp', 116 '../gm/strokerects.cpp',
117 '../gm/strokes.cpp', 117 '../gm/strokes.cpp',
118 '../gm/tablecolorfilter.cpp', 118 '../gm/tablecolorfilter.cpp',
119 '../gm/texteffects.cpp', 119 '../gm/texteffects.cpp',
120 '../gm/testimagefilters.cpp', 120 '../gm/testimagefilters.cpp',
121 '../gm/texdata.cpp', 121 '../gm/texdata.cpp',
122 '../gm/thinrects.cpp', 122 '../gm/thinrects.cpp',
123 '../gm/thinstrokedrects.cpp', 123 '../gm/thinstrokedrects.cpp',
124 '../gm/tilemodes.cpp', 124 '../gm/tilemodes.cpp',
125 '../gm/tilemodes_scaled.cpp',
125 '../gm/tinybitmap.cpp', 126 '../gm/tinybitmap.cpp',
126 '../gm/twopointradial.cpp', 127 '../gm/twopointradial.cpp',
127 '../gm/typeface.cpp', 128 '../gm/typeface.cpp',
128 '../gm/verttext.cpp', 129 '../gm/verttext.cpp',
129 '../gm/verttext2.cpp', 130 '../gm/verttext2.cpp',
130 '../gm/verylargebitmap.cpp', 131 '../gm/verylargebitmap.cpp',
131 '../gm/xfermodeimagefilter.cpp', 132 '../gm/xfermodeimagefilter.cpp',
132 '../gm/xfermodes.cpp', 133 '../gm/xfermodes.cpp',
133 '../gm/xfermodes2.cpp', 134 '../gm/xfermodes2.cpp',
134 '../gm/xfermodes3.cpp', 135 '../gm/xfermodes3.cpp',
135 ], 136 ],
136 } 137 }
137 138
138 # Local Variables: 139 # Local Variables:
139 # tab-width:2 140 # tab-width:2
140 # indent-tabs-mode:nil 141 # indent-tabs-mode:nil
141 # End: 142 # End:
142 # vim: set expandtab tabstop=2 shiftwidth=2: 143 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/effects.gyp ('k') | gyp/gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698