summaryrefslogtreecommitdiff
path: root/fitz/dev_draw.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-04 01:29:38 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-04 01:29:38 +0200
commitfda7116fc12ea7e125ff8fc9851e3ca9280459b9 (patch)
tree940d4e7734bb297dbbf7454602615ac278e2be77 /fitz/dev_draw.c
parent4d125739c1ac42d629360a7e2700410e788028c7 (diff)
downloadmupdf-fda7116fc12ea7e125ff8fc9851e3ca9280459b9.tar.xz
draw: Speed up display list execution by using a visibility test.
Diffstat (limited to 'fitz/dev_draw.c')
-rw-r--r--fitz/dev_draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fitz/dev_draw.c b/fitz/dev_draw.c
index e9cb74fc..e0a12492 100644
--- a/fitz/dev_draw.c
+++ b/fitz/dev_draw.c
@@ -632,7 +632,6 @@ fz_drawfillimage(void *user, fz_pixmap *image, fz_matrix ctm, float alpha)
}
#endif
-
if (image->colorspace != model && after)
{
converted = fz_newpixmap(model, image->x, image->y, image->w, image->h);