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

/ast/src/lib/libtk/generic/
H A DtkImage.c365 Tk_ImageChanged(imageMaster, x, y, width, height, imageWidth,
376 int imageWidth, imageHeight;/* New dimensions of image. */
381 masterPtr->width = imageWidth;
386 width, height, imageWidth, imageHeight);
H A DtkImgPhoto.c549 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,
546 int imageWidth, imageHeight; local
1285 int imageWidth, imageHeight; local
[all...]
H A DtkMenu.c1573 int imageWidth, imageHeight;
1601 Tk_SizeOfImage(mePtr->image, &imageWidth, &imageHeight);
1605 width = imageWidth;
1617 &imageWidth, &imageHeight);
1566 int imageWidth, imageHeight; local
H A Dtk.h755 int x, int y, int width, int height, int imageWidth,
1208 int width, int height, int imageWidth,

Completed in 31 milliseconds