Lines Matching defs:height
139 int width, height; /* Dimensions of image. */
169 int height, int drawableX,
522 } else if (strcmp(field, "-height") == 0) {
527 event.xexpose.height = number;
529 event.xconfigure.height = number;
531 event.xresizerequest.height = number;
832 timPtr->height = 15;
871 int x, y, width, height;
881 argv[0], " changed x y width height imageWidth imageHeight",
888 || (Tcl_GetInt(interp, argv[5], &height) != TCL_OK)
890 || (Tcl_GetInt(interp, argv[7], &timPtr->height) != TCL_OK)) {
893 Tk_ImageChanged(timPtr->master, x, y, width, height, timPtr->width,
894 timPtr->height);
965 ImageDisplay(clientData, display, drawable, imageX, imageY, width, height,
972 int width, height; /* Dimensions of area to redraw. */
980 instPtr->masterPtr->imageName, imageX, imageY, width, height,
987 if (height > (instPtr->masterPtr->height - imageY)) {
988 height = instPtr->masterPtr->height - imageY;
991 (unsigned) (width-1), (unsigned) (height-1));
993 (int) (drawableX + width - 1), (int) (drawableY + height - 1));
995 (int) (drawableY + height - 1),