Searched refs:TIFFFetchStripThing (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_dirread.c | 165 static int TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp); 4016 if (!TIFFFetchStripThing(tif,&(tif->tif_dir.td_stripoffset_entry), in TIFFReadDirectory() 4025 if (!TIFFFetchStripThing(tif,&(tif->tif_dir.td_stripbytecount_entry), in TIFFReadDirectory() 5649 TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp) in TIFFFetchStripThing() function 6353 if (!TIFFFetchStripThing(tif,&(td->td_stripoffset_entry), in _TIFFFillStrilesInternal() 6360 !TIFFFetchStripThing(tif,&(td->td_stripbytecount_entry), in _TIFFFillStrilesInternal()
|