From bd6e5cd809f4fa605f8505fa06712981b3443537 Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Mon, 5 Apr 2010 14:17:58 -0700 Subject: [PATCH] use 64 bit operations to update boolean bitmaps --- lib/pdf/BitmapOutputDev.cc | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/lib/pdf/BitmapOutputDev.cc b/lib/pdf/BitmapOutputDev.cc index e1cb3d3..49f5e3c 100644 --- a/lib/pdf/BitmapOutputDev.cc +++ b/lib/pdf/BitmapOutputDev.cc @@ -468,13 +468,35 @@ static void update_bitmap(SplashBitmap*bitmap, SplashBitmap*update, int x1, int u += width8; } } else { - int x,y; - for(y=0;y