Searched refs:TIFFFillStrip (Results 1 – 3 of 3) sorted by relevance
37 int TIFFFillStrip(TIFF* tif, uint32 strip);292 return TIFFFillStrip(tif, strip); in TIFFFillStripPartial()379 if (!TIFFFillStrip(tif, strip)) in TIFFSeek()537 if (!TIFFFillStrip(tif,strip)) in TIFFReadEncodedStrip()570 if (!TIFFFillStrip(tif,strip)) in _TIFFReadEncodedStripAndAllocBuffer()761 TIFFFillStrip(TIFF* tif, uint32 strip) in TIFFFillStrip() function
49 int TIFFFillStrip(TIFF* tif, uint32 strip);
161 * libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile().255 decoded buffer only after a first successful TIFFFillStrip(). This avoids510 * libtiff/tif_read.c: TIFFFillStrip() and TIFFFillTile():524 * libtiff/tif_read.c: TIFFFillStrip(): add limitation to the number
Completed in 13 milliseconds