summaryrefslogtreecommitdiff
path: root/src/cairo-path-fixed.c
Commit message (Expand)AuthorAgeFilesLines
* path: Fix a minor oversight in 1ce5d4707cf26061Uli Schlachter2011-09-161-1/+1
* path: Skip calls to zero-length memcpyChris Wilson2011-09-161-0/+3
* Introduce a new compositor architectureChris Wilson2011-09-121-0/+57
* stroke: Convert the outlines into contour and then into a polygonChris Wilson2011-08-151-1/+1
* fixed: Allow the implicit close of the last fill path to complete a fill-boxChris Wilson2011-08-101-4/+4
* fill: A horizontal/vertical line is also a degenerate fill boxChris Wilson2011-08-091-13/+21
* path: Fix _cairo_path_fixed_is_rectangle()Andrea Canciani2011-03-181-1/+4
* path: Silence warningsAndrea Canciani2010-12-131-1/+1
* path: Remove support for inverse direction interpretationAndrea Canciani2010-12-101-34/+11
* path: Always interpret in forward directionAndrea Canciani2010-12-101-7/+4
* path: Tighten transformed extentsAndrea Canciani2010-10-291-0/+15
* path: Tighten curve_to extentsAndrea Canciani2010-10-291-4/+2
* path: Replace _cairo_path_fixed_extents_add with _cairo_box_add_pointAndrea Canciani2010-10-291-18/+3
* path: Fix _cairo_path_fixed_transformAndrea Canciani2010-10-291-16/+34
* path: Recompute flags in _cairo_path_fixed_scale_and_offsetAndrea Canciani2010-10-291-10/+9
* path: Transform current_point and last_move_to in _cairo_path_fixed_scale_and...Andrea Canciani2010-10-291-0/+4
* path: Recompute flags in _cairo_path_fixed_translateAndrea Canciani2010-10-291-11/+12
* path: Cleanup close_pathAndrea Canciani2010-10-291-6/+2
* path: Make _cairo_path_fixed_last_op assert on empty pathAndrea Canciani2010-10-291-2/+1
* path: Cleanup _cairo_path_fixed_iter_at_endAndrea Canciani2010-10-291-10/+1
* path: Cleanup _cairo_path_fixed_transformAndrea Canciani2010-10-291-11/+10
* path: Log flagsAndrea Canciani2010-10-291-2/+13
* path: Rename fill optimization flagsAndrea Canciani2010-10-291-21/+26
* path: Add stroke_is_rectilinear flagAndrea Canciani2010-10-291-21/+24
* path: New path construction logicAndrea Canciani2010-10-291-51/+60
* path: Drop degenerate line_to in _cairo_path_fixed_curve_toAndrea Canciani2010-10-291-0/+11
* path: Move _cairo_path_fixed_add at the end of line_to and curve_toAndrea Canciani2010-10-291-8/+3
* box: Add box headerAndrea Canciani2010-10-291-0/+1
* path: Cleanup _cairo_path_fixed_line_toAndrea Canciani2010-10-291-14/+8
* path: Simplify close_pathAndrea Canciani2010-10-291-20/+17
* path: Add utility functionsAndrea Canciani2010-10-291-0/+28
* path: Rename _cairo_path_last_op to _cairo_path_fixed_last_opAndrea Canciani2010-10-291-6/+6
* path: Make path equality independent of flagsAndrea Canciani2010-10-291-4/+1
* path: Improve hashingAndrea Canciani2010-10-291-10/+10
* path: Replace _cairo_path_fixed_is_equal with _cairo_path_fixed_equalAndrea Canciani2010-10-291-35/+0
* path: Exponentially grow buffer based on populated points and ops.Chris Wilson2010-06-111-20/+19
* Remove useless null checks of a and b in _cairo_path_fixed_equaltimeless2010-05-071-14/+8
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* path: Compute coarse bounds upon construction.Chris Wilson2010-01-221-7/+76
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* path: Do not remove anti-parallel line segments in case we are strokingChris Wilson2010-01-121-1/+4
* path: Skip any secondary degenerate line-to segments.Chris Wilson2009-10-301-3/+10
* path: Misclassification of rectilinear after degenerate line-toChris Wilson2009-10-301-49/+52
* [path] Return the canonical box.Chris Wilson2009-08-291-4/+24
* [path-fixed] Distinguish cw and ccw boxesChris Wilson2009-08-291-2/+2
* [path] Handle the implicit close for path_fixed_is_box()Chris Wilson2009-08-291-15/+18
* [path] Eliminate redundant line-to before a closeChris Wilson2009-08-291-0/+22
* [path] Discard redundant line-toChris Wilson2009-08-291-21/+28
* [slope] Inline _cairo_slope_init()Chris Wilson2009-08-291-0/+1
* [path] Extend identical lines.Chris Wilson2009-08-061-3/+28