Searched refs:TIFFGrowStrips (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_write.c | 45 static int TIFFGrowStrips(TIFF* tif, uint32 delta, const char* module); 101 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module)) in TIFFWriteScanline() 211 if (!TIFFGrowStrips(tif, 1, module)) in TIFFWriteEncodedStrip() 336 if (!TIFFGrowStrips(tif, 1, module)) in TIFFWriteRawStrip() 682 TIFFGrowStrips(TIFF* tif, uint32 delta, const char* module) in TIFFGrowStrips() function
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 5733 TIFFGrowStrips() (found by Dmitry V. Levin).
|
Completed in 10 milliseconds