Home
last modified time | relevance | path

Searched refs:off (Results 1 – 20 of 20) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_stream.cxx154 _tiffosSeekProc(thandle_t fd, uint64 off, int whence) in _tiffosSeekProc() argument
180 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffosSeekProc()
181 if (static_cast<uint64>(offset) != off) in _tiffosSeekProc()
190 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffosSeekProc()
191 if (static_cast<uint64>(offset) != off) in _tiffosSeekProc()
239 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); in _tiffosSeekProc()
252 _tiffisSeekProc(thandle_t fd, uint64 off, int whence) in _tiffisSeekProc() argument
273 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffisSeekProc()
274 if (static_cast<uint64>(offset) != off) in _tiffisSeekProc()
283 ios::off_type offset = static_cast<ios::off_type>(off); in _tiffisSeekProc()
[all …]
H A Dtif_next.c89 tmsize_t off; in NeXTDecode() local
96 off = (bp[0] * 256) + bp[1]; in NeXTDecode()
98 if (cc < 4+n || off+n > scanline) in NeXTDecode()
100 _TIFFmemcpy(row+off, bp+4, n); in NeXTDecode()
H A Dtiffiop.h222 #define TIFFSeekFile(tif, off, whence) \ argument
223 ((*(tif)->tif_seekproc)((tif)->tif_clientdata,(off),(whence)))
241 #define SeekOK(tif, off) \ argument
242 (TIFFSeekFile((tif),(off),SEEK_SET)==(off))
326 extern int _TIFFNoSeek(TIFF* tif, uint32 off);
H A Dtif_dir.c1416 if (off!=NULL) in TIFFAdvanceDirectory()
1417 *off=(uint64)poffc; in TIFFAdvanceDirectory()
1451 if (off!=NULL) in TIFFAdvanceDirectory()
1452 *off=(uint64)poffc; in TIFFAdvanceDirectory()
1473 if (off != NULL) in TIFFAdvanceDirectory()
1474 *off = TIFFSeekFile(tif, in TIFFAdvanceDirectory()
1506 if (off != NULL) in TIFFAdvanceDirectory()
1507 *off = TIFFSeekFile(tif, in TIFFAdvanceDirectory()
1632 uint64 off; in TIFFUnlinkDirectory() local
1648 off = 4; in TIFFUnlinkDirectory()
[all …]
H A Dtif_unix.c126 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc() argument
129 _TIFF_off_t off_io = (_TIFF_off_t) off; in _tiffSeekProc()
130 if ((uint64) off_io != off) in _tiffSeekProc()
H A Dtif_compress.c117 _TIFFNoSeek(TIFF* tif, uint32 off) in _TIFFNoSeek() argument
119 (void) off; in _TIFFNoSeek()
H A Dtif_dirread.c4553 tmsize_t off = (tmsize_t) tif->tif_diroff; in TIFFFetchDirectory() local
4554 if ((uint64)off!=tif->tif_diroff) in TIFFFetchDirectory()
4571 m=off+sizeof(uint16); in TIFFFetchDirectory()
4580 off += sizeof (uint16); in TIFFFetchDirectory()
4594 m=off+sizeof(uint64); in TIFFFetchDirectory()
4603 off += sizeof (uint64); in TIFFFetchDirectory()
4626 m=off+dircount16*dirsize; in TIFFFetchDirectory()
4633 _TIFFmemcpy(origdir, tif->tif_base + off, in TIFFFetchDirectory()
4637 off += dircount16 * dirsize; in TIFFFetchDirectory()
4641 m=off+sizeof(uint32); in TIFFFetchDirectory()
[all …]
H A Dtif_win32.c121 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc() argument
125 offli.QuadPart = off; in _tiffSeekProc()
H A Dtif_vms.c67 _tiffSeekProc(thandle_t fd, toff_t off, int whence) in _tiffSeekProc() argument
69 return ((toff_t) _TIFF_lseek_f((int) fd, (_TIFF_off_t) off, whence)); in _tiffSeekProc()
H A Dtif_write.c822 TIFFSetWriteOffset(TIFF* tif, toff_t off) in TIFFSetWriteOffset() argument
824 tif->tif_curoff = off; in TIFFSetWriteOffset()
H A Dtiffio.h475 extern void TIFFSetWriteOffset(TIFF* tif, toff_t off);
/libtiff-4.0.7/tools/
H A Dtiffdump.c301 ReadDirectory(int fd, unsigned int ix, uint64 off) in ReadDirectory() argument
310 if (off == 0) /* no more directories */ in ReadDirectory()
312 if (_TIFF_lseek_f(fd, (_TIFF_off_t)off, SEEK_SET) != (_TIFF_off_t)off) { in ReadDirectory()
350 (unsigned long)n, dircount, (unsigned __int64) off); in ReadDirectory()
353 (unsigned long)n, dircount, (unsigned long long) off); in ReadDirectory()
374 (unsigned __int64)off, (unsigned __int64)off, in ReadDirectory()
378 (unsigned long long)off, (unsigned long long)off, in ReadDirectory()
H A Dthumbnail.c520 uint32 off = rowoff[x]; in setrow() local
524 const uint8* src = rows[y] + off; in setrow()
H A Dtiffcrop.c5073 struct offset *off) in computeInputPixelOffsets() argument
5264 off->tmargin = tmargin; in computeInputPixelOffsets()
5265 off->bmargin = bmargin; in computeInputPixelOffsets()
5266 off->lmargin = lmargin; in computeInputPixelOffsets()
5267 off->rmargin = rmargin; in computeInputPixelOffsets()
5315 off->startx = startx; in computeInputPixelOffsets()
5316 off->starty = starty; in computeInputPixelOffsets()
5317 off->endx = endx; in computeInputPixelOffsets()
5318 off->endy = endy; in computeInputPixelOffsets()
5341 off->crop_width = crop_width; in computeInputPixelOffsets()
[all …]
/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c164 toff_t off = pdir_offset; in TIFFReadPrivateDataSubDirectory() local
166 if (off + sizeof (short) > tif->tif_size) { in TIFFReadPrivateDataSubDirectory()
171 _TIFFmemcpy(&dircount, tif->tif_base + off, sizeof (uint16)); in TIFFReadPrivateDataSubDirectory()
172 off += sizeof (uint16); in TIFFReadPrivateDataSubDirectory()
179 if (off + dircount*sizeof (TIFFDirEntry) > tif->tif_size) { in TIFFReadPrivateDataSubDirectory()
183 _TIFFmemcpy(dir, tif->tif_base + off, in TIFFReadPrivateDataSubDirectory()
185 off += dircount* sizeof (TIFFDirEntry); in TIFFReadPrivateDataSubDirectory()
186 if (off + sizeof (uint32) < tif->tif_size) in TIFFReadPrivateDataSubDirectory()
187 _TIFFmemcpy(&nextdiroff, tif->tif_base+off, sizeof (uint32)); in TIFFReadPrivateDataSubDirectory()
H A Dtif_pdsdirwrite.c580 uint32 i, off; in TIFFWriteShortTable() local
586 off = tif->tif_dataoff; in TIFFWriteShortTable()
591 dir->tdir_offset = off; in TIFFWriteShortTable()
/libtiff-4.0.7/m4/
H A Dltoptions.m469 dnl Simply set some default values (i.e off) if boolean options were not
H A Dlibtool.m43885 [Compiler flag to turn off builtin functions])
5006 # that we're better off using the native interface for both.
7428 # strip PREFIX and SUFFIX off of NAME.
/libtiff-4.0.7/
H A Dconfigure.ac506 dnl Switch on/off internal codecs.
566 dnl Switch on/off support for Microsoft Document Imaging
H A DChangeLog597 autoconf configure script defaults to 'off'.
2203 large compressed one-strip files. Feature is off by default.
4950 * html/internals.html: Split off a discussion of adding new tags
4969 * libtiff/tiff.h: Use _TIFF_DATA_TYPEDEFS_ guardian to switch off
6679 LogLuv encoding. This is turned off by default for 32-bit LogLuv and
6990 set to 1, and added default (off) setting in tiffconf.h. This