Lines Matching refs:height

98 int wd, ht;				/* request width & height */
355 * magnification = window.geometry.height / source_geometry.height
412 (unsigned int *)&window_hints.height);
426 (unsigned int *)&source_hints.height);
457 window_hints.height <= 0)) {
459 ProgramName, window_hints.width, window_hints.height);
463 source_hints.height <= 0)) {
465 ProgramName, source_hints.width, source_hints.height);
471 source_hints.width = source_hints.height = DEFAULT_CURSOR_SIZE;
479 source_hints.height = window_hints.height / magnification;
483 source_hints.width = source_hints.height = DEFAULT_CURSOR_SIZE;
491 window_hints.height = source_hints.height * magnification;
496 tmp = window_hints.height / source_hints.height;
503 * and height fields. Now we need to do the placement calculations.
512 window_hints.height - border_width * 2;
520 source_hints.height;
604 ht = source_hints.height;
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;
810 if (y + height > dh) y = dh - height;
818 box[i+2].x = box[i+1].x; box[i+2].y = y + height; /* l.r. */
852 int x = shp->x, y = shp->y, width = shp->width, height = shp->height;
865 if (y + height > dh) y = dh - height;
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,
976 MapPixWindow (mw, (buttonevent->y/magnification < height/2));
990 (x >= 0 && x < width && y >= 0 && y < height)) {
1082 ((ev->y + ev->height + magnification - 1) / magnification) - 1;
1091 if (maxrow >= image->height) maxrow = image->height - 1;