Searched refs:_TIFFrealloc (Results 1 – 19 of 19) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_compress.c | 263 _TIFFrealloc(codecs, i * sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs() 275 _TIFFrealloc(codecs, i * sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs() 286 new_codecs = (TIFFCodec *) _TIFFrealloc(codecs, i * sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs()
|
A D | libtiff.def | 166 _TIFFrealloc
|
A D | tif_unix.c | 334 _TIFFrealloc(void* p, tmsize_t s) in _TIFFrealloc() function
|
A D | tif_write.c | 689 new_stripoffset = (uint64*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips() 691 new_stripbytecount = (uint64*)_TIFFrealloc(td->td_stripbytecount, in TIFFGrowStrips()
|
A D | tif_aux.c | 73 cp = _TIFFrealloc(buffer, bytes); in _TIFFCheckRealloc()
|
A D | tif_win32.c | 378 _TIFFrealloc(void* p, tmsize_t s) in _TIFFrealloc() function
|
A D | tiffio.h | 297 extern void* _TIFFrealloc(void* p, tmsize_t s);
|
A D | tif_read.c | 94 new_rawdata = (uint8*) _TIFFrealloc( in TIFFReadAndRealloc()
|
A D | tif_dir.c | 526 _TIFFrealloc(td->td_customValues, in _TIFFVSetField()
|
A D | tif_jpeg.c | 521 newbuf = _TIFFrealloc((void*) sp->jpegtables, in tables_empty_output_buffer()
|
A D | tif_dirread.c | 809 new_dest = (uint8*) _TIFFrealloc( in TIFFReadDirEntryDataAndRealloc()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffsplit.c | 247 buf = (unsigned char *)_TIFFrealloc(buf, (tmsize_t)bytecounts[s]); in cpStrips() 281 buf = (unsigned char *)_TIFFrealloc(buf, (tmsize_t)bytecounts[t]); in cpTiles()
|
A D | thumbnail.c | 315 buf = (unsigned char *)_TIFFrealloc(buf, (tmsize_t)bytecounts[s]); in cpStrips() 349 buf = (unsigned char *)_TIFFrealloc(buf, (tmsize_t)bytecounts[t]); in cpTiles()
|
A D | tiffinfo.c | 427 buf = _TIFFrealloc(buf, (tmsize_t)stripbc[s]); in TIFFReadRawData()
|
A D | tiffcrop.c | 6155 new_buff = _TIFFrealloc(read_buff, buffsize+3); in loadImage() 7350 new_buff = _TIFFrealloc(sect_buff, sectsize); in createImageSection() 7401 next_buff = _TIFFrealloc(crop_buff, cropsize); in processCropSelections() 7503 next_buff = _TIFFrealloc(crop_buff, cropsize); in processCropSelections() 7642 new_buff = _TIFFrealloc(crop_buff, cropsize); in createCroppedImage()
|
A D | tiff2pdf.c | 2604 samplebuffer=(unsigned char*)_TIFFrealloc( in t2p_readwrite_pdf_image() 2635 samplebuffer=(unsigned char*)_TIFFrealloc( in t2p_readwrite_pdf_image()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiffio.h | 297 extern void* _TIFFrealloc(void* p, tmsize_t s);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure.com | 494 _TIFFrealloc=PROCEDURE,- 645 UNIVERSAL=_TIFFrealloc
|
A D | ChangeLog | 6169 * libtiff/tif_win32.c: Fixed problem with _TIFFrealloc() when the NULL
|
Completed in 60 milliseconds