summaryrefslogtreecommitdiff
path: root/src/plot
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully fix gcc 4.2.4 stuff.Michael Drake2010-01-241-0/+2
| | | | svn path=/trunk/libnsfb/; revision=9902
* Make polygon filling code handle arbitrary polygons (rather than just ↵Michael Drake2010-01-241-99/+183
| | | | | | NetSurf borders). svn path=/trunk/libnsfb/; revision=9901
* Ensure the bezier curve routines do not generate duplicate points unecissarily.Vincent Sanders2010-01-221-54/+73
| | | | svn path=/trunk/libnsfb/; revision=9866
* add basic (but working) path supportVincent Sanders2010-01-222-74/+139
| | | | svn path=/trunk/libnsfb/; revision=9865
* quick workround for polygon plotter issuesVincent Sanders2010-01-221-1/+1
| | | | | | improve polygon star plotter to have animation! svn path=/trunk/libnsfb/; revision=9862
* add missing const to polyline apiVincent Sanders2010-01-211-1/+1
| | | | svn path=/trunk/libnsfb/; revision=9856
* fix polylinesVincent Sanders2010-01-211-2/+5
| | | | svn path=/trunk/libnsfb/; revision=9855
* add beginnings of path plottingVincent Sanders2010-01-212-0/+67
| | | | svn path=/trunk/libnsfb/; revision=9854
* move plot functions to their own sub directoryVincent Sanders2010-01-209-0/+3058
fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850