Lines Matching refs:width
98 int wd, ht; /* request width & height */
149 " -bw pixels border width in pixels",
178 int border_width = -1; /* border width in pixels */
354 * magnification = window.geometry.width / source_geometry.width
376 int border_width, /* width of border */
411 (unsigned int *)&window_hints.width,
425 (unsigned int *)&source_hints.width,
456 if ((params & valWindow) && (window_hints.width <= 0 ||
459 ProgramName, window_hints.width, window_hints.height);
462 if ((params & valSource) && (source_hints.width <= 0 ||
465 ProgramName, source_hints.width, source_hints.height);
471 source_hints.width = source_hints.height = DEFAULT_CURSOR_SIZE;
478 source_hints.width = window_hints.width / magnification;
483 source_hints.width = source_hints.height = DEFAULT_CURSOR_SIZE;
490 window_hints.width = source_hints.width * magnification;
495 magnification = window_hints.width / source_hints.width;
502 * At this point, both hints structures contain the appropriate width
508 window_hints.width - border_width * 2;
516 source_hints.width;
603 wd = source_hints.width;
611 window_hints.width, window_hints.height,
623 window_hints.width, window_hints.height,
658 window_hints.width, window_hints.height,
732 int width = shp->width, height = shp->height;
736 int xoff = width / 2, yoff = height / 2;
809 if (x + width > dw) x = dw - width;
817 box[i+1].x = x + width; box[i+1].y = y; /* u.r. */
852 int x = shp->x, y = shp->y, width = shp->width, height = shp->height;
864 if (x + width > dw) x = dw - width;
874 mvWalkTree(root, 0, 0, x, y, width, height, False, NULL);
876 mvWalkTree(root, 0, 0, x, y, width, height);
891 image = XGetImage (dpy, root, x, y, width, height,
901 image = XGetImage (dpy, root, x, y, width, height,
990 (x >= 0 && x < width && y >= 0 && y < height)) {
1084 ((ev->x + ev->width + magnification - 1) / magnification) - 1;
1090 if (maxcolumn >= image->width) maxcolumn = image->width - 1;