diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-05 09:09:42 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-05 09:30:02 +0100 |
commit | 1645352bfb69cc6d43fcbf3c77b4da5693af322a (patch) | |
tree | 5c0dc8db321c5a5b239ea9e2ef1a1773ee22f961 /src/cairoint.h | |
parent | 4bb157672ef8cb7d486d6ccdaaa3890e3f45e17a (diff) |
[path] Evaluate is_box && is_region during construction
Whilst constructing the path, if the operations continue to be
axis-aligned lines, allow the is_box and is_region flags to persist. These
are set to false as soon as a curve-to is added, a diagonal or in the case
of is_region a non-integer point.
Diffstat (limited to 'src/cairoint.h')
-rw-r--r-- | src/cairoint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cairoint.h b/src/cairoint.h index fed81a5f..cb30f6de 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -1617,9 +1617,6 @@ cairo_private cairo_bool_t _cairo_path_fixed_is_rectangle (cairo_path_fixed_t *path, cairo_box_t *box); -cairo_private cairo_bool_t -_cairo_path_fixed_is_region (cairo_path_fixed_t *path); - /* cairo-path-in-fill.c */ cairo_private void _cairo_path_fixed_in_fill (cairo_path_fixed_t *path, |