summaryrefslogtreecommitdiff
path: root/src/cairo-path-bounds.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent curved strokes in small ctms from being culled from vector surfacesAdrian Johnson2017-10-031-2/+2
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-0/+23
* Split cairo-box-privates into struct+inlinesChris Wilson2012-04-191-1/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-17/+11
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-0/+1
* path: Always interpret in forward directionAndrea Canciani2010-12-101-1/+1
* path-bounder: Simplify codeAndrea Canciani2010-10-291-193/+56
* path: New path construction logicAndrea Canciani2010-10-291-3/+3
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* path: Compute coarse bounds upon construction.Chris Wilson2010-01-221-82/+77
* Constify stroke style and matrices.Chris Wilson2010-01-221-3/+3
* [stroke] Handle degenerate stroke extentsChris Wilson2009-08-291-18/+13
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-4/+61
* [bounds] Skip spline evaluation based on bounding bbox of control points.Chris Wilson2009-01-291-2/+19
* [path] Rename _cairo_path_fixed_approximate_extents()Chris Wilson2009-01-291-2/+2
* [path] Fix typo in bounds for empty path.Chris Wilson2009-01-021-3/+3
* [spline] Be pedantic and propagate errors.Chris Wilson2008-12-291-4/+2
* [path] Remove tolerance from path boundersChris Wilson2008-12-291-12/+6
* [spline] Add an analytical bounder for splinesBehdad Esfahbod2008-12-271-14/+4
* [path] Simply track the current point for bounds.Chris Wilson2008-12-271-14/+11
* [path] Initialise spline from current pointChris Wilson2008-12-271-1/+3
* [path] Separate the approx. bounds into 3 distinct functionsChris Wilson2008-12-181-5/+96
* [path] Return the fixed-point bounds of the pathChris Wilson2008-12-181-48/+47
* [path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson2008-12-121-24/+9
* [path] Fix up extents.Chris Wilson2008-11-251-9/+11
* [path] Compute approximate extents.Chris Wilson2008-11-251-5/+58
* [cairo-path-bounds] _cairo_path_fixed_bounds() can fail...Chris Wilson2008-02-271-5/+5
* Rename trailing_move_to_point to move_to_pointCarl Worth2008-01-211-11/+13
* Fix cairo_path_extents to ignore lone cairo_move_to points.Carl Worth2008-01-211-1/+10
* [path] Use new interpret_flat infrastructure for path_count.Brian Ewins2008-01-211-6/+0
* [path-fixed] make _cairo_path_fixed_bounds use _cairo_path_fixed_interpret_flatBrian Ewins2008-01-211-25/+14
* [cairo-path-bounds] _cairo_path_fixed_bounds() should never fail.Chris Wilson2008-01-101-4/+4
* [cairo-path-bounds] Check for the empty path.Chris Wilson2007-12-201-10/+8
* Make _cairo_path_bounder_add_point voidCarl Worth2007-04-091-4/+2
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-4/+4
* Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth2005-03-231-9/+9
* * src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth2005-03-181-1/+3
* Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth2005-02-221-1/+1
* Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth2004-10-211-1/+1
* Add the MPL as a new license option, in addition to the LGPL.Carl Worth2004-09-041-10/+27
* Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth2004-08-021-7/+5
* Change from MIT license to LGPL.Carl Worth2004-08-021-20/+14
* Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...Carl Worth2004-02-121-17/+6
* Track change in cairo_path_callbacks interface.Carl Worth2003-12-081-16/+30
* Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth2003-10-231-1/+1
* Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...Carl Worth2003-10-041-19/+19
* Fixed some internal enums that had been mistakenly converted to lowercase at ...Carl Worth2003-09-271-1/+1
* Preliminary support for running Cairo with X servers without the Render exten...Carl Worth2003-09-051-4/+4
* Mark const.Richard Henderson2003-07-311-1/+1
* Made all changes necessary to abandon the Xc library, (sucking the functional...Carl Worth2003-07-301-10/+12