src/base/ftraster.c


Log

Author Commit Date CI Message
Werner Lemberg 7dff772e 2000-01-17T08:24:22 Added ftraster.h for better support of standalone mode. Fixed cleaning rules for the demo programs.
Werner Lemberg 9ab7c3c3 2000-01-15T12:43:27 Fixed compilation bug for standalone mode.
David Turner cef95a09 2000-01-14T15:36:00 Yet another improvements to the scan-converter. Some macros were introduced to use a constant precision and dynamic bezier decomposition thresholding, leading some performance improvements. Note that by now, the "high_precision" field of a FT_Outline is ignored by the raster..
David Turner 4f2d5b9a 2000-01-13T18:20:28 fixed a bug which prevented the raster from correctly performing horizontal dropout control..
Werner Lemberg 7880dd66 2000-01-10T17:19:45 ftcalc.c, ftextend.c, ftoutln.c, ftraster.c, ftstream.c: Removing trailing spaces. ftlist.h: Removing duplicated documentation (which is in ftlist.c also). ftinit.c, ftlist.c, ftobjs.c: Formatting, adding documentation.
David Turner 433bc53f 1999-12-30T12:28:03 Additional improvements to make the anti-aliasing even faster :-) As previously, this is only noticable for sizes over 64 pixels.
David Turner 34b30320 1999-12-28T18:36:10 Some improvements to make the new anti-alias algorithm faster when large glyph images are generated (e.g. ` fttimer -g' runs 20% faster). For small pixel sizes (i.e. typically less than 64 pixels), rendering speed is unaffected.
David Turner d2b1f357 1999-12-16T23:11:37 Initial revision