summaryrefslogtreecommitdiff
path: root/src/cairo-path-bounds.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-01-14 18:55:32 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2009-01-29 10:10:39 +0000
commit778ced4879b09f7482bd41c398bf2d984754ed0b (patch)
tree97b2989f7b4736f6f1236ff85ac76e3ecdadb4b7 /src/cairo-path-bounds.c
parent75f7c420b624049c1f6c51795679f8029cd2231d (diff)
downloadcairo-778ced4879b09f7482bd41c398bf2d984754ed0b.tar.gz
[path] Rename _cairo_path_fixed_approximate_extents()
Rename approximate_extents() to approximate_clip_extents() so that it is consistent with the fill and stroke variants and clearer under what circumstances you may wish to use it.
Diffstat (limited to 'src/cairo-path-bounds.c')
-rw-r--r--src/cairo-path-bounds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-path-bounds.c b/src/cairo-path-bounds.c
index 7047ca860..9f30eb509 100644
--- a/src/cairo-path-bounds.c
+++ b/src/cairo-path-bounds.c
@@ -156,8 +156,8 @@ _cairo_path_bounder_close_path (void *closure)
* the control points of the curves, not the flattened path).
*/
void
-_cairo_path_fixed_approximate_extents (cairo_path_fixed_t *path,
- cairo_rectangle_int_t *extents)
+_cairo_path_fixed_approximate_clip_extents (cairo_path_fixed_t *path,
+ cairo_rectangle_int_t *extents)
{
cairo_path_bounder_t bounder;
cairo_status_t status;