skia2/tests
senorblanco@chromium.org 6776b82d46 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway.
To do this, this patch changes the "offset/loc" parameter in filterImage() / onFilterImage() from an inout-param to an out-param only, so that the calling filter can know how much the input filter wants its result offset (and doesn't include the original primitive position). This offset can then be applied to the current filter's crop rect. (I've renamed the parameter "offset" in all cases to make this clear.) This makes the call sites in SkCanvas/SkGpuDevice responsible for applying the resulting offset to the primitive's position, which is actually a fairly small change.

This change also fixes SkTileImageFilter and SkOffsetImageFilter to correctly handle an input offset, which they weren't before. This required modifying the GM's, since they assumed the broken behaviour.

NOTE: this will require rebaselining the imagefiltersgraph test, since it has a new test case.

NOTE: this will "break" the Blink layout tests css3/filters/effect-reference-subregion-chained-hw.html and css3/filters/effect-reference-subregion-hw.html, but it actually makes them give correct results. It should be suppressed on the skia roll, and I'll rebaseline it.

R=reed@google.com

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

git-svn-id: http://skia.googlecode.com/svn/trunk@12895 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-01-03 21:48:22 +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 Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +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 Function pointers -> templates in SkPictureFlat. 2014-01-02 22:20:49 +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 Function pointers -> templates in SkPictureFlat. 2014-01-02 22:20:49 +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 Sanitizing source files in Housekeeper-Nightly 2014-01-03 07:01:45 +00:00
ImageFilterTest.cpp Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. 2014-01-03 21:48:22 +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
MallocPixelRefTest.cpp Sanitizing source files in Housekeeper-Nightly 2014-01-03 07:01:45 +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 Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsBoundsTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsCubicIntersectionTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +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 Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsCubicQuadIntersectionTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsCubicReduceOrderTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsCubicToQuadsTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsDCubicTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsDLineTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsDPointTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsDQuadTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsDRectTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsDTriangleTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsDVectorTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +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 Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsLineIntersectionTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsLineParametetersTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsOpCubicThreadedTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsOpRectThreadedTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsOpTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsQuadIntersectionTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +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 Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsQuadLineIntersectionThreadedTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsQuadParameterizationTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsQuadReduceOrderTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsSimplifyDegenerateThreadedTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsSimplifyFailTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsSimplifyQuadralateralsThreadedTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsSimplifyQuadThreadedTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsSimplifyRectThreadedTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsSimplifyTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsSimplifyTrianglesThreadedTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsSkpClipTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +00:00
PathOpsSkpTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +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 Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +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 assert in setPixelRef that the pr matches the bitmap's config 2014-01-03 13:43:01 +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 Make tests output spin on the same line by default. 2014-01-02 16:19:53 +00:00
SkpSkGrTest.cpp Get rid of DEFINE_TESTCLASS_SHORT() macro. 2014-01-02 21:45:03 +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_SHORT() macro. 2014-01-02 21:45:03 +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