Lines Matching refs:char_height
1490 gui.char_height = tm.tmHeight + p_linespace; in GetFontSize()
1686 rc.bottom = rc.top + nr * gui.char_height; in gui_mch_invert_rectangle()
1721 rc.bottom = rc.top + gui.char_height; in gui_mch_draw_hollow_cursor()
1747 rc.top = FILL_Y(gui.row) + gui.char_height - h; in gui_mch_draw_part_cursor()
2215 rc.bottom = Rows * gui.char_height + 2 * gui.border_width; in gui_mch_clear_all()
2963 *rows = (h - base_height) / gui.char_height; in gui_mswin_get_valid_dimensions()
2965 *valid_h = base_height + *rows * gui.char_height; in gui_mswin_get_valid_dimensions()
2984 rc.bottom = gui.num_rows * gui.char_height; in gui_mch_flash()
3089 DWriteContext_Scroll(s_dwc, 0, -num_lines * gui.char_height, &rc); in gui_mch_delete_lines()
3099 ScrollWindowEx(s_textArea, 0, -num_lines * gui.char_height, in gui_mch_delete_lines()
3134 DWriteContext_Scroll(s_dwc, 0, num_lines * gui.char_height, &rc); in gui_mch_insert_lines()
3146 ScrollWindowEx(s_textArea, 0, num_lines * gui.char_height, in gui_mch_insert_lines()
6388 y = FILL_Y(row + 1) - gui.char_height/2; in gui_mch_draw_string()
8288 h = gui.char_height; in gui_mch_drawsign()
8376 gui.char_width * 2, gui.char_height, in gui_mch_register_sign()
8792 for (i = 0; i < gui.char_height - 3; i++) in netbeans_draw_multisign_indicator()