~ubuntu-branches/debian/squeeze/ghostscript/squeeze

« back to all changes in this revision

Viewing changes to src/gxwts.c

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2009-01-04 12:09:59 UTC
  • mfrom: (16.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090104120959-m9lbagj775ucg0h3
Tags: 8.63.dfsg.1-2
libgs-dev: put versioned dependency on libgs8 - closes: #510691

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
   or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
11
11
   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
*/
13
 
/*$Id: gxwts.c 8250 2007-09-25 13:31:24Z giles $ */
 
13
/*$Id: gxwts.c 8632 2008-04-10 05:43:43Z leonardo $ */
14
14
/* Rendering using Well Tempered Screening. */
15
15
#include "stdpre.h"
16
16
#include "memory_.h" /* for memcmp */
417
417
    const gx_device_color *         pdevc,
418
418
    const gx_device_color_saved *   psdc,
419
419
    const gx_device *               dev,
 
420
    uint                            offset,
420
421
    byte *                          pdata,
421
422
    uint *                          psize )
422
423
{
430
431
    const gs_imager_state * pis,
431
432
    const gx_device_color * prior_devc,
432
433
    const gx_device *       dev,
 
434
    uint                    offset,
433
435
    const byte *            pdata,
434
436
    uint                    size,
435
437
    gs_memory_t *           mem )