Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dgfx_func.h115 int GetStringLineCount(StringID str, int maxw);
H A Dgfx.cpp738 int GetStringLineCount(StringID str, int maxw) in GetStringLineCount() function
H A Dsettings_gui.cpp1998 new_warn_lines = GetStringLineCount(warn_str, panel->current_x); in OnPaint()
/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_chat_gui.cpp228 …string_height += GetStringLineCount(STR_JUST_RAW_STRING, width - 1) * FONT_HEIGHT_NORMAL + NETWORK… in NetworkDrawChatMessage()