summaryrefslogtreecommitdiff
path: root/source/fitz/draw-path.c
AgeCommit message (Expand)Author
2018-10-23Remove extra blank lines.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-03-13Bug 698963: Fix dash rendering.Robin Watts
2017-11-13Bug 698369: Fix stroking issue when closepath is infinitessimal.Robin Watts
2017-11-10Fix potential problem with null path segments leaving dots.Robin Watts
2017-06-13Introduce fz_rasterizer encapsulationRobin Watts
2017-05-29Make PI/RADIAN/SQRT2/LN2 global single precision float constants.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-04-14Scan converter; API tweak.Robin Watts
2017-04-13Scan converter; simplify API.Robin Watts
2016-02-22Rename fz_path_processor to fz_path_walker.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-09-30Ensure that dots are non-zero sized.Robin Watts
2015-07-27Limit dash phase to length of dash pattern.Sebastian Rasmussen
2015-07-27Cosmetic rearrangement of code for drawing paths.Sebastian Rasmussen
2015-04-06Antidropout followup: cope with stroking too.Robin Watts
2015-04-06Bug 694367: Attempt to avoid dropouts of rectangles.Robin Watts
2015-03-24Path rework for improved memory usage.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2014-08-19don't render non-empty dashing with zero-length phaseSimon Bünzli
2014-01-13Avoid rendering errors caused by linejoins on tiny distances.Robin Watts
2013-09-30Bug 694526: Spot non-invertable matrices and bale before strokingRobin Watts
2013-09-30Bug 694526: Fix hang in stroking path.Robin Watts
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-09-08Separate command and coordinate arrays in fz_path structure.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson