Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_at_fs.c120 static int SFcharWidth, SFcharAscent, SFcharHeight; variable
1078 SFcharAscent = -extents->max_logical_extent.y; in SFinitFont()
1082 SFcharAscent = SFfont->max_bounds.ascent; in SFinitFont()
1083 SFcharHeight = SFcharAscent + SFfont->max_bounds.descent; in SFinitFont()
1444 SFlineToTextV + SFaboveAndBelowText + SFcharAscent, in SFdrawList()
1453 SFlineToTextV + SFaboveAndBelowText + SFcharAscent, in SFdrawList()
2339 SFtextYoffset = SFlowerY + SFaboveAndBelowText + SFcharAscent; in SFcreateWidgets()