~ubuntu-branches/ubuntu/oneiric/ghostscript/oneiric

« back to all changes in this revision

Viewing changes to base/gscolor2.c

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2011-07-15 16:49:55 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20110715164955-uga6qibao6kez05c
Tags: 9.04~dfsg~20110715-0ubuntu1
* New upstream release
   - GIT snapshot from Jult, 12 2011.
* debian/patches/020110406~a54df2d.patch,
  debian/patches/020110408~0791cc8.patch,
  debian/patches/020110408~507cbee.patch,
  debian/patches/020110411~4509a49.patch,
  debian/patches/020110412~78bb9a6.patch,
  debian/patches/020110418~a05ab8a.patch,
  debian/patches/020110420~20b6c78.patch,
  debian/patches/020110420~4ddefa2.patch: Removed upstream patches.
* debian/rules: Generate ABI version number (variable "abi") correctly,
  cutting off repackaging and pre-release parts.
* debian/rules: Added ./lcms2/ directory to DEB_UPSTREAM_REPACKAGE_EXCLUDES.
* debian/copyright: Added lcms2/* to the list of excluded files.
* debian/symbols.common: Updated for new upstream source. Applied patch
  which dpkg-gensymbols generated for debian/libgs9.symbols to this file.

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: gscolor2.c 12205 2011-02-25 23:57:50Z robin $ */
 
14
/* $Id$ */
15
15
/* Level 2 color operators for Ghostscript library */
16
16
#include "memory_.h"
17
17
#include "gx.h"
220
220
}
221
221
RELOC_PTRS_END
222
222
 
223
 
 
224
223
/* Color space installation for an Indexed color space. */
225
224
 
226
225
static int
574
573
    }
575
574
}
576
575
 
577
 
 
578
576
/* Look up an index in an Indexed color space, return value as frac value(s). */
579
577
int
580
578
gs_cspace_indexed_lookup_frac(const gs_color_space *pcs, float index_float,
648
646
    }
649
647
}
650
648
 
651
 
 
652
 
 
653
 
 
654
649
/* Look up with restriction */
655
650
 
656
651
int
667
662
 
668
663
}
669
664
 
670
 
 
671
665
/* ---------------- Serialization. -------------------------------- */
672
666
 
673
667
static int