Searched refs:TIFFFillStripPartial (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_read.c | 166 TIFFFillStripPartial( TIFF *tif, int strip, tmsize_t read_ahead, int restart ) in TIFFFillStripPartial() function 365 if( !TIFFFillStripPartial(tif,strip,read_ahead,1) ) in TIFFSeek() 378 if( !TIFFFillStripPartial(tif,strip,read_ahead,0) ) in TIFFSeek() 395 if( !TIFFFillStripPartial(tif,strip,read_ahead,1) ) in TIFFSeek()
|