Searched defs:RoiDelta (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Ddisplay.c1539 RoiDelta = 8;
5086 if ((x < (int) (crop_info.x+RoiDelta)) &&
5087 (x > (int) (crop_info.x-RoiDelta)) &&
5088 (y < (int) (crop_info.y+RoiDelta)) &&
5089 (y > (int) (crop_info.y-RoiDelta)))
5096 if ((x < (int) (crop_info.x+RoiDelta)) &&
5097 (x > (int) (crop_info.x-RoiDelta)) &&
5098 (y < (int) (crop_info.y+crop_info.height+RoiDelta)) &&
5099 (y > (int) (crop_info.y+crop_info.height-RoiDelta)))
5105 if ((x < (int) (crop_info.x+crop_info.width+RoiDelta))
1532 RoiDelta = 8; variable
[all...]

Completed in 36 milliseconds