Home
last modified time | relevance | path

Searched refs:Colormap (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/contrib/ras/
H A Dtif2ras.c185 Colormap.type = RMT_NONE;
186 Colormap.length = 0;
187 Colormap.map[0] = Colormap.map[1] = Colormap.map[2] = NULL;
198 Colormap.map[0] = Colormap.map[1] = Colormap.map[2] = Map;
208 Colormap.map[0] = Colormap.map[1] = Colormap.map[2] = Map;
213 Colormap.type = RMT_NONE;
214 Colormap.length = 0;
215 Colormap.map[0] = Colormap.map[1] = Colormap.map[2] = NULL;
232 Colormap.map[0] = red;
233 Colormap.map[1] = green;
[all …]
H A Dras2tif.c88 colormap_t Colormap; /* The Pixrect Colormap */ local
155 pix = pr_load(fp, &Colormap);
222 for (i = 0; i < Colormap.length; i++) {
223 red[i] = SCALE(Colormap.map[0][i]);
224 green[i] = SCALE(Colormap.map[1][i]);
225 blue[i] = SCALE(Colormap.map[2][i]);
/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c227 Colormap xColormap;