Searched refs:fromY2 (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c219 int fromX2, fromY2; /* Second coordinate pair for -from option. */ member in struct:SubcommandOptions
638 if ((options.fromX2 > block.width) || (options.fromY2 > block.height)
640 || (options.fromY2 > block.height)) {
652 options.fromY2 = block.height;
665 height = options.fromY2 - options.fromY;
693 block.height = options.fromY2 - options.fromY;
870 || (options.fromY2 > imageHeight)) {
881 height = options.fromY2 - options.fromY;
962 || (options.fromY2 > masterPtr->height)) {
974 options.fromY2
[all...]

Completed in 18 milliseconds