summaryrefslogtreecommitdiff
path: root/source/fitz/draw-imp.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2017-04-13 09:53:51 +0100
committerRobin Watts <robin.watts@artifex.com>2017-04-13 13:38:59 +0100
commit87e828aea737b2e18b9941d5d7888cd4c673627e (patch)
treeaec2cff384bda97a2e698470c5a2c2ed203174ba /source/fitz/draw-imp.h
parente479ec17d2d90218af773011b719b75c05107c79 (diff)
downloadmupdf-87e828aea737b2e18b9941d5d7888cd4c673627e.tar.xz
Scan converter; simplify API.
In all cases, we sort the gel before scan converting it. So just roll the sort call into the scan convert call.
Diffstat (limited to 'source/fitz/draw-imp.h')
-rw-r--r--source/fitz/draw-imp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/fitz/draw-imp.h b/source/fitz/draw-imp.h
index 228324cc..a8746b4c 100644
--- a/source/fitz/draw-imp.h
+++ b/source/fitz/draw-imp.h
@@ -11,7 +11,6 @@ fz_gel *fz_new_gel(fz_context *ctx);
void fz_insert_gel(fz_context *ctx, fz_gel *gel, float x0, float y0, float x1, float y1);
void fz_insert_gel_rect(fz_context *ctx, fz_gel *gel, float x0, float y0, float x1, float y1);
void fz_reset_gel(fz_context *ctx, fz_gel *gel, const fz_irect *clip);
-void fz_sort_gel(fz_context *ctx, fz_gel *gel);
fz_irect *fz_bound_gel(fz_context *ctx, const fz_gel *gel, fz_irect *bbox);
void fz_drop_gel(fz_context *ctx, fz_gel *gel);
int fz_is_rect_gel(fz_context *ctx, fz_gel *gel);