From 60521f923f35dc4df031b6763a4a3ed76e8f87e1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 4 Apr 2011 17:52:18 +0200 Subject: draw: Purge old (fast but too ugly) image scaling code. --- draw/imagesmooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw/imagesmooth.c') diff --git a/draw/imagesmooth.c b/draw/imagesmooth.c index e34c07b2..6254e3e4 100644 --- a/draw/imagesmooth.c +++ b/draw/imagesmooth.c @@ -989,7 +989,7 @@ scale_single_col(unsigned char *dst, unsigned char *src, fz_weights *weights, in #endif /* SINGLE_PIXEL_SPECIALS */ fz_pixmap * -fz_smoothscalepixmap(fz_pixmap *src, float x, float y, float w, float h) +fz_scalepixmap(fz_pixmap *src, float x, float y, float w, float h) { fz_scalefilter *filter = &fz_scalefilter_simple; fz_weights *contrib_rows = NULL; -- cgit v1.2.3