Searched refs:VimFont (Results 1 – 1 of 1) sorted by relevance
373 VimFont(const VimFont *rhs);375 VimFont(const VimFont &rhs);2017 VimFont::VimFont(): BFont() in VimFont() function in VimFont2022 VimFont::VimFont(const VimFont *rhs): BFont(rhs) in VimFont() function in VimFont2027 VimFont::VimFont(const BFont *rhs): BFont(rhs) in VimFont() function in VimFont2032 VimFont::VimFont(const VimFont &rhs): BFont(rhs) in VimFont() function in VimFont2037 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 …]