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

Side by Side Diff: tests/ImageDecodingTest.cpp

Issue 138563004: Move macros from TestClassDef.h to Test.h (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: upload Created 6 years, 11 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 | « tests/ImageCacheTest.cpp ('k') | tests/ImageFilterTest.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 /* 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
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 ////////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « tests/ImageCacheTest.cpp ('k') | tests/ImageFilterTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698