~ubuntu-branches/ubuntu/hardy/ghostscript/hardy

« back to all changes in this revision

Viewing changes to src/gximask.c

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-11-22 12:17:43 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122121743-cd70s3ypq0r243mp
Tags: 8.61.dfsg.1-0ubtuntu1
* New upstream release
  o Final 8.61 release
* debian/patches/09_ijs_krgb_support.dpatch: Adapted to upstream changes.
* debian/rules: Updated CUPS-related variables for "make install" calls.
* debian/rules: Remove /usr/include/ghostscript from the ghostscript
  package, they go into lings-dev.

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: gximask.c 8022 2007-06-05 22:23:38Z giles $ */
 
14
/* $Id: gximask.c 8225 2007-08-31 19:09:47Z leonardo $ */
15
15
/* Functions for masked fill optimization. */
16
16
#include "gx.h"
17
17
#include "memory_.h"
70
70
    if (code >= 0)
71
71
        code = gx_dc_pattern2_clip_with_bbox(pdevc, tdev, &cpath_with_shading_bbox, &pcpath1);
72
72
    if (code >= 0) {
73
 
        gx_make_clip_path_device(&cdev, pcpath1);
74
 
        cdev.target = tdev;
75
 
        (*dev_proc(&cdev, open_device)) ((gx_device *) & cdev);
 
73
        gx_make_clip_device_on_stack(&cdev, pcpath1, tdev);
76
74
        code1 = gx_device_color_fill_rectangle(pdevc, 
77
75
                    pcdev->bbox.p.x, pcdev->bbox.p.y, 
78
76
                    pcdev->bbox.q.x - pcdev->bbox.p.x,