Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c695 double imagewidth, double imageheight, in get_subimage_count() argument
710 if ((imagewidth < 1.0) || (imageheight < 1.0)) in get_subimage_count()
790 if (imageheight > splitwidth) in get_subimage_count()
825 double imagewidth, double imageheight, in exportMaskedImage() argument
845 yscale = scale * imageheight; in exportMaskedImage()
867 subimage_height = imageheight - ((splitheight - overlap) * row); in exportMaskedImage()
873 ytran = splitheight - imageheight; in exportMaskedImage()
893 ytran = pageheight - imageheight; in exportMaskedImage()
901 if (imageheight <= splitheight) { in exportMaskedImage()
932 if (splitwidth < imageheight) in exportMaskedImage()
[all …]