Lines Matching refs:imageHeight
549 int imageWidth, imageHeight;
859 &imageFormat, &imageWidth, &imageHeight) != TCL_OK) {
868 if ((options.fromX > imageWidth) || (options.fromY > imageHeight)
870 || (options.fromY2 > imageHeight)) {
878 height = imageHeight - options.fromY;
1290 int imageWidth, imageHeight;
1360 &imageHeight) != TCL_OK) {
1364 ImgPhotoSetSize(masterPtr, imageWidth, imageHeight);
1367 imageWidth, imageHeight, 0, 0);
1381 &imageHeight) != TCL_OK) {
1384 ImgPhotoSetSize(masterPtr, imageWidth, imageHeight);
1387 0, 0, imageWidth, imageHeight, 0, 0) != TCL_OK) {