Searched refs:imageWidth (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkImage.c | 365 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 D | tkImgPhoto.c | 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, 546 int imageWidth, imageHeight; local 1285 int imageWidth, imageHeight; local [all...] |
H A D | tkMenu.c | 1573 int imageWidth, imageHeight; 1601 Tk_SizeOfImage(mePtr->image, &imageWidth, &imageHeight); 1605 width = imageWidth; 1617 &imageWidth, &imageHeight); 1566 int imageWidth, imageHeight; local
|
H A D | tk.h | 755 int x, int y, int width, int height, int imageWidth, 1208 int width, int height, int imageWidth,
|
Completed in 30 milliseconds