Lines Matching refs:PALmap
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() local
1279 *cp++ = PALmap[*pp][0]; in DECLAREContigPutFunc()
1292 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
1298 UNROLL2(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()
1309 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
1315 UNROLL4(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()
1326 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
1332 UNROLL8(w, bw = PALmap[*pp++], *cp++ = *bw++); in DECLAREContigPutFunc()
2550 img->PALmap = (uint32**) _TIFFmalloc( in makecmap()
2552 if (img->PALmap == NULL) { in makecmap()
2556 p = (uint32*)(img->PALmap + 256); in makecmap()
2559 img->PALmap[i] = p; in makecmap()