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

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c218 int fromX, fromY; /* Values specified for -from option. */ member in struct:SubcommandOptions
665 height = options.fromY2 - options.fromY;
691 + options.fromY * block.pitch;
693 block.height = options.fromY2 - options.fromY;
868 if ((options.fromX > imageWidth) || (options.fromY > imageHeight)
878 height = imageHeight - options.fromY;
881 height = options.fromY2 - options.fromY;
900 options.toY, width, height, options.fromX, options.fromY);
960 || (options.fromY > masterPtr->height)
1015 block.pixelPtr += options.fromY * bloc
[all...]

Completed in 304 milliseconds