Lines Matching refs:_TIFFmalloc
363 img->redcmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color); in TIFFRGBAImageBegin()
364 img->greencmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color); in TIFFRGBAImageBegin()
365 img->bluecmap = (uint16 *) _TIFFmalloc(sizeof(uint16)*n_color); in TIFFRGBAImageBegin()
641 buf = (unsigned char*) _TIFFmalloc(TIFFTileSize(tif)); in gtTileContig()
766 buf = (unsigned char*) _TIFFmalloc(bufsize); in gtTileSeparate()
925 buf = (unsigned char*) _TIFFmalloc(TIFFStripSize(tif)); in gtStripContig()
1020 p0 = buf = (unsigned char *)_TIFFmalloc(bufsize); in gtStripSeparate()
2249 img->ycbcr = (TIFFYCbCrToRGB*) _TIFFmalloc( in initYCbCrConversion()
2280 _TIFFmalloc(sizeof(TIFFCIELabToRGB)); in initCIELabConversion()
2322 img->BWmap = (uint32**) _TIFFmalloc( in makebwmap()
2380 img->Map = (TIFFRGBValue*) _TIFFmalloc((range+1) * sizeof (TIFFRGBValue)); in setupMap()
2458 img->PALmap = (uint32**) _TIFFmalloc( in makecmap()
2772 img->UaToAa=_TIFFmalloc(65536); in BuildMapUaToAa()
2794 img->Bitdepth16To8=_TIFFmalloc(65536); in BuildMapBitdepth16To8()