Searched refs:PALmap (Results 1 – 2 of 2) sorted by relevance
227 if (img->PALmap) { in TIFFRGBAImageEnd()228 _TIFFfree(img->PALmap); in TIFFRGBAImageEnd()229 img->PALmap = NULL; in TIFFRGBAImageEnd()289 img->PALmap = NULL; in TIFFRGBAImageBegin()1272 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local1279 *cp++ = PALmap[*pp][0]; in DECLAREContigPutFunc()1292 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local1298 UNROLL2(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()1309 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local1315 UNROLL4(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()[all …]
224 uint32** PALmap; /* palette image map */ member