Searched refs:BWmap (Results 1 – 2 of 2) sorted by relevance
223 if (img->BWmap) { in TIFFRGBAImageEnd()224 _TIFFfree(img->BWmap); in TIFFRGBAImageEnd()225 img->BWmap = NULL; in TIFFRGBAImageEnd()288 img->BWmap = NULL; in TIFFRGBAImageBegin()1344 uint32** BWmap = img->BWmap; in DECLAREContigPutFunc() local1350 *cp++ = BWmap[*pp][0]; in DECLAREContigPutFunc()1364 uint32** BWmap = img->BWmap; in DECLAREContigPutFunc() local1370 *cp++ = BWmap[*pp][0] & ((uint32)*(pp+1) << 24 | ~A1); in DECLAREContigPutFunc()1384 uint32** BWmap = img->BWmap; in DECLAREContigPutFunc() local1394 *cp++ = BWmap[*wp >> 8][0]; in DECLAREContigPutFunc()[all …]
223 uint32** BWmap; /* black&white map */ member