Lines Matching refs:width
62 int width, height; /* Last known dimensions for image. */
214 masterPtr->width = masterPtr->height = 1;
232 masterPtr->width, masterPtr->height, masterPtr->width,
321 } else if ((c == 'w') && (strncmp(argv[1], "width", length) == 0)) {
324 " width name\"", (char *) NULL);
334 sprintf(interp->result, "%d", masterPtr->width);
338 " or width", (char *) NULL);
365 Tk_ImageChanged(imageMaster, x, y, width, height, imageWidth,
371 int width, height; /* Dimensions (in pixels) of region of
381 masterPtr->width = imageWidth;
386 width, height, imageWidth, imageHeight);
562 Tk_RedrawImage(image, imageX, imageY, width, height, drawable,
567 int width, height; /* Dimensions of region to redraw. */
591 width += imageX;
600 if ((imageX + width) > imagePtr->masterPtr->width) {
601 width = imagePtr->masterPtr->width - imageX;
608 imageX, imageY, width, height, drawableX, drawableY);
620 * The width and height of the image are returned in *widthPtr
632 int *widthPtr; /* Return width of image here. */
637 *widthPtr = imagePtr->masterPtr->width;
716 masterPtr->width, masterPtr->height, masterPtr->width,