Lines Matching refs:imageWidth
549 int imageWidth, imageHeight;
859 &imageFormat, &imageWidth, &imageHeight) != TCL_OK) {
868 if ((options.fromX > imageWidth) || (options.fromY > imageHeight)
869 || (options.fromX2 > imageWidth)
877 width = imageWidth - options.fromX;
1290 int imageWidth, imageHeight;
1359 masterPtr->format, &imageFormat, &imageWidth,
1364 ImgPhotoSetSize(masterPtr, imageWidth, imageHeight);
1367 imageWidth, imageHeight, 0, 0);
1380 masterPtr->format, &imageFormat, &imageWidth,
1384 ImgPhotoSetSize(masterPtr, imageWidth, imageHeight);
1387 0, 0, imageWidth, imageHeight, 0, 0) != TCL_OK) {