Lines Matching defs:height
62 int width, height; /* Last known dimensions for image. */
214 masterPtr->width = masterPtr->height = 1;
232 masterPtr->width, masterPtr->height, masterPtr->width,
233 masterPtr->height);
270 } else if ((c == 'h') && (strncmp(argv[1], "height", length) == 0)) {
273 " height name\"", (char *) NULL);
283 sprintf(interp->result, "%d", masterPtr->height);
337 "\": must be create, delete, height, names, type, types,",
365 Tk_ImageChanged(imageMaster, x, y, width, height, imageWidth,
371 int width, height; /* Dimensions (in pixels) of region of
382 masterPtr->height = imageHeight;
386 width, height, imageWidth, imageHeight);
562 Tk_RedrawImage(image, imageX, imageY, width, height, drawable,
567 int width, height; /* Dimensions of region to redraw. */
596 height += imageY;
603 if ((imageY + height) > imagePtr->masterPtr->height) {
604 height = imagePtr->masterPtr->height - imageY;
608 imageX, imageY, width, height, drawableX, drawableY);
620 * The width and height of the image are returned in *widthPtr
633 int *heightPtr; /* Return height of image here. */
638 *heightPtr = imagePtr->masterPtr->height;
716 masterPtr->width, masterPtr->height, masterPtr->width,
717 masterPtr->height);