Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c694 int get_subimage_count(double pagewidth, double pageheight, in get_subimage_count() argument
707 pagewidth *= PS_UNIT_SIZE; in get_subimage_count()
723 if (pagewidth) in get_subimage_count()
731 if (pagewidth) in get_subimage_count()
772 if (pagewidth) in get_subimage_count()
780 if (pagewidth) in get_subimage_count()
866 xtran = -1.0 * column * (pagewidth - overlap); in exportMaskedImage()
872 xtran = -1.0 * column * (pagewidth - overlap); in exportMaskedImage()
898 if (imagewidth <= pagewidth) { in exportMaskedImage()
935 ytran = -1.0 * row * (pagewidth - overlap); in exportMaskedImage()
[all …]