Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c166 static int TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp);
3757 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripoffset)) in TIFFReadDirectory()
3775 … if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripbytecount)) in TIFFReadDirectory()
5435 TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp) in TIFFFetchStripThing() function
5639 if (!TIFFFetchStripThing(tif,&(td->td_stripoffset_entry), in _TIFFFillStrilesInternal()
5646 !TIFFFetchStripThing(tif,&(td->td_stripbytecount_entry), in _TIFFFillStrilesInternal()