skia2/tests
halcanary@google.com 3d50ea1b87 Add Options to SkDecodingImageGenerator, simplify API.
Motivation: We want to remove redundant classes from Skia.  To
that end we want to remove SkImageRef and its subclasses and
replace their uses with SkDiscardablePixelRef +
SkDecodingImageGenerator.  Since Android uses SkImageRef, we need
to make sure that SkDecodingImageGenerator allows all of the
settings that Android exposes in BitmapFactory.Options.

To that end, we have created an Options struct for the
SkDecodingImageGenerator which lets the client of the generator set
sample size, dithering, and bitmap config.

We have made the SkDecodingImageGenerator constructor private
and replaced the SkDecodingImageGenerator::Install functions
with a SkDecodingImageGenerator::Create functions (one for
SkData and one for SkStream) which now take a
SkDecodingImageGenerator::Options struct.

Also added a ImageDecoderOptions test which loops through a list
of sets of options and tries them on a set of 5 small encoded
images.

Also updated several users of SkDecodingImageGenerator::Install to
follow new call signature - gm/factory.cpp, LazyDecodeBitmap.cpp,
and PictureTest.cpp, CachedDecodingPixelRefTest.cpp.

We also added a new ImprovedBitmapFactory Test which simulates the
exact function that Android will need to modify to use this,
installPixelRef() in BitmapFactory.

R=reed@google.com, scroggo@google.com

Committed: https://code.google.com/p/skia/source/detail?r=12744

Review URL: https://codereview.chromium.org/93703004

git-svn-id: http://skia.googlecode.com/svn/trunk@12855 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-01-02 13:15:13 +00:00
..
TestXCode/Tests.xcodeproj migrate more legacy unittests into tests/ 2009-03-07 03:39:23 +00:00
AAClipTest.cpp remove SkFloatToScalar macro 2013-11-25 19:44:07 +00:00
AndroidPaintTest.cpp We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. 2013-09-26 15:16:12 +00:00
AnnotationTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ARGBImageEncoderTest.cpp store SkAlphaType inside SkBitmap, on road to support unpremul 2013-10-21 14:00:07 +00:00
AtomicTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
BitmapCopyTest.cpp Revert "Revert of https://codereview.chromium.org/113823003/" 2013-12-30 14:40:38 +00:00
BitmapGetColorTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
BitmapHasherTest.cpp store SkAlphaType inside SkBitmap, on road to support unpremul 2013-10-21 14:00:07 +00:00
BitmapHeapTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
BitmapTest.cpp Sanitizing source files in Housekeeper-Nightly 2013-12-31 07:01:36 +00:00
BitSetTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
BlitRowTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
BlurTest.cpp remove SkFloatToScalar macro 2013-11-25 19:44:07 +00:00
CachedDecodingPixelRefTest.cpp Add Options to SkDecodingImageGenerator, simplify API. 2014-01-02 13:15:13 +00:00
CanvasStateTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
CanvasTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ChecksumTest.cpp Add SkChecksum::Murmur3. 2013-07-23 20:25:34 +00:00
ClampRangeTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ClipCacheTest.cpp Avoid re-rendering stencil clip for every draw with reducable clip stack 2013-11-05 15:03:08 +00:00
ClipCubicTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ClipperTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ClipStackTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ColorFilterTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ColorPrivTest.cpp Fix 32/64 bit warnings on g++-4.2. 2013-12-03 19:27:41 +00:00
ColorTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
DataRefTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
DeferredCanvasTest.cpp "Fix" another crash in DeferredCanvasTest on valgrind bot 2013-11-13 14:26:52 +00:00
DequeTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
DeviceLooperTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
DiscardableMemoryPool.cpp Sanitizing source files in Housekeeper-Nightly 2013-12-06 07:02:04 +00:00
DiscardableMemoryTest.cpp Sanitizing source files in Housekeeper-Nightly 2013-12-11 07:02:06 +00:00
DocumentTest.cpp Fix DocumentTest/SkDocument memory leaks 2013-11-18 16:26:25 +00:00
DrawBitmapRectTest.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
DrawPathTest.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
DrawTextTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
DynamicHashTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
EmptyPathTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ErrorTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
FillPathTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
FitsInTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
FlatDataTest.cpp Fix some presubmit warnings. 2013-12-14 15:12:48 +00:00
FlateTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
FontHostStreamTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
FontHostTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
FontMgrTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
FontNamesTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
FrontBufferedStreamTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
GeometryTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
GifTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
GLInterfaceValidation.cpp Simplify the GL interface validation test. 2013-03-11 20:22:38 +00:00
GLProgramsTest.cpp Remove SkBitmapAlphaThresholdShader 2013-12-18 21:58:53 +00:00
GpuBitmapCopyTest.cpp Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" 2013-10-31 17:28:30 +00:00
GpuColorFilterTest.cpp Implement SkColorFilter as a GrGLEffect 2013-10-23 05:42:03 +00:00
GpuDrawPathTest.cpp Temporarily disable GpuTestPath. 2013-08-05 14:50:31 +00:00
GradientTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
GrContextFactoryTest.cpp Add --threads to tests binary, to run non-GPU tests on multiple cores. 2013-04-19 13:24:28 +00:00
GrDrawTargetTest.cpp Avoid printing draw target info to stderr while running unit tests 2013-11-21 15:23:15 +00:00
GrMemoryPoolTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
GrSurfaceTest.cpp Reland of 8525 with fix for case when GrRT outlives GrTexture. 2013-04-09 15:04:12 +00:00
GrUnitTests.cpp Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons 2013-11-28 08:24:29 +00:00
HashCacheTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ImageCacheTest.cpp Fix some presubmit warnings. 2013-12-14 15:12:48 +00:00
ImageDecodingTest.cpp Add Options to SkDecodingImageGenerator, simplify API. 2014-01-02 13:15:13 +00:00
ImageFilterTest.cpp Get rid of DEFINE_TESTCLASS() macro. 2013-12-18 22:15:12 +00:00
InfRectTest.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
JpegTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
LayerDrawLooperTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
LListTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
MathTest.cpp Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" 2013-12-20 14:24:21 +00:00
Matrix44Test.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
MatrixTest.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
MD5Test.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
MemoryTest.cpp Add sk_calloc. Remove SkMemory_stdlib, which seems unused. 2013-09-20 14:31:45 +00:00
MemsetTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
MessageBusTest.cpp We want to give SkPixelRef a way to signal over to GrResourceCache that it's become pointless to keep around textures based on that SkPixelRef when its pixels change, so that it can be a good citizen and free those textures. 2013-10-24 17:44:27 +00:00
MetaDataTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
MipMapTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
OnceTest.cpp SkOnce: let f be any functor, update comments 2013-12-05 19:20:49 +00:00
OSPathTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
PackBitsTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
PaintTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ParsePathTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
PathCoverageTest.cpp deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients 2013-12-17 19:22:07 +00:00
PathMeasureTest.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
PathOpsAngleTest.cpp I feel like my clang is especially sensitive to unused variables. 2013-11-22 20:43:54 +00:00
PathOpsBoundsTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsCubicIntersectionTest.cpp remove unused reduce order code 2013-11-25 14:18:21 +00:00
PathOpsCubicIntersectionTestData.cpp path ops work in progress 2013-10-02 14:49:34 +00:00
PathOpsCubicIntersectionTestData.h Make parallel unit testing work on windows 2013-04-10 15:55:37 +00:00
PathOpsCubicLineIntersectionTest.cpp remove unused reduce order code 2013-11-25 14:18:21 +00:00
PathOpsCubicQuadIntersectionTest.cpp remove unused reduce order code 2013-11-25 14:18:21 +00:00
PathOpsCubicReduceOrderTest.cpp remove more unused static functions 2013-11-25 15:05:05 +00:00
PathOpsCubicToQuadsTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsDCubicTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsDLineTest.cpp turn off debugging printfs 2013-07-23 15:27:41 +00:00
PathOpsDPointTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsDQuadTest.cpp pathops work in progress 2013-11-01 17:36:03 +00:00
PathOpsDRectTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsDTriangleTest.cpp Sanitizing source files in Housekeeper-Nightly 2013-11-02 07:02:02 +00:00
PathOpsDVectorTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsExtendedTest.cpp deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients 2013-12-17 19:22:07 +00:00
PathOpsExtendedTest.h harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsInverseTest.cpp path ops : add support for inverse fill 2013-04-22 14:37:05 +00:00
PathOpsLineIntersectionTest.cpp fix line intersection 2013-11-08 18:00:01 +00:00
PathOpsLineParametetersTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsOpCubicThreadedTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsOpRectThreadedTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsOpTest.cpp remove SkFloatToScalar macro 2013-11-25 19:44:07 +00:00
PathOpsQuadIntersectionTest.cpp remove unused reduce order code 2013-11-25 14:18:21 +00:00
PathOpsQuadIntersectionTestData.cpp path ops work in progress 2013-10-02 14:49:34 +00:00
PathOpsQuadIntersectionTestData.h Add intersections for path ops 2013-04-08 11:50:00 +00:00
PathOpsQuadLineIntersectionTest.cpp remove unused reduce order code 2013-11-25 14:18:21 +00:00
PathOpsQuadLineIntersectionThreadedTest.cpp remove unused reduce order code 2013-11-25 14:18:21 +00:00
PathOpsQuadParameterizationTest.cpp path ops work in progress 2013-04-15 19:13:59 +00:00
PathOpsQuadReduceOrderTest.cpp remove unused reduce order code 2013-11-25 14:18:21 +00:00
PathOpsSimplifyDegenerateThreadedTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsSimplifyFailTest.cpp path ops work in progress 2013-09-16 15:55:01 +00:00
PathOpsSimplifyQuadralateralsThreadedTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsSimplifyQuadThreadedTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsSimplifyRectThreadedTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsSimplifyTest.cpp Sanitizing source files in Housekeeper-Nightly 2013-11-26 07:02:21 +00:00
PathOpsSimplifyTrianglesThreadedTest.cpp harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsSkpClipTest.cpp Sanitizing source files in Housekeeper-Nightly 2013-11-02 07:02:02 +00:00
PathOpsSkpTest.cpp Sanitizing source files in Housekeeper-Nightly 2013-11-09 07:02:23 +00:00
PathOpsTestCommon.cpp Sanitizing source files in Housekeeper-Nightly 2013-07-17 07:01:13 +00:00
PathOpsTestCommon.h harden and speed up path op unit tests 2013-07-16 16:11:16 +00:00
PathOpsThreadedCommon.cpp path ops work in progress 2013-09-16 15:55:01 +00:00
PathOpsThreadedCommon.h pathops work in progress 2013-11-01 17:36:03 +00:00
PathOpsTypesTest.cpp Sanitizing source files in Housekeeper-Nightly 2013-11-02 07:02:02 +00:00
PathTest.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
PathUtilsTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
PDFPrimitivesTest.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
PictureTest.cpp Add Options to SkDecodingImageGenerator, simplify API. 2014-01-02 13:15:13 +00:00
PictureUtilsTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
PipeTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
PixelRefTest.cpp Update all callsites to use info for pixelrefs 2013-12-13 19:45:58 +00:00
PointTest.cpp remove SkFloatToScalar macro 2013-11-25 19:44:07 +00:00
PremulAlphaRoundTripTest.cpp Remove unnamed namespace usage from tests. 2013-10-12 17:25:17 +00:00
QuickRejectTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
RandomTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
Reader32Test.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ReadPixelsTest.cpp Remove unnamed namespace usage from tests. 2013-10-12 17:25:17 +00:00
ReadWriteAlphaTest.cpp Remove GrRefCnt.h in favor of SkRefCnt.h 2013-09-09 13:38:37 +00:00
RefCntTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
RefDictTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
RegionTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ResourceCacheTest.cpp Sanitizing source files in Housekeeper-Nightly 2013-08-09 07:01:22 +00:00
RoundRectTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
RTreeTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
RuntimeConfigTest.cpp New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration 2013-11-06 15:07:44 +00:00
ScalarTest.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SerializationTest.cpp Sanitizing source files in Housekeeper-Nightly 2013-12-16 07:01:40 +00:00
SHA1Test.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ShaderImageFilterTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ShaderOpacityTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
Sk64Test.cpp Revert "Revert of https://codereview.chromium.org/113823003/" 2013-12-30 14:40:38 +00:00
skia_test.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkpSkGrTest.cpp Sanitizing source files in Housekeeper-Nightly 2013-11-02 07:02:02 +00:00
SortTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
SrcOverTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
StreamTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
StringTest.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
StrokeTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
SurfaceTest.cpp Fix crash in tests on valgrind bot 2013-11-12 13:51:03 +00:00
TDStackNesterTest.cpp Changes to SkTDStackNester. 2013-11-20 21:40:57 +00:00
Test.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
Test.h Rewrite SkTRegistry to take any trivially-copyable type. 2013-09-04 17:20:18 +00:00
TestClassDef.h Get rid of DEFINE_TESTCLASS() macro. 2013-12-18 22:15:12 +00:00
TestSize.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
TileGridTest.cpp Get rid of DEFINE_TESTCLASS() macro. 2013-12-18 22:15:12 +00:00
TLSTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
ToUnicode.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
TSetTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
Typeface.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
UnicodeTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
UnitTestTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
UtilsTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
valgrind.supp Yet another round of valgrind suppressions 2013-12-19 13:41:48 +00:00
WArrayTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
WritePixelsTest.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
Writer32Test.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00
XfermodeTest.cpp Use DEFINE_TESTCLASS_SHORT macro in tests. 2013-12-12 21:11:12 +00:00