Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc373 VimFont(const VimFont *rhs);
375 VimFont(const VimFont &rhs);
2017 VimFont::VimFont(): BFont() in VimFont() function in VimFont
2022 VimFont::VimFont(const VimFont *rhs): BFont(rhs) in VimFont() function in VimFont
2027 VimFont::VimFont(const BFont *rhs): BFont(rhs) in VimFont() function in VimFont
2032 VimFont::VimFont(const VimFont &rhs): BFont(rhs) in VimFont() function in VimFont
2037 VimFont::~VimFont() in ~VimFont()
3912 VimFont *font = new VimFont(); in gui_mch_get_font()
3944 VimFont *vf = (VimFont *)font; in gui_mch_set_font()
3966 VimFont *f = (VimFont *)font; in gui_mch_free_font()
[all …]