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

« back to all changes in this revision

Viewing changes to src/gdevstc4.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: gdevstc4.c 8022 2007-06-05 22:23:38Z giles $*/
 
14
/* $Id: gdevstc4.c 8250 2007-09-25 13:31:24Z giles $*/
15
15
/* Epson Stylus-Color Printer-Driver */
16
16
 
17
17
/***
32
32
/*
33
33
 * escp2c_pick best scans for best matching color 
34
34
 */
35
 
private byte *
 
35
static byte *
36
36
escp2c_pick_best(byte *col)
37
37
{
38
38
    static byte colour[8][3] = {
113
113
/*
114
114
 * escp2c_conv_stc converts into the ouput format used by stcolor
115
115
 */
116
 
private void
 
116
static void
117
117
escp2c_conv_stc(byte *p, byte *q, int i)
118
118
{
119
119
    for(; i; p+=3, i-=3)