OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2013 Google Inc. | 2 * Copyright 2013 Google Inc. |
3 * | 3 * |
4 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
5 * found in the LICENSE file. | 5 * found in the LICENSE file. |
6 */ | 6 */ |
7 | 7 |
8 #include "Test.h" | 8 #include "Test.h" |
9 #include "TestClassDef.h" | |
10 #include "SkBitmap.h" | 9 #include "SkBitmap.h" |
11 #include "SkCanvas.h" | 10 #include "SkCanvas.h" |
12 #include "SkColor.h" | 11 #include "SkColor.h" |
13 #include "SkColorPriv.h" | 12 #include "SkColorPriv.h" |
14 #include "SkData.h" | 13 #include "SkData.h" |
15 #include "SkDecodingImageGenerator.h" | 14 #include "SkDecodingImageGenerator.h" |
16 #include "SkDiscardableMemoryPool.h" | 15 #include "SkDiscardableMemoryPool.h" |
17 #include "SkForceLinking.h" | 16 #include "SkForceLinking.h" |
18 #include "SkGradientShader.h" | 17 #include "SkGradientShader.h" |
19 #include "SkImageDecoder.h" | 18 #include "SkImageDecoder.h" |
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 SkDecodingImageGenerator::Options options(scaleList[i], | 576 SkDecodingImageGenerator::Options options(scaleList[i], |
578 ditherList[j]); | 577 ditherList[j]); |
579 test_options(reporter, options, encodedStream, encodedData, | 578 test_options(reporter, options, encodedStream, encodedData, |
580 useDataList[m], path); | 579 useDataList[m], path); |
581 } | 580 } |
582 } | 581 } |
583 } | 582 } |
584 } | 583 } |
585 } | 584 } |
586 //////////////////////////////////////////////////////////////////////////////// | 585 //////////////////////////////////////////////////////////////////////////////// |
OLD | NEW |