Lines Matching refs:PALmap
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() local
1292 *cp++ = PALmap[*pp][0]; in DECLAREContigPutFunc()
1305 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
1311 UNROLL2(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()
1322 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
1328 UNROLL4(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()
1339 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
1345 UNROLL8(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()
2569 img->PALmap = (uint32**) _TIFFmalloc( in makecmap()
2571 if (img->PALmap == NULL) { in makecmap()
2575 p = (uint32*)(img->PALmap + 256); in makecmap()
2578 img->PALmap[i] = p; in makecmap()