Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_write.c685 uint64* new_stripoffset; in TIFFGrowStrips() local
689 new_stripoffset = (uint64*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips()
693 if (new_stripoffset == NULL || new_stripbytecount == NULL) { in TIFFGrowStrips()
694 if (new_stripoffset) in TIFFGrowStrips()
695 _TIFFfree(new_stripoffset); in TIFFGrowStrips()
702 td->td_stripoffset = new_stripoffset; in TIFFGrowStrips()

Completed in 3 milliseconds