Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c827 double left_offset, double bott_offset, in exportMaskedImage() argument
905 bott_offset += ytran / (center ? 2 : 1); in exportMaskedImage()
949 bott_offset += ytran / (center ? 2 : 1); in exportMaskedImage()
958 case 0: fprintf(fp, "%f %f translate\n", left_offset, bott_offset); in exportMaskedImage()
961 case 180: fprintf(fp, "%f %f translate\n", left_offset, bott_offset); in exportMaskedImage()
964 case 90: fprintf(fp, "%f %f translate\n", left_offset, bott_offset); in exportMaskedImage()
967 case 270: fprintf(fp, "%f %f translate\n", left_offset, bott_offset); in exportMaskedImage()