Lines Matching refs:char_width
414 gui.char_width = 1; in gui_init_check()
1336 cur_width = (gui.char_width * shape->percentage + 99) / 100; in gui_update_cursor()
1341 cur_width = gui.char_width; in gui_update_cursor()
1348 cur_width += gui.char_width; in gui_update_cursor()
1444 text_area_width = gui.num_cols * gui.char_width + gui.border_offset * 2; in gui_position_components()
1567 gui.num_cols = (pixel_width - gui_get_base_width()) / gui.char_width; in gui_resize_shell()
1684 width = Columns * gui.char_width + base_width; in gui_set_shellsize()
1692 Columns = (screen_w - base_width) / gui.char_width; in gui_set_shellsize()
1695 width = Columns * gui.char_width + base_width; in gui_set_shellsize()
1710 if (did_adjust == 2 || (width + gui.char_width >= screen_w in gui_set_shellsize()
1720 min_width = base_width + MIN_COLUMNS * gui.char_width; in gui_set_shellsize()
1730 if ((width + gui.char_width < screen_w in gui_set_shellsize()
4905 if (x < 0 || x > Columns * gui.char_width) in gui_mouse_focus()
4983 if (x >= 0 && x <= Columns * gui.char_width in gui_mouse_window()
5003 gui_mch_setmouse((int)W_ENDCOL(curwin) * gui.char_width - 3, in gui_mouse_correct()