Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1617)

Delta Between Two Patch Sets: gyp/tests.gyp

Issue 5758043: Blend alpha correctly for ARGB32, ARGB16 (4444), and A8 modes. Base URL: https://skia.googlecode.com/svn/trunk
Left Patch Set: add A8 tests and fixes they caught Created 12 years ago
Right Patch Set: don't include 5752045 in this CL Created 12 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « gyp/common.gypi ('k') | include/core/SkBlitRow.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # GYP file to build unit tests. 1 # GYP file to build unit tests.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 'common.gypi', 5 'common.gypi',
6 ], 6 ],
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'tests', 9 'target_name': 'tests',
10 'type': 'executable', 10 'type': 'executable',
11 'include_dirs' : [ 11 'include_dirs' : [
12 '../src/core', 12 '../src/core',
13 '../src/gpu', 13 '../src/gpu',
14 ], 14 ],
15 'sources': [ 15 'sources': [
16 '../tests/AAClipTest.cpp', 16 '../tests/AAClipTest.cpp',
17 '../tests/AlphaScaleTest.cpp', 17 '../tests/AlphaScaleTest.cpp',
18 '../tests/BitmapCopyTest.cpp', 18 '../tests/BitmapCopyTest.cpp',
19 '../tests/BitmapGetColorTest.cpp', 19 '../tests/BitmapGetColorTest.cpp',
20 '../tests/BitSetTest.cpp', 20 '../tests/BitSetTest.cpp',
21 '../tests/BlendA8Test.cpp', 21 '../tests/BlendA8Test.cpp',
22 '../tests/Blend4444Test.cpp', 22 '../tests/Blend4444Test.cpp',
23 '../tests/Blend8888Test.cpp', 23 '../tests/Blend8888Test.cpp',
24 '../tests/BlitRectTest.cpp',
25 '../tests/BlitRowTest.cpp', 24 '../tests/BlitRowTest.cpp',
26 '../tests/BlurTest.cpp', 25 '../tests/BlurTest.cpp',
27 '../tests/CanvasTest.cpp', 26 '../tests/CanvasTest.cpp',
28 '../tests/ClampRangeTest.cpp', 27 '../tests/ClampRangeTest.cpp',
29 '../tests/ClipCubicTest.cpp', 28 '../tests/ClipCubicTest.cpp',
30 '../tests/ClipStackTest.cpp', 29 '../tests/ClipStackTest.cpp',
31 '../tests/ClipperTest.cpp', 30 '../tests/ClipperTest.cpp',
32 '../tests/ColorFilterTest.cpp', 31 '../tests/ColorFilterTest.cpp',
33 '../tests/ColorTest.cpp', 32 '../tests/ColorTest.cpp',
34 '../tests/DataRefTest.cpp', 33 '../tests/DataRefTest.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 ], 94 ],
96 }, 95 },
97 ], 96 ],
98 } 97 }
99 98
100 # Local Variables: 99 # Local Variables:
101 # tab-width:2 100 # tab-width:2
102 # indent-tabs-mode:nil 101 # indent-tabs-mode:nil
103 # End: 102 # End:
104 # vim: set expandtab tabstop=2 shiftwidth=2: 103 # vim: set expandtab tabstop=2 shiftwidth=2:
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b