Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c177 #define MIRROR_HORIZ 1 macro
1857 case 'h': crop_data->mirror = MIRROR_HORIZ; in process_command_opts()
5978 image->adjustments = MIRROR_HORIZ; in loadImage()
6232 if ((image->adjustments & MIRROR_HORIZ) || (image->adjustments & MIRROR_VERT)) in correct_orientation()
7451 (crop->rotation == MIRROR_HORIZ) ? "horizontally" : "vertically"); in processCropSelections()
7557 (crop->rotation == MIRROR_HORIZ) ? "horizontally" : "vertically"); in processCropSelections()
7685 (crop->rotation == MIRROR_HORIZ) ? "horizontally" : "vertically"); in createCroppedImage()
9051 case MIRROR_HORIZ : in mirrorImage()