3 Jun 2004 01:53
amiconn: apps/plugins/lib gray.c,1.5,1.6 gray.h,1.4,1.5
<cvs <at> labb.contactor.se>
2004-06-02 23:53:29 GMT
2004-06-02 23:53:29 GMT
Update of /cvsroot/rockbox/apps/plugins/lib In directory labb.contactor.se:/var/tmp/cvs-serv2166 Modified Files: gray.c gray.h Log Message: Major rework of the grayscale framework: * api change - all drawing functions now use draw mode, foreground and background shades set globally by separate functions * There are now 4 draw modes for all drawing functions, no more separate functions for inverse drawing * Significant speedup of 1-bit bitmap (and font) drawing (2..3 times) * Some more speed tweaks * Additional functions for horizontal and vertical lines * Copied describing comments to the header file for easier reference * The safety net against an uninitialized grayscale buffer is gone Index: gray.c =================================================================== RCS file: /cvsroot/rockbox/apps/plugins/lib/gray.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- gray.c 21 May 2004 20:48:35 -0000 1.5 +++ gray.c 2 Jun 2004 23:53:27 -0000 1.6 <at> <at> -9,6 +9,9 <at> <at> * * Grayscale framework * +* This is a generic framework to use grayscale display within Rockbox(Continue reading)
RSS Feed