Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 13 of 13) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_stream.cxx170 ios::off_type offset = static_cast<ios::off_type>(new_offset); in _tiffosSeekProc() local
180 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffosSeekProc() local
190 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffosSeekProc() local
263 ios::off_type offset = static_cast<ios::off_type>(new_offset); in _tiffisSeekProc() local
273 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffisSeekProc() local
283 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffisSeekProc() local
H A Dtiffiop.h286 # define fseek(stream,offset,whence) fseeko(stream,offset,whence) argument
287 # define ftell(stream,offset,whence) ftello(stream,offset,whence) argument
294 #define _TIFF_lseek_f(fildes,offset,whence) _lseeki64(fildes,/* __int64 */ offset,whence) argument
296 #define _TIFF_fseek_f(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) argument
304 #define _TIFF_lseek_f(fildes,offset,whence) lseek(fildes,offset,whence) argument
306 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence) argument
H A Dtif_dirread.c803 uint32 offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryArray() local
821 uint64 offset = direntry->tdir_offset.toff_long8; in TIFFReadDirEntryArray() local
2821 uint32 offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryCheckedLong8() local
2840 uint32 offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryCheckedSlong8() local
2864 uint32 offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryCheckedRational() local
2892 uint32 offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryCheckedSrational() local
2934 uint32 offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryCheckedDouble() local
3283 TIFFReadDirEntryData(TIFF* tif, uint64 offset, tmsize_t size, void* dest) in TIFFReadDirEntryData()
5452 uint32 offset; in TIFFFetchSubjectDistance() local
5500 uint64 offset; in ChopUpSingleUncompressedStrip() local
/libtiff-4.0.7/test/
H A Dstrip.c41 tsize_t stripsize, offset; in write_strips() local
75 tsize_t stripsize, offset; in read_strips() local
265 tsize_t scanlinesize, offset; in write_scanlines() local
/libtiff-4.0.7/contrib/stream/
H A Dtiffstream.cpp123 TiffStream::seek(thandle_t fd, toff_t offset, int origin) in seek()
193 TiffStream::seekInt(thandle_t fd, unsigned int offset, int origin) in seekInt()
/libtiff-4.0.7/contrib/mfs/
H A Dmfs_file.c242 int mfs_lseek (int fd, int offset, int whence) in mfs_lseek()
/libtiff-4.0.7/archive/tools/
H A Dgif2tiff.c529 #define DRAWSEGMENT(offset, step) { \ in rasterize() argument
H A Dbmp2tiff.c584 uint32 offset, size; in main() local
/libtiff-4.0.7/tools/
H A Dtiffinfoce.c145 toff_t offset; in main() local
H A Dtiffinfo.c150 toff_t offset=0; in main() local
H A Dtiffcrop.c221 struct offset { struct
222 uint32 tmargin;
223 uint32 lmargin;
224 uint32 bmargin;
225 uint32 rmargin;
226 uint32 crop_width;
227 uint32 crop_length;
228 uint32 startx;
229 uint32 endx;
230 uint32 starty;
[all …]
H A Dtiff2pdf.c384 t2pSeekFile(TIFF *tif, toff_t offset, int whence) in t2pSeekFile()
413 t2p_seekproc(thandle_t handle, uint64 offset, int whence) in t2p_seekproc()
436 t2p_mapproc(thandle_t handle, void **data, toff_t *offset) in t2p_mapproc()
443 t2p_unmapproc(thandle_t handle, void *data, toff_t offset) in t2p_unmapproc()
/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c1064 uint32 offset = td->td_stripoffset[0]; in ChopUpSingleUncompressedStrip() local