Searched refs:imageHeight (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkImage.c | 366 imageHeight) 376 int imageWidth, imageHeight;/* New dimensions of image. */ 382 masterPtr->height = imageHeight; 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) 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...] |
H A D | tkMenu.c | 1573 int imageWidth, imageHeight; 1601 Tk_SizeOfImage(mePtr->image, &imageWidth, &imageHeight); 1604 mePtr->height = imageHeight; 1617 &imageWidth, &imageHeight); 1566 int imageWidth, imageHeight; local
|
H A D | tk.h | 756 int imageHeight)); 1209 int imageHeight));
|
Completed in 28 milliseconds