summaryrefslogtreecommitdiff
path: root/src/plot
Commit message (Expand)AuthorAgeFilesLines
* remove malloc.h anachronismVincent Sanders2011-01-061-1/+1
* make some of the plot code commonVincent Sanders2010-07-094-1426/+518
* Missed horizontal in non-alpha case in r10615. Update comment.Michael Drake2010-07-083-6/+6
* Pre-seed remainder counters with correct starting value to avoid clipping edg...Michael Drake2010-07-083-21/+57
* Don't try to plot bitmaps at 0 width or height.Michael Drake2010-07-083-0/+9
* Slight optimisation for scaled image plotting.Michael Drake2010-07-083-9/+9
* Add 8bpp scaled bitmap plotter. Fix 16bpp scaled bitmap plotter.Michael Drake2010-07-082-11/+145
* Make slight changes to match 16bpp implementations of bitmap plotters.Michael Drake2010-07-081-10/+8
* Add support for 16bpp scaled bitmap plotting. Make slight changes to match 32...Michael Drake2010-07-081-13/+140
* Add support for scaled bitmap plotting.Michael Drake2010-07-081-9/+141
* Simplification.Michael Drake2010-02-011-11/+7
* Improve rounding of fill span endpoints for polygon plotter.Michael Drake2010-01-311-3/+16
* Update establish_crossing_value() comment to describe what it actually does n...Michael Drake2010-01-241-5/+9
* Hopefully fix gcc 4.2.4 stuff.Michael Drake2010-01-241-0/+2
* Make polygon filling code handle arbitrary polygons (rather than just NetSurf...Michael Drake2010-01-241-99/+183
* Ensure the bezier curve routines do not generate duplicate points unecissarily.Vincent Sanders2010-01-221-54/+73
* add basic (but working) path supportVincent Sanders2010-01-222-74/+139
* quick workround for polygon plotter issuesVincent Sanders2010-01-221-1/+1
* add missing const to polyline apiVincent Sanders2010-01-211-1/+1
* fix polylinesVincent Sanders2010-01-211-2/+5
* add beginnings of path plottingVincent Sanders2010-01-212-0/+67
* move plot functions to their own sub directoryVincent Sanders2010-01-209-0/+3058