#include <TImageCache.h>
Static Public Member Functions | |
CGImageRef | GetImage (CFURLRef url) |
CGImageRef | GetImage (CFBundleRef bundle, CFStringRef resourceName, CFStringRef resourceType, CFStringRef subDirName=NULL) |
void | Reset () |
CGImageRef | PreRenderImage (CGImageRef theImage) |
This routine creates an offscreen bitmap graphics context pointing at a data buffer allocated with malloc() that is large enough to hold a rendered version of the image passed in to it. |
|
|
|
|
|
This routine creates an offscreen bitmap graphics context pointing at a data buffer allocated with
After the image is drawn into this context, a data provider is created for the data buffer. A
|
|
|