MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / HeaderHeight

Function HeaderHeight

Source/help.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122int HeaderHeight()
123{
124 return PaddingTop + LineHeight() + 2 * BlankLineHeight() + DividerLineMarginY();
125}
126
127int ContentPaddingY()
128{

Callers 3

ContentsTextHeightFunction · 0.70
DrawHelpSliderFunction · 0.70
DrawHelpFunction · 0.70

Calls 3

LineHeightFunction · 0.70
BlankLineHeightFunction · 0.70
DividerLineMarginYFunction · 0.70

Tested by

no test coverage detected