Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c529 static int rotateImage(uint16, struct image_data *, uint32 *, uint32 *,
6260 if (rotateImage(rotation, image, &image->width, &image->length, work_buff_ptr)) in correct_orientation()
7458 if (rotateImage(crop->rotation, image, &crop->combined_width, in processCropSelections()
7564 if (rotateImage(crop->rotation, image, &crop->regionlist[i].width, in processCropSelections()
7692 if (rotateImage(crop->rotation, image, &crop->combined_width, in createCroppedImage()
8356 rotateImage(uint16 rotation, struct image_data *image, uint32 *img_width, in rotateImage() function