Searched refs:fontset_ascent (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dgui_x11.c128 static int fontset_ascent __ARGS((XFontSet fs));
1898 gui.char_ascent = fontset_ascent(fontset) + p_linespace / 2;
2039 gui.char_ascent = fontset_ascent((XFontSet)gui.fontset)
2085 gui.char_ascent = fontset_ascent(current_fontset) + p_linespace / 2;
2260 fontset_ascent(fs) function

Completed in 177 milliseconds