Lines Matching refs:width
627 gui_redraw(gevent->x, gevent->y, gevent->width, gevent->height); in gui_x11_expose_cb()
682 XtVaGetValues(shell, XmNheight, &r->height, XmNwidth, &r->width, NULL); in shellRectangle()
698 if (event->xconfigure.width != lastWidth in gui_x11_resize_window_cb()
701 lastWidth = event->xconfigure.width; in gui_x11_resize_window_cb()
703 gui_resize_shell(event->xconfigure.width, event->xconfigure.height in gui_x11_resize_window_cb()
1697 int width, in gui_mch_set_shellsize() argument
1717 XtNwidth, width, in gui_mch_set_shellsize()
1817 gui.char_width = font->max_bounds.width; in gui_mch_init_font()
1897 font->max_bounds.width, font->ascent + font->descent, in gui_mch_get_font()
1908 (font->max_bounds.rbearing > font->max_bounds.width)); in gui_mch_get_font()
1912 if (font->max_bounds.width != font->min_bounds.width) in gui_mch_get_font()
2105 if (xfs[i]->max_bounds.width != xfs[i]->min_bounds.width) in check_fontset_sanity()
2116 if (xfs[i]->max_bounds.width<min_width) in check_fontset_sanity()
2118 min_width = xfs[i]->max_bounds.width; in check_fontset_sanity()
2124 if ( xfs[i]->max_bounds.width != 2 * min_width in check_fontset_sanity()
2125 && xfs[i]->max_bounds.width != min_width) in check_fontset_sanity()
2132 (int)xfs[min_font_idx]->max_bounds.width); in check_fontset_sanity()
2133 semsg(_("Font%d width: %d"), i, (int)xfs[i]->max_bounds.width); in check_fontset_sanity()
2393 clip.width = gui.char_width * cells + 1; in gui_mch_draw_string()
2823 gui_redraw(gevent->x, gevent->y, gevent->width, gevent->height); in gui_x11_check_copy_area()
3192 TEXT_X(col) + (SIGN_WIDTH - sign->width) / 2, in gui_mch_drawsign()
3194 sign->width, sign->height); in gui_mch_drawsign()