Searched refs:BWmap (Results 1 – 2 of 2) sorted by relevance
222 if (img->BWmap) { in TIFFRGBAImageEnd()223 _TIFFfree(img->BWmap); in TIFFRGBAImageEnd()224 img->BWmap = NULL; in TIFFRGBAImageEnd()472 img->BWmap = NULL; in TIFFRGBAImageBegin()1282 uint32** BWmap = img->BWmap; in DECLAREContigPutFunc() local1302 uint32** BWmap = img->BWmap; in DECLAREContigPutFunc() local1322 uint32** BWmap = img->BWmap; in DECLAREContigPutFunc() local1346 uint32** BWmap = img->BWmap; in DECLAREContigPutFunc() local1363 uint32** BWmap = img->BWmap; in DECLAREContigPutFunc() local1380 uint32** BWmap = img->BWmap; in DECLAREContigPutFunc() local[all …]
223 uint32** BWmap; /* black&white map */ member