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

/macosx-10.10.1/vim-55/src/
H A Dgui_x11.c1897 gui.char_height = fontset_height(fontset) + p_linespace;
1898 gui.char_ascent = fontset_ascent(fontset) + p_linespace / 2;
1908 gui.char_height = font->ascent + font->descent + p_linespace;
1909 gui.char_ascent = font->ascent + p_linespace / 2;
2038 gui.char_height = fontset_height((XFontSet)gui.fontset) + p_linespace;
2040 + p_linespace / 2;
2047 gui.char_height = font->ascent + font->descent + p_linespace;
2048 gui.char_ascent = font->ascent + p_linespace / 2;
2068 gui.char_ascent = ((XFontStruct *)font)->ascent + p_linespace / 2;
2085 gui.char_ascent = fontset_ascent(current_fontset) + p_linespace /
[all...]
H A Dgui_w16.c730 /* When p_linespace is 0, overwrite the bottom row of pixels.
734 if (p_linespace > 1)
735 y -= p_linespace - 1;
H A Dgui_gtk_x11.c4117 + p_linespace;
4119 gui.char_ascent = PANGO_PIXELS(ascent + p_linespace * PANGO_SCALE / 2);
4764 - (gui.char_height - p_linespace) * PANGO_SCALE;
4834 /* When p_linespace is 0, overwrite the bottom row of pixels.
4836 if (p_linespace > 1)
4837 y -= p_linespace - 1;
H A Dgui_photon.c2326 rect.lr.y -= ( p_linespace + 1 ) / 2;
3041 gui.char_height = - info.ascender + info.descender + p_linespace;
3042 gui.char_ascent = - info.ascender + p_linespace / 2;
H A Dgui_mac.c3519 gui.char_height = font_info.ascent + font_info.descent + p_linespace;
3538 gui.char_height = font_info.ascent + font_info.descent + p_linespace;
3539 gui.char_ascent = font_info.ascent + p_linespace / 2;
3981 if (((gMacSystemVersion >= 0x1020 && p_antialias) || p_linespace != 0)
H A Doption.h579 EXTERN long p_linespace; /* 'linespace' */ variable
H A Dgui_w32.c2438 /* When p_linespace is 0, overwrite the bottom row of pixels.
2442 if (p_linespace > 1)
2443 y -= p_linespace - 1;
H A Dgui_w48.c1298 + p_linespace
H A Doption.c1671 (char_u *)&p_linespace, PV_NONE,
8146 else if (pp == &p_linespace)

Completed in 199 milliseconds