summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2011-11-02 15:55:49 +0000
committerRobin Watts <robin@ghostscript.com>2011-11-14 15:52:20 +0000
commitb6ce1ddb0d306d6fc00ddef62d3b6c26682db7e6 (patch)
tree1ea40f272830423ea24b2e12ce29e4f84261b0b7 /win32
parente806b23e27d873516ba2c232c7d5f6c3bbfad370 (diff)
downloadmupdf-b6ce1ddb0d306d6fc00ddef62d3b6c26682db7e6.tar.xz
Add 'simple scale' variant of scaling routines.
draw_simple_scale.c is a cut down version of draw_scale.c, that only uses filter functions that return values strictly in the 0 to 1 range. Because of that, we can use bytes rather than ints as intermediate storage, and have no clipping to do.
Diffstat (limited to 'win32')
-rw-r--r--win32/libmupdf.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj
index cadad09c..db839770 100644
--- a/win32/libmupdf.vcproj
+++ b/win32/libmupdf.vcproj
@@ -470,7 +470,7 @@
>
</File>
<File
- RelativePath="..\draw\draw_scale.c"
+ RelativePath="..\draw\draw_simple_scale.c"
>
</File>
<File