Searched refs:PALmap (Results 1 – 2 of 2) sorted by relevance
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() local1217 *cp++ = PALmap[*pp][0]; in DECLAREContigPutFunc()1230 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local1247 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local1264 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local2460 if (img->PALmap == NULL) { in makecmap()[all …]
224 uint32** PALmap; /* palette image map */ member