Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 5 of 5) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_flush.c50 uint64 *offsets=NULL, *sizes=NULL; in TIFFFlush() local
54 if( TIFFGetField( tif, TIFFTAG_TILEOFFSETS, &offsets ) in TIFFFlush()
57 tif->tif_dir.td_nstrips, offsets ) in TIFFFlush()
68 if( TIFFGetField( tif, TIFFTAG_STRIPOFFSETS, &offsets ) in TIFFFlush()
71 tif->tif_dir.td_nstrips, offsets ) in TIFFFlush()
/libtiff-4.0.7/tools/
H A Dtiffcrop.c5361 struct offset offsets; in getCropOffsets() local
5393 offsets.tmargin = 0; in getCropOffsets()
5394 offsets.lmargin = 0; in getCropOffsets()
5395 offsets.bmargin = 0; in getCropOffsets()
5396 offsets.rmargin = 0; in getCropOffsets()
5399 offsets.startx = 0; in getCropOffsets()
5401 offsets.starty = 0; in getCropOffsets()
5409 offsets.tmargin, offsets.lmargin, offsets.bmargin, offsets.rmargin); in getCropOffsets()
5411 offsets.crop_width, offsets.crop_length); in getCropOffsets()
5476 test = offsets.endy - (uint32)(offsets.crop_length * 1.0 * seg / total); in getCropOffsets()
[all …]
/libtiff-4.0.7/
H A DCMakeLists.txt645 # Defer loading of strip/tile offsets
H A Dconfigure.ac977 dnl Should we try to defer loading of strip/tile offsets and sizes to
H A DChangeLog407 * libtiff/tif_dirwrite.c: fix truncation to 32 bit of file offsets in
409 offsets on a even offset (affects BigTIFF). This was a regression of the
2602 we take the shortcut to only update the strip/tile offsets in place.
2951 * tif_dirwrite.c: Always write tile/strip offsets and sizes