Home
last modified time | relevance | path

Searched refs:descent (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_x11.c1818 gui.char_height = font->ascent + font->descent + p_linespace; in gui_mch_init_font()
1897 font->max_bounds.width, font->ascent + font->descent, in gui_mch_get_font()
1898 font->ascent, font->descent); in gui_mch_get_font()
1900 font->max_bounds.ascent, font->max_bounds.descent, in gui_mch_get_font()
1901 font->max_bounds.ascent + font->max_bounds.descent); in gui_mch_get_font()
1979 gui.char_height = font->ascent + font->descent + p_linespace; in gui_mch_adjust_charheight()
H A Dgui_dwrite.cpp788 fontMetrics.ascent + fontMetrics.descent) in CreateTextFormatFromLOGFONT()
H A Dgui_gtk_x11.c4647 int descent; in gui_mch_adjust_charheight() local
4652 descent = pango_font_metrics_get_descent(metrics); in gui_mch_adjust_charheight()
4658 gui.char_height = (ascent + descent + (PANGO_SCALE * 15) / 16) in gui_mch_adjust_charheight()
H A Dgui_haiku.cc3952 + (int)(fh.descent + 0.9999) + (int)(fh.leading + 0.9999); in gui_mch_set_font()
4004 gui.char_height = (int)(fh.ascent + fh.descent + 0.5) + p_linespace; in gui_mch_adjust_charheight()
H A Dgui_athena.c389 height = font->max_bounds.ascent + font->max_bounds.descent; in gui_athena_create_pullright_pixmap()
H A Dgui_at_fs.c1083 SFcharHeight = SFcharAscent + SFfont->max_bounds.descent; in SFinitFont()
/vim-8.2.3635/runtime/doc/
H A Dgui_w32.txt50 descent).
H A Dgui_x11.txt118 (ascent and descent). You can check this with "xlsfonts -l {fontname}".
H A Dversion6.txt1742 - With some fonts the characters can be taller than ascent + descent. E.g.,
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim831 " starpat=2: Explore **//pattern (recursive descent search for files containing pattern)
857 " starpat=4: Explore **/filepat (recursive descent search for filenames matching filepat)
909 " starpat=2: Explore **//pattern (recursive descent search for files containing pattern)
911 " starpat=4: Explore **/filepat (recursive descent search for filenames matching filepat)
1010 " starpat=2: Explore **//pattern (recursive descent search for files containing pattern)
1011 " call Decho("..case starpat=".starpat.": build **//pattern list (recursive descent files con…
1043 " starpat=4: Explore **/filepat (recursive descent search for filenames matching filepat)
1044 " call Decho("..case starpat=".starpat.": build **/filepat list (recursive descent srch filen…