skia2/include
reed@android.com b1d9d2ef28 Significant cleanup in api, and more importantly in sementics, of SkFontHost
- FindTypeface is now CreateTypeface, and what it returns is always considered
    a new instance, even if it is from a cache (in which case it will have been
    ref()'d. The caller must always balance its ownership by calling unref() on
    the result when they are done.
- CloseStream is gone, since the caller can/must call stream->unref() when they
    are done using it.
- ResolveTypeface is now ValidFontID, and just returns a bool.



git-svn-id: http://skia.googlecode.com/svn/trunk@109 2bbb7eff-a529-9590-31e7-b0007b416f81
2009-03-04 17:37:51 +00:00
..
animator grab from latest android 2008-12-17 15:59:43 +00:00
core Significant cleanup in api, and more importantly in sementics, of SkFontHost 2009-03-04 17:37:51 +00:00
effects grab from latest android 2008-12-17 15:59:43 +00:00
images pull from android: use registry to build up list of image codecs 2009-01-22 13:04:56 +00:00
ports move core files into core (were in images, but are required for core library) 2008-12-18 17:50:13 +00:00
svg grab from latest android 2008-12-17 15:59:43 +00:00
utils move cg utils out of xcode and into src/include 2008-12-18 19:26:11 +00:00
views need to include carbon.h so we know what OSStatus is 2009-01-23 16:33:13 +00:00
xml grab from latest android 2008-12-17 15:59:43 +00:00