Lines Matching refs:PALmap
226 if (img->PALmap) { in TIFFRGBAImageEnd()
227 _TIFFfree(img->PALmap); in TIFFRGBAImageEnd()
228 img->PALmap = NULL; in TIFFRGBAImageEnd()
473 img->PALmap = NULL; in TIFFRGBAImageBegin()
1210 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
1217 *cp++ = PALmap[*pp][0]; in DECLAREContigPutFunc()
1230 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
1236 UNROLL2(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()
1247 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
1253 UNROLL4(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()
1264 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
1270 UNROLL8(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()
2458 img->PALmap = (uint32**) _TIFFmalloc( in makecmap()
2460 if (img->PALmap == NULL) { in makecmap()
2464 p = (uint32*)(img->PALmap + 256); in makecmap()
2467 img->PALmap[i] = p; in makecmap()