Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c5095 ((crop->crop_mode & CROP_REGIONS) || (crop->crop_mode & CROP_MARGINS) || in computeInputPixelOffsets()
5096 (crop->crop_mode & CROP_LENGTH) || (crop->crop_mode & CROP_WIDTH))) in computeInputPixelOffsets()
5150 zwidth = crop->regionlist[i].x2 - crop->regionlist[i].x1 + 1; in computeInputPixelOffsets()
5162 zlength = crop->regionlist[i].y2 - crop->regionlist[i].y1 + 1; in computeInputPixelOffsets()
5386 crop->selections = crop->regions; in getCropOffsets()
5435 crop->selections = crop->zones; in getCropOffsets()
5567 crop->regionlist[i].x1, crop->regionlist[i].x2, in getCropOffsets()
5568 crop->regionlist[i].y1, crop->regionlist[i].y2); in getCropOffsets()
7458 if (rotateImage(crop->rotation, image, &crop->combined_width, in processCropSelections()
7564 if (rotateImage(crop->rotation, image, &crop->regionlist[i].width, in processCropSelections()
[all …]