Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_unix.c73 size_t bytes_read; in _tiffReadProc() local
81 for (bytes_read=0; bytes_read < bytes_total; bytes_read+=count) in _tiffReadProc()
83 char *buf_offset = (char *) buf+bytes_read; in _tiffReadProc()
84 size_t io_size = bytes_total-bytes_read; in _tiffReadProc()
93 return (tmsize_t) bytes_read; in _tiffReadProc()
/libtiff-4.0.7/tools/
H A Dtiffcrop.c3676 int32 bytes_read = 0; in readContigStripsIntoBuffer() local
3689 bytes_read = TIFFReadEncodedStrip (in, strip, bufp, -1); in readContigStripsIntoBuffer()
3690 rows = bytes_read / scanline_size; in readContigStripsIntoBuffer()
3693 (int)strip + 1, (unsigned long) bytes_read, in readContigStripsIntoBuffer()
3696 if (bytes_read < 0 && !ignore) { in readContigStripsIntoBuffer()
3701 bufp += bytes_read; in readContigStripsIntoBuffer()
4762 int32 bytes_read = 0; in readSeparateStripsIntoBuffer() local
4840 bytes_read = TIFFReadEncodedStrip (in, strip, buff, stripsize); in readSeparateStripsIntoBuffer()
4841 rows_this_strip = bytes_read / src_rowsize; in readSeparateStripsIntoBuffer()
4842 if (bytes_read < 0 && !ignore) in readSeparateStripsIntoBuffer()
[all …]