Lines Matching refs:rotation

191 int	rotation = 0;                   /* optional value for rotation angle */  variable
351 rotation = 0; in main()
356 rotation = atoi(optarg); in main()
359 switch (rotation) in main()
703 int rotation, double scale) in get_subimage_count() argument
722 switch (rotation) in get_subimage_count()
834 double scale, int center, int rotation) in exportMaskedImage() argument
862 switch (rotation) in exportMaskedImage()
962 switch (rotation) in exportMaskedImage()
976 … default: TIFFError ("exportMaskedImage", "Unsupported rotation angle %d. No rotation", rotation); in exportMaskedImage()
985 int psRotateImage (FILE * fd, int rotation, double pswidth, double psheight, in psRotateImage() argument
992 switch (rotation) in psRotateImage()
1002 default: TIFFError ("psRotateImage", "Unsupported rotation %d.", rotation); in psRotateImage()
1010 int psScaleImage(FILE * fd, double scale, int rotation, int center, in psScaleImage() argument
1019 switch (rotation) in psScaleImage()
1046 switch (rotation) in psScaleImage()
1064 default: TIFFError ("psScaleImage", "Unsupported rotation %d", rotation); in psScaleImage()
1076 int psPageSize (FILE * fd, int rotation, double pgwidth, double pgheight, in psPageSize() argument
1088 switch (rotation) in psPageSize()
1177 default: TIFFError ("psPageSize", "Invalid rotation %d", rotation); in psPageSize()
1188 int psMaskImage(FILE *fd, TIFF *tif, int rotation, int center, in psMaskImage() argument
1200 if (get_viewport (pgwidth, pgheight, pswidth, psheight, &view_width, &view_height, rotation)) in psMaskImage()
1207 &ximages, &yimages, rotation, scale) < 1) in psMaskImage()
1224 if (psPageSize(fd, rotation, pgwidth, pgheight, in psMaskImage()
1232 scale, center, rotation)) in psMaskImage()
1248 int psStart(FILE *fd, int npages, int auto_rotate, int *rotation, double *scale, in psStart() argument
1288 *rotation = 90; in psStart()
1316 switch (*rotation) /* Auto rotate has NOT been specified */ in psStart()
1395 default: TIFFError ("psPageSize", "Invalid rotation %d", *rotation); in psStart()
1410 double *view_width, double *view_height, int rotation) in get_viewport() argument
1434 switch (rotation) in get_viewport()
1466 switch (rotation) in get_viewport()
1539 if (get_viewport (pgwidth, pgheight, pswidth, psheight, &view_width, &view_height, rotation)) in TIFF2PS()
1546 if (psStart(fd, npages, auto_rotate, &rotation, &scale, ox, oy, in TIFF2PS()
1560 if (psMaskImage(fd, tif, rotation, center, &npages, pixwidth, pixheight, in TIFF2PS()
1578 if (psPageSize(fd, rotation, pgwidth, pgheight, in TIFF2PS()
1584 if (psScaleImage(fd, scale, rotation, center, view_width, view_height, in TIFF2PS()
1603 if (psPageSize(fd, rotation, pgwidth, pgheight, in TIFF2PS()
1609 if (psRotateImage(fd, rotation, pswidth, psheight, left_offset, bottom_offset)) in TIFF2PS()
1621 rotation = 0.0; in TIFF2PS()