Searched refs:PALmap (Results 1 – 2 of 2) sorted by relevance
225 if (img->PALmap) { in TIFFRGBAImageEnd()226 _TIFFfree(img->PALmap); in TIFFRGBAImageEnd()227 img->PALmap = NULL; in TIFFRGBAImageEnd()287 img->PALmap = NULL; in TIFFRGBAImageBegin()1285 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local1292 *cp++ = PALmap[*pp][0]; in DECLAREContigPutFunc()1305 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local1311 UNROLL2(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()1322 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local1328 UNROLL4(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()[all …]
222 uint32** PALmap; /* palette image map */ member