Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c702 double overlap = 0; /* Repeated edge width in points */ in get_subimage_count() local
706 overlap = splitOverlap * PS_UNIT_SIZE; in get_subimage_count()
838 double overlap = 0; /* Repeated edge width in points */ in exportMaskedImage() local
843 overlap = splitOverlap * PS_UNIT_SIZE; in exportMaskedImage()
866 xtran = -1.0 * column * (pagewidth - overlap); in exportMaskedImage()
872 xtran = -1.0 * column * (pagewidth - overlap); in exportMaskedImage()
883 ytran = -1.0 * row * (pageheight - overlap); in exportMaskedImage()
887 ytran = -1.0 * row * (pageheight - overlap); in exportMaskedImage()
913 xtran = -1.0 * column * (pageheight - overlap); in exportMaskedImage()
935 ytran = -1.0 * row * (pagewidth - overlap); in exportMaskedImage()
[all …]
/libtiff-4.0.7/
H A DChangeLog6045 * tif_dir.h: changed FIELD_CODEC to 66 from 64 to avoid overlap