From 88a1d527a50e3cc48606ce097a335669ae84a716 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Wed, 9 Dec 2015 17:52:15 +0000 Subject: Add fz_clone_path Will be required for JNI bindings. --- include/mupdf/fitz/path.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mupdf/fitz/path.h b/include/mupdf/fitz/path.h index 0a602f18..ef308615 100644 --- a/include/mupdf/fitz/path.h +++ b/include/mupdf/fitz/path.h @@ -66,6 +66,7 @@ void fz_drop_path(fz_context *ctx, fz_path *path); void fz_trim_path(fz_context *ctx, fz_path *path); int fz_packed_path_size(const fz_path *path); int fz_pack_path(fz_context *ctx, uint8_t *pack, int max, const fz_path *path); +fz_path *fz_clone_path(fz_context *ctx, fz_path *path); fz_point fz_currentpoint(fz_context *ctx, fz_path *path); void fz_moveto(fz_context*, fz_path*, float x, float y); -- cgit v1.2.3