Lines Matching refs:rotation

298   uint16 rotation;        /* Clockwise rotation of the extracted region or image */  member
2013 case 90: crop_data->rotation = (uint16)90; in process_command_opts()
2015 case 180: crop_data->rotation = (uint16)180; in process_command_opts()
2017 case 270: crop_data->rotation = (uint16)270; in process_command_opts()
5050 cps->rotation = (uint16)0; in initCropMasks()
6241 uint16 mirror, rotation; in correct_orientation() local
6265 rotation = (uint16) 90; in correct_orientation()
6268 rotation = (uint16) 180; in correct_orientation()
6271 rotation = (uint16) 270; in correct_orientation()
6279 if (rotateImage(rotation, image, &image->width, &image->length, work_buff_ptr)) in correct_orientation()
7470 (crop->rotation == MIRROR_HORIZ) ? "horizontally" : "vertically"); in processCropSelections()
7477 if (rotateImage(crop->rotation, image, &crop->combined_width, in processCropSelections()
7481 "Failed to rotate composite regions by %d degrees", crop->rotation); in processCropSelections()
7576 (crop->rotation == MIRROR_HORIZ) ? "horizontally" : "vertically"); in processCropSelections()
7583 if (rotateImage(crop->rotation, image, &crop->regionlist[i].width, in processCropSelections()
7587 "Failed to rotate crop region by %d degrees", crop->rotation); in processCropSelections()
7704 (crop->rotation == MIRROR_HORIZ) ? "horizontally" : "vertically"); in createCroppedImage()
7711 if (rotateImage(crop->rotation, image, &crop->combined_width, in createCroppedImage()
7715 "Failed to rotate image or cropped selection by %d degrees", crop->rotation); in createCroppedImage()
8015 rotateContigSamples8bits(uint16 rotation, uint16 spp, uint16 bps, uint32 width, in rotateContigSamples8bits() argument
8053 switch (rotation) in rotateContigSamples8bits()
8059 default: TIFFError("rotateContigSamples8bits", "Invalid rotation %d", rotation); in rotateContigSamples8bits()
8091 rotateContigSamples16bits(uint16 rotation, uint16 spp, uint16 bps, uint32 width, in rotateContigSamples16bits() argument
8129 switch (rotation) in rotateContigSamples16bits()
8135 default: TIFFError("rotateContigSamples8bits", "Invalid rotation %d", rotation); in rotateContigSamples16bits()
8174 rotateContigSamples24bits(uint16 rotation, uint16 spp, uint16 bps, uint32 width, in rotateContigSamples24bits() argument
8213 switch (rotation) in rotateContigSamples24bits()
8219 default: TIFFError("rotateContigSamples8bits", "Invalid rotation %d", rotation); in rotateContigSamples24bits()
8265 rotateContigSamples32bits(uint16 rotation, uint16 spp, uint16 bps, uint32 width, in rotateContigSamples32bits() argument
8313 switch (rotation) in rotateContigSamples32bits()
8319 default: TIFFError("rotateContigSamples8bits", "Invalid rotation %d", rotation); in rotateContigSamples32bits()
8374 rotateImage(uint16 rotation, struct image_data *image, uint32 *img_width, in rotateImage() argument
8408 switch (rotation) in rotateImage()
8415 default: TIFFError("rotateImage", "Invalid rotation angle %d", rotation); in rotateImage()
8427 switch (rotation) in rotateImage()
8523 if (rotateContigSamples8bits(rotation, spp, bps, width, in rotateImage()
8531 if (rotateContigSamples16bits(rotation, spp, bps, width, in rotateImage()
8538 case 2: if (rotateContigSamples24bits(rotation, spp, bps, width, in rotateImage()
8547 case 5: if (rotateContigSamples32bits(rotation, spp, bps, width, in rotateImage()
8600 if (rotateContigSamples8bits(rotation, spp, bps, width, in rotateImage()
8608 if (rotateContigSamples16bits(rotation, spp, bps, width, in rotateImage()
8615 case 2: if (rotateContigSamples24bits(rotation, spp, bps, width, in rotateImage()
8624 case 5: if (rotateContigSamples32bits(rotation, spp, bps, width, in rotateImage()