Searched refs:TIFFFetchNormalTag (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dirread.c | 165 static int TIFFFetchNormalTag(TIFF*, TIFFDirEntry*, int recover); 3492 if (!TIFFFetchNormalTag(tif,dp,0)) in TIFFReadDirectory() 3580 if (!TIFFFetchNormalTag(tif,dp,0)) in TIFFReadDirectory() 3859 (void) TIFFFetchNormalTag(tif, dp, TRUE); in TIFFReadDirectory() 4296 (void) TIFFFetchNormalTag(tif, dp, TRUE); in TIFFReadCustomDirectory() 4751 TIFFFetchNormalTag(TIFF* tif, TIFFDirEntry* dp, int recover) in TIFFFetchNormalTag() function
|