From 501b6c31f65b3906845dab10edbc8b17627c40c9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 23 Feb 2018 13:55:14 +0100 Subject: Add fz_expand_irect function. --- include/mupdf/fitz/geometry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mupdf/fitz/geometry.h b/include/mupdf/fitz/geometry.h index 20d352ef..180ae8da 100644 --- a/include/mupdf/fitz/geometry.h +++ b/include/mupdf/fitz/geometry.h @@ -561,6 +561,7 @@ fz_rect *fz_rect_from_irect(fz_rect *restrict rect, const fz_irect *restrict bbo fz_expand_rect: Expand a bbox by a given amount in all directions. */ fz_rect *fz_expand_rect(fz_rect *b, float expand); +fz_irect *fz_expand_irect(fz_irect *a, int expand); /* fz_include_point_in_rect: Expand a bbox to include a given point. -- cgit v1.2.3