~ubuntu-branches/ubuntu/intrepid/ghostscript/intrepid-updates

« back to all changes in this revision

Viewing changes to src/gximage3.c

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-08-13 21:49:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813214958-ro9nbb3fmvzlr7q3
Tags: 8.61.dfsg.1~svn8187-0ubuntu1
New upstream release
o SVN snapshot rev 8187
o CJK patches from Koji Otani to fix several issues with CJK text
(should fix http://bugs.ghostscript.com/show_bug.cgi?id=689304).
These patches were also applied to ESP Ghostscript and having them
in Gutsy's GPL GS will avoide regressions against Feisty's ESP GS.
o Minor bug fixes from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
*/
13
13
 
14
 
/* $Id: gximage3.c 8022 2007-06-05 22:23:38Z giles $ */
 
14
/* $Id: gximage3.c 8169 2007-08-02 04:08:11Z alexcher $ */
15
15
/* ImageType 3 image implementation */
16
16
#include "math_.h"              /* for ceil, floor */
17
17
#include "memory_.h"
534
534
 
535
535
                mask_plane.data = mptr;
536
536
                mask_plane.data_x = 0;
537
 
                /* raster doesn't matter */
 
537
                mask_plane.raster = 0; /* raster doesn't matter, pacify Valgrind */
538
538
                pixel_plane.data = pptr;
539
539
                pixel_plane.data_x = 0;
540
540
                /* raster doesn't matter */