summaryrefslogtreecommitdiff
path: root/src/cairo-path-stroke.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-15 08:23:38 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-15 08:39:20 +0100
commitbbe704406ca97cd51ed1fcc76da7648abde36331 (patch)
tree7fbd02e485d56a14accc5b2aee0eb41da6e483bb /src/cairo-path-stroke.c
parent2e1726a05b7283bc515e215a10c1bfa6ffe33a17 (diff)
downloadcairo-bbe704406ca97cd51ed1fcc76da7648abde36331.tar.gz
stroke: move normal stroker to new file
Step 1 of enhancing the speed of the stroker is to segregate from the rest of the complex code. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/cairo-path-stroke.c')
-rw-r--r--src/cairo-path-stroke.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cairo-path-stroke.c b/src/cairo-path-stroke.c
index 02f6ba28f..819708e8e 100644
--- a/src/cairo-path-stroke.c
+++ b/src/cairo-path-stroke.c
@@ -1274,12 +1274,12 @@ BAIL:
}
cairo_status_t
-_cairo_path_fixed_stroke_to_polygon (const cairo_path_fixed_t *path,
- const cairo_stroke_style_t *stroke_style,
- const cairo_matrix_t *ctm,
- const cairo_matrix_t *ctm_inverse,
- double tolerance,
- cairo_polygon_t *polygon)
+_cairo_path_fixed_stroke_dashed_to_polygon (const cairo_path_fixed_t *path,
+ const cairo_stroke_style_t *stroke_style,
+ const cairo_matrix_t *ctm,
+ const cairo_matrix_t *ctm_inverse,
+ double tolerance,
+ cairo_polygon_t *polygon)
{
cairo_stroker_t stroker;
cairo_status_t status;