From 0bd405c16618e1b0cdaba67fe61509cd113ba653 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 6 Feb 2013 15:14:20 +0100 Subject: Rename bbox to irect. --- draw/draw_scale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'draw/draw_scale.c') diff --git a/draw/draw_scale.c b/draw/draw_scale.c index e20cc46d..83a72584 100644 --- a/draw/draw_scale.c +++ b/draw/draw_scale.c @@ -1238,13 +1238,13 @@ scale_single_col(unsigned char *dst, unsigned char *src, fz_weights *weights, in #endif /* SINGLE_PIXEL_SPECIALS */ fz_pixmap * -fz_scale_pixmap(fz_context *ctx, fz_pixmap *src, float x, float y, float w, float h, fz_bbox *clip) +fz_scale_pixmap(fz_context *ctx, fz_pixmap *src, float x, float y, float w, float h, fz_irect *clip) { return fz_scale_pixmap_cached(ctx, src, x, y, w, h, clip, NULL, NULL); } fz_pixmap * -fz_scale_pixmap_cached(fz_context *ctx, fz_pixmap *src, float x, float y, float w, float h, const fz_bbox *clip, fz_scale_cache *cache_x, fz_scale_cache *cache_y) +fz_scale_pixmap_cached(fz_context *ctx, fz_pixmap *src, float x, float y, float w, float h, const fz_irect *clip, fz_scale_cache *cache_x, fz_scale_cache *cache_y) { fz_scale_filter *filter = &fz_scale_filter_simple; fz_weights *contrib_rows = NULL; -- cgit v1.2.3