Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c6220 static int correct_orientation(struct image_data *image, unsigned char **work_buff_ptr) in correct_orientation() argument
6225 work_buff = *work_buff_ptr; in correct_orientation()
6260 if (rotateImage(rotation, image, &image->width, &image->length, work_buff_ptr)) in correct_orientation()