aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2015-06-24 15:10:25 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-24 15:10:25 -0700
commitb60c3f8291529303299262dba19b1a896060bd2d (patch)
tree2d4c774d17be4085a99189435ed3381e8f462b35 /dm
parent47c1ccbcd8e17efdc89a325e314c414a7c75846c (diff)
Add libjpeg-turbo library (depends on yasm)
Mangle external function names to avoid conflict with libjpeg Take advantage of direct color conversion (RGBA, BGRA, 565) Prepare to use jpeg_skip_scanlines (when it is upstreamed) BUG=skia: Review URL: https://codereview.chromium.org/1180983002
Diffstat (limited to 'dm')
-rw-r--r--dm/DM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 60929d5700..c4ea4a6f2a 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -209,7 +209,7 @@ static void push_codec_srcs(Path path) {
// TODO (msarett): Add more scaling tests as we implement more flexible scaling.
// TODO (msarett): Implement scaling tests for SkImageDecoder in order to compare with these
// tests. SkImageDecoder supports downscales by integer factors.
- const float scales[] = { 0.125f, 0.25f, 0.5f, 1.0f };
+ const float scales[] = { 0.125f, 0.25f, 0.375f, 0.5f, 0.625f, 0.750f, 0.875f, 1.0f };
for (float scale : scales) {
// Build additional test cases for images that decode natively to non-canvas types