skia2/tests
reed@android.com cafc9f9e80 fixes around isOpaque and dithering
- copyTo() now preserves isOpaqueness, and BitmapCopyTest tests it
- bitmap shader doesn't claim to have shadespan16 if dithering is on, since its
  sampler doesn't auto-dither (note that gradients do auto-dither in their
  16bit sampler)
- blitter setup just relies on the shader to report if its 16bit sampler can be
  called (allowing gradients to say yes regardless of dither, but bitmaps to say
  no if dithering is on)



git-svn-id: http://skia.googlecode.com/svn/trunk@331 2bbb7eff-a529-9590-31e7-b0007b416f81
2009-08-22 03:44:57 +00:00
..
TestXCode/Tests.xcodeproj migrate more legacy unittests into tests/ 2009-03-07 03:39:23 +00:00
BitmapCopyTest.cpp fixes around isOpaque and dithering 2009-08-22 03:44:57 +00:00
ClipCubicTest.cpp Move SkTSort.h back to private, and instead allow in the makefile for tests to 2009-03-04 14:02:44 +00:00
GeometryTest.cpp more tests (need more meat in there) 2009-02-27 22:06:06 +00:00
MathTest.cpp cleanup formating (e.g. no trailing spaces) 2009-04-02 16:59:40 +00:00
MatrixTest.cpp add unittest for matrix::flatten 2009-06-29 16:14:41 +00:00
PackBitsTest.cpp cleanup formating (e.g. no trailing spaces) 2009-04-02 16:59:40 +00:00
PaintTest.cpp move xfermode modes from porterduff into xfermode itself 2009-06-22 17:38:10 +00:00
ParsePathTest.cpp add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") 2009-06-05 16:21:03 +00:00
PathMeasureTest.cpp migrate more legacy unittests into tests/ 2009-03-07 03:39:23 +00:00
PathTest.cpp add isConvex() hit to SkPath, to be used to speed up fills and opengl 2009-06-03 02:35:01 +00:00
Sk64Test.cpp cleanup formating (e.g. no trailing spaces) 2009-04-02 16:59:40 +00:00
SortTest.cpp fix heapsort 2009-03-18 03:08:15 +00:00
SrcOverTest.cpp add SkSfntUtils to parse some known truetype tables 2009-04-14 14:28:22 +00:00
StreamTest.cpp cleanup formating (e.g. no trailing spaces) 2009-04-02 16:59:40 +00:00
StringTest.cpp more tests (need more meat in there) 2009-02-27 22:06:06 +00:00
Test.cpp use sk_bzero instead of bzero, since it isn't always available. 2009-06-29 16:25:36 +00:00
Test.h support -android mode when running tests, which spews out android specific 2009-04-09 04:06:54 +00:00
TestClassDef.h cleanup formating (e.g. no trailing spaces) 2009-04-02 16:59:40 +00:00
testmain.cpp almost there on gm (need to fix image writes/reads/compares) 2009-06-21 00:49:18 +00:00
tests_files.mk move xfermode modes from porterduff into xfermode itself 2009-06-22 17:38:10 +00:00
TestSize.cpp add SkSize for dimensions 2009-05-08 16:45:52 +00:00
TriangulationTest.cpp build with -Wall 2009-03-20 04:59:37 +00:00
UtilsTest.cpp cleanup formating (e.g. no trailing spaces) 2009-04-02 16:59:40 +00:00