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

/ast/src/lib/libtk/generic/
H A DtkMenu.c1573 int imageWidth, imageHeight;
1601 Tk_SizeOfImage(mePtr->image, &imageWidth, &imageHeight);
1604 mePtr->height = imageHeight;
1617 &imageWidth, &imageHeight);
1566 int imageWidth, imageHeight; local
H A DtkImgPhoto.c549 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) !
546 int imageWidth, imageHeight; local
1285 int imageWidth, imageHeight; local
[all...]

Completed in 476 milliseconds