Simplify font-chaining (fallbacks) to have fonthost just return the next
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 17 Mar 2009 17:59:53 +0000 (17:59 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 17 Mar 2009 17:59:53 +0000 (17:59 +0000)
commita14ea0e930c82daa2364ece4bd0b06256272302a
tree425f401e5731ead3050590fcc878ea49d006aaab
parent452f844f64d97e0f54b9258b800755686193136e
Simplify font-chaining (fallbacks) to have fonthost just return the next
logical fontID.
Extend ImageRef to accept an imagedecoder factory, to replace calling the std
one.

git-svn-id: http://skia.googlecode.com/svn/trunk@125 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkFontHost.h
include/core/SkScalerContext.h
include/images/SkImageDecoder.h
include/images/SkImageRef.h
src/core/SkScalerContext.cpp
src/images/SkImageRef.cpp
src/ports/SkFontHost_android.cpp
src/ports/SkFontHost_mac.cpp
src/ports/SkFontHost_none.cpp