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

Side by Side Diff: gyp/gmslides.gypi

Issue 14018020: use forward matrix to determine if we can ignore scale part of a matrix (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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/bitmaprecttest.cpp ('k') | src/core/SkBitmapProcState.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/arithmode.cpp', 6 '../gm/arithmode.cpp',
7 '../gm/bicubicfilter.cpp', 7 '../gm/bicubicfilter.cpp',
8 '../gm/bigmatrix.cpp', 8 '../gm/bigmatrix.cpp',
9 '../gm/bitmapcopy.cpp', 9 '../gm/bitmapcopy.cpp',
10 '../gm/bitmapmatrix.cpp', 10 '../gm/bitmapmatrix.cpp',
11 '../gm/bitmapfilters.cpp', 11 '../gm/bitmapfilters.cpp',
12 '../gm/bitmaprect.cpp', 12 '../gm/bitmaprect.cpp',
13 '../gm/bitmaprecttest.cpp',
13 '../gm/bitmapscroll.cpp', 14 '../gm/bitmapscroll.cpp',
14 '../gm/blend.cpp', 15 '../gm/blend.cpp',
15 '../gm/blurs.cpp', 16 '../gm/blurs.cpp',
16 '../gm/blurrect.cpp', 17 '../gm/blurrect.cpp',
17 '../gm/circles.cpp', 18 '../gm/circles.cpp',
18 '../gm/colorfilterimagefilter.cpp', 19 '../gm/colorfilterimagefilter.cpp',
19 '../gm/colormatrix.cpp', 20 '../gm/colormatrix.cpp',
20 '../gm/complexclip.cpp', 21 '../gm/complexclip.cpp',
21 '../gm/complexclip2.cpp', 22 '../gm/complexclip2.cpp',
22 '../gm/composeshader.cpp', 23 '../gm/composeshader.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 '../gm/verylargebitmap.cpp', 101 '../gm/verylargebitmap.cpp',
101 '../gm/xfermodes.cpp', 102 '../gm/xfermodes.cpp',
102 ], 103 ],
103 } 104 }
104 105
105 # Local Variables: 106 # Local Variables:
106 # tab-width:2 107 # tab-width:2
107 # indent-tabs-mode:nil 108 # indent-tabs-mode:nil
108 # End: 109 # End:
109 # vim: set expandtab tabstop=2 shiftwidth=2: 110 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/bitmaprecttest.cpp ('k') | src/core/SkBitmapProcState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698