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

/external/opencv3/3rdparty/libtiff/
H A Dtif_dirread.c164 static int TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp);
3739 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripoffset))
3749 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripbytecount))
5356 TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp) function
5358 static const char module[] = "TIFFFetchStripThing";
5557 if (!TIFFFetchStripThing(tif,&(td->td_stripoffset_entry),
5563 if (!TIFFFetchStripThing(tif,&(td->td_stripbytecount_entry),
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c164 static int TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp);
3722 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripoffset))
3732 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripbytecount))
5370 TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp) function
5372 static const char module[] = "TIFFFetchStripThing";
5571 if (!TIFFFetchStripThing(tif,&(td->td_stripoffset_entry),
5577 if (!TIFFFetchStripThing(tif,&(td->td_stripbytecount_entry),

Completed in 213 milliseconds