Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dwidget.cpp856 …this->min_y = std::max(ScaleGUITrad(this->uz_min_y), this->uz_text_lines * GetCharacterHeight(this… in AdjustPaddingForZoom()
871 …this->min_y = std::max(ScaleGUITrad(this->uz_min_y), this->uz_text_lines * GetCharacterHeight(this… in SetMinimalSize()
894 this->uz_text_lines = min_lines; in SetMinimalTextLines()
897 …this->min_y = std::max(ScaleGUITrad(this->uz_min_y), this->uz_text_lines * GetCharacterHeight(this… in SetMinimalTextLines()
H A Dwidget_type.h272 uint8 uz_text_lines; ///< 'Unscaled' text lines, stored for resize calculation. variable