Todo List

Class TImageCache
Add a method to draw an image in a given context. This will allo us to change the way images are drawn without requiring changes in the control classes themselves.

Member TImageCache::PreRenderImage (CGImageRef theImage)
Instead of using the image's bit depth, use the bit depth of the main device. This should help speed up drawing by not requiring up or downsampling to blit to the device buffer.

Flip the context before rendering the image. Then control classes could use CGContextDrawImage instead of HIViewDrawCGImage and hopefully that would speed things up a little.






Generated on Sat Jul 8 13:11:32 2006 for AUGUI Framework by doxygen1.4.6

hosted on SourceForge.net Logo