summaryrefslogtreecommitdiff
path: root/draw/imagesmooth.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-04 17:52:18 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-04 17:52:18 +0200
commit60521f923f35dc4df031b6763a4a3ed76e8f87e1 (patch)
treec0cd38d55fab7fbe0d384d34cd01a2d3f16800da /draw/imagesmooth.c
parent6a87014ff020538841d7f5a0dd1adef8a6ce9e79 (diff)
downloadmupdf-60521f923f35dc4df031b6763a4a3ed76e8f87e1.tar.xz
draw: Purge old (fast but too ugly) image scaling code.
Diffstat (limited to 'draw/imagesmooth.c')
-rw-r--r--draw/imagesmooth.c2
1 files changed, 1 insertions, 1 deletions
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;