Home
last modified time | relevance | path

Searched refs:new_stripbytecount (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_write.c686 uint64* new_stripbytecount; in TIFFGrowStrips() local
691 new_stripbytecount = (uint64*)_TIFFrealloc(td->td_stripbytecount, in TIFFGrowStrips()
693 if (new_stripoffset == NULL || new_stripbytecount == NULL) { in TIFFGrowStrips()
696 if (new_stripbytecount) in TIFFGrowStrips()
697 _TIFFfree(new_stripbytecount); in TIFFGrowStrips()
703 td->td_stripbytecount = new_stripbytecount; in TIFFGrowStrips()

Completed in 3 milliseconds