Go to file
reed@android.com 512a87641f make the 16bit cache larger, to handle multiple colors in the gradient w/o
obvious artifacts. We need a more comprehensive fix for all gradients (32bit
and 16bit) when we have a large number of colors (or they are spaced out very
non-linearly), to avoid banding.



git-svn-id: http://skia.googlecode.com/svn/trunk@458 2bbb7eff-a529-9590-31e7-b0007b416f81
2009-12-14 15:25:36 +00:00
animations first cut at a checkbox 2009-10-21 19:41:10 +00:00
bench motorola neon patch for blitMask, used in text drawing 2009-10-20 13:55:41 +00:00
experimental move boundarypatch into utils 2009-10-28 14:27:20 +00:00
forth more unittests (already found/fixed some bugs) 2009-09-02 02:07:32 +00:00
gm use genericRGB space to ensure that we decode exactly the pixels we encode 2009-07-08 02:54:47 +00:00
include add drawData() to canvas, to record data blobs 2009-12-04 21:32:27 +00:00
samplecode add drawData() to canvas, to record data blobs 2009-12-04 21:32:27 +00:00
src make the 16bit cache larger, to handle multiple colors in the gradient w/o 2009-12-14 15:25:36 +00:00
tests add unittest for IntersectLine, used by hairlines 2009-11-30 12:48:33 +00:00
tools almost there on gm (need to fix image writes/reads/compares) 2009-06-21 00:49:18 +00:00
xcode add impl for memset32 2009-11-18 17:43:10 +00:00
configure.ac Initial automake and autoconf files to build core into libskia.a. 2009-01-06 17:03:16 +00:00
Makefile More SSE2-ification; fix for gcc -msse2. 2009-11-16 21:09:00 +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