Home
last modified time | relevance | path

Searched refs:PALmap (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c226 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
1247 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
1264 uint32** PALmap = img->PALmap; in DECLAREContigPutFunc() local
2460 if (img->PALmap == NULL) { in makecmap()
[all …]
H A Dtiffio.h224 uint32** PALmap; /* palette image map */ member