Go to file
reed@android.com 4b7577b042 add unittest for matrix::flatten
define constant for max value flatten/unflatten can return (so clients can put
the buffer on the stack)



git-svn-id: http://skia.googlecode.com/svn/trunk@243 2bbb7eff-a529-9590-31e7-b0007b416f81
2009-06-29 16:14:41 +00:00
bench almost there on gm (need to fix image writes/reads/compares) 2009-06-21 00:49:18 +00:00
experimental attempt to begin mac shell 2008-12-18 03:41:19 +00:00
gm add shape flatten so they work properly in pictures 2009-06-29 16:02:20 +00:00
include add unittest for matrix::flatten 2009-06-29 16:14:41 +00:00
samplecode add shape flatten so they work properly in pictures 2009-06-29 16:02:20 +00:00
src add unittest for matrix::flatten 2009-06-29 16:14:41 +00:00
tests add unittest for matrix::flatten 2009-06-29 16:14:41 +00:00
tools almost there on gm (need to fix image writes/reads/compares) 2009-06-21 00:49:18 +00:00
xcode add shape recording to pictuures (sans serialization) 2009-06-26 20:22:26 +00:00
configure.ac Initial automake and autoconf files to build core into libskia.a. 2009-01-06 17:03:16 +00:00
Makefile add new make target "all", to build all known targets 2009-06-23 17:13:30 +00:00
Makefile.am Initial automake and autoconf files to build core into libskia.a. 2009-01-06 17:03:16 +00:00
README Add a basic README file. 2009-01-13 22:01:54 +00:00

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

- 3x3 matrices w/ perspective
- antialiasing, transparency, filters
- shaders, xfermodes, maskfilters, patheffects