summaryrefslogtreecommitdiff
path: root/src/cairo-path-bounds.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-29[stroke] Handle degenerate stroke extentsChris Wilson1-18/+13
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-4/+61
2009-01-29[bounds] Skip spline evaluation based on bounding bbox of control points.Chris Wilson1-2/+19
2009-01-29[path] Rename _cairo_path_fixed_approximate_extents()Chris Wilson1-2/+2
2009-01-02[path] Fix typo in bounds for empty path.Chris Wilson1-3/+3
2008-12-29[spline] Be pedantic and propagate errors.Chris Wilson1-4/+2
2008-12-29[path] Remove tolerance from path boundersChris Wilson1-12/+6
2008-12-27[spline] Add an analytical bounder for splinesBehdad Esfahbod1-14/+4
2008-12-27[path] Simply track the current point for bounds.Chris Wilson1-14/+11
2008-12-27[path] Initialise spline from current pointChris Wilson1-1/+3
2008-12-18[path] Separate the approx. bounds into 3 distinct functionsChris Wilson1-5/+96
2008-12-18[path] Return the fixed-point bounds of the pathChris Wilson1-48/+47
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-24/+9
2008-11-25[path] Fix up extents.Chris Wilson1-9/+11
2008-11-25[path] Compute approximate extents.Chris Wilson1-5/+58
2008-02-27[cairo-path-bounds] _cairo_path_fixed_bounds() can fail...Chris Wilson1-5/+5
2008-01-21Rename trailing_move_to_point to move_to_pointCarl Worth1-11/+13
2008-01-21Fix cairo_path_extents to ignore lone cairo_move_to points.Carl Worth1-1/+10
2008-01-21[path] Use new interpret_flat infrastructure for path_count.Brian Ewins1-6/+0
2008-01-21[path-fixed] make _cairo_path_fixed_bounds use _cairo_path_fixed_interpret_flatBrian Ewins1-25/+14
2008-01-10[cairo-path-bounds] _cairo_path_fixed_bounds() should never fail.Chris Wilson1-4/+4
2007-12-20[cairo-path-bounds] Check for the empty path.Chris Wilson1-10/+8
2007-04-09Make _cairo_path_bounder_add_point voidCarl Worth1-4/+2
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-4/+4
2005-03-23Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth1-9/+9
2005-03-18* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth1-1/+3
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-10/+27
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-7/+5
2004-08-02Change from MIT license to LGPL.Carl Worth1-20/+14
2004-02-12Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...Carl Worth1-17/+6
2003-12-08Track change in cairo_path_callbacks interface.Carl Worth1-16/+30
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-1/+1
2003-10-04Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...Carl Worth1-19/+19
2003-09-27Fixed some internal enums that had been mistakenly converted to lowercase at ...Carl Worth1-1/+1
2003-09-05Preliminary support for running Cairo with X servers without the Render exten...Carl Worth1-4/+4
2003-07-31Mark const.Richard Henderson1-1/+1
2003-07-30Made all changes necessary to abandon the Xc library, (sucking the functional...Carl Worth1-10/+12
2003-07-18Fixed some inconsistent tag/typedef names I missed the first time.Carl Worth1-13/+13
2003-07-18Renamed everything from Xr* to cairo_*Carl Worth1-0/+168