add SkSfntUtils to parse some known truetype tables
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 14 Apr 2009 14:28:22 +0000 (14:28 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 14 Apr 2009 14:28:22 +0000 (14:28 +0000)
commit9781ca586618cc8ea055f54021e706824313d4f5
tree2d6d4dffba13e109d846a049d21c0239f4acbf8f
parentfc3ac327d8e041e11049d7f0dfc7f491590cda75
add SkSfntUtils to parse some known truetype tables
add comments and cleanup to count_tables in SkFontHost_tables.cpp
fix transparency bug in gifs
use (alpha+1) for blending in srcover mode, to ensure opaque results

git-svn-id: http://skia.googlecode.com/svn/trunk@155 2bbb7eff-a529-9590-31e7-b0007b416f81
Makefile
bench/TextBench.cpp
include/core/SkColorPriv.h
include/utils/SkSfntUtils.h [new file with mode: 0644]
src/images/SkImageDecoder_libgif.cpp
src/ports/SkFontHost_tables.cpp
src/utils/SkNinePatch.cpp
src/utils/SkSfntUtils.cpp [new file with mode: 0644]
src/utils/utils_files.mk [new file with mode: 0644]
tests/SrcOverTest.cpp