Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DGameBottomToolbar.cpp113 uint32_t line_height = font_get_line_height(FontSpriteBase::MEDIUM); in window_game_bottom_toolbar_open()
226 uint32_t line_height = font_get_line_height(FontSpriteBase::MEDIUM); in window_game_bottom_toolbar_invalidate()
402 uint32_t line_height = font_get_line_height(FontSpriteBase::MEDIUM); in window_game_bottom_toolbar_draw_left_panel()
519 uint32_t line_height = font_get_line_height(FontSpriteBase::MEDIUM); in window_game_bottom_toolbar_draw_right_panel()
668 uint32_t line_height = font_get_line_height(FontSpriteBase::MEDIUM); in window_game_bottom_toolbar_draw_middle_panel()
H A DChangelog.cpp192 const int32_t lineHeight = font_get_line_height(FontSpriteBase::MEDIUM); in OnScrollDraw()
209 … static_cast<int32_t>(_changelogLines.size()) * font_get_line_height(FontSpriteBase::MEDIUM)); in OnScrollGetSize()
H A DNews.cpp50 return 4 * font_get_line_height(FontSpriteBase::SMALL) + 2; in CalculateItemHeight()
174 int32_t lineHeight = font_get_line_height(FontSpriteBase::SMALL); in OnScrollDraw()
H A DAbout.cpp218 …auto centreY = (versionPlaceholder.top + versionPlaceholder.bottom - font_get_line_height(FontSpri… in window_about_openrct2_paint()
267 int32_t lineHeight = font_get_line_height(FontSpriteBase::MEDIUM); in window_about_rct2_paint()
H A DError.cpp93 height = (numLines + 1) * font_get_line_height(FontSpriteBase::MEDIUM) + 4; in window_error_open()
H A DScenarioSelect.cpp299 int32_t lineHeight = font_get_line_height(FontSpriteBase::MEDIUM); in get_scenario_list_item_size()
302 lineHeight += font_get_line_height(FontSpriteBase::SMALL); in get_scenario_list_item_size()
572 int32_t scenarioTitleHeight = font_get_line_height(FontSpriteBase::MEDIUM); in window_scenarioselect_scrollpaint()
H A DTooltip.cpp77 int32_t height = ((_tooltipNumLines + 1) * font_get_line_height(FontSpriteBase::SMALL)) + 4; in window_tooltip_show()
H A DMultiplayer.cpp349 int32_t lineHeight = font_get_line_height(FontSpriteBase::MEDIUM); in window_multiplayer_information_get_size()
H A DOptions.cpp2317 int32_t lineHeight = font_get_line_height(FontSpriteBase::MEDIUM); in AdvancedDraw()
H A DGuest.cpp1295 if (font_get_line_height(FontSpriteBase::MEDIUM) > 10) in window_guest_stats_bars_paint()
H A DRide.cpp2989 int32_t lineHeight = font_get_line_height(FontSpriteBase::MEDIUM); in window_ride_vehicle_paint()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DFont.h65 int32_t font_get_line_height(FontSpriteBase fontSpriteBase);
H A DText.cpp38 LineHeight = font_get_line_height(paint.SpriteBase); in StaticLayout()
H A DFont.cpp362 int32_t font_get_line_height(FontSpriteBase fontSpriteBase) in font_get_line_height() function
376 return font_get_line_height(fontSpriteBase) / 2; in font_get_line_height_small()
H A DDrawing.String.cpp356 screenCoords.y += font_get_line_height(fontSpriteBase); in draw_string_centred_raw()
442 lineHeight = font_get_line_height(FontSpriteBase::SMALL); in DrawNewsTicker()
719 info->y += font_get_line_height(info->font_sprite_base); in ttf_process_format_code()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DChat.cpp280 auto lineHeight = font_get_line_height(FontSpriteBase::MEDIUM); in chat_history_draw_string()
307 int32_t lineHeight = font_get_line_height(FontSpriteBase::MEDIUM); in chat_string_wrapped_get_height()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/interface/
H A DInGameConsole.cpp36 return font_get_line_height(InGameConsoleGetFontSpriteBase()); in InGameConsoleGetLineHeight()