diff options
author | Igor Melichev <igor.melichev@artifex.com> | 2004-01-05 13:05:14 +0000 |
---|---|---|
committer | Igor Melichev <igor.melichev@artifex.com> | 2004-01-05 13:05:14 +0000 |
commit | b6d5ed2a7915a61c90a36486301bbce7c399939a (patch) | |
tree | 8937c52c9dc3b2f4499fdba8c096c916b1f60968 /gs/src/gzpath.h | |
parent | 07969955187f1b379a4ce88d4cf63f4157f24b37 (diff) |
Fix : Removed gx_curve_split due to inprecise implementation.
DETAILS :
The implemetation of gx_curve_split w3as inprecise.
Bug 687177 "gx_curve_split disturbs the bounding box".
Removing it because it is not longer in use.
EXPECTED DIFFERENCES :
None.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@4531 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/gzpath.h')
-rw-r--r-- | gs/src/gzpath.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gs/src/gzpath.h b/gs/src/gzpath.h index ed0f1e602..42593e903 100644 --- a/gs/src/gzpath.h +++ b/gs/src/gzpath.h @@ -164,10 +164,6 @@ int gx_curve_monotonic_points(fixed, fixed, fixed, fixed, double[2]); /* Monotonize a curve, by splitting it if necessary. */ int gx_curve_monotonize(gx_path * ppath, const curve_segment * pc); -/* Split a curve at an arbitrary value of t. */ -void gx_curve_split(fixed, fixed, const curve_segment *, double, - curve_segment *, curve_segment *); - /* Flatten a partial curve by sampling (internal procedure). */ int gx_subdivide_curve(gx_path *, int, curve_segment *, segment_notes); /* |