Home
last modified time | relevance | path

Searched refs:get_text_height (Results 1 – 25 of 141) sorted by relevance

123456

/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/
H A Dplayer_status_hud.cpp80 …BORDER_Y + 1.0f + (Resources::fixed_font->get_text_height(coins_text) + 5) * static_cast<float>(pl… in draw()
87 …BORDER_Y + (Resources::fixed_font->get_text_height(coins_text) + 5.0f) * static_cast<float>(player… in draw()
106 … + (Resources::fixed_font->get_text_height(coins_text) + 5) in draw()
107 … + (Resources::fixed_font->get_text_height(ammo_text) + 5) in draw()
118 … + (Resources::fixed_font->get_text_height(coins_text) + 5.0f) in draw()
119 … + (Resources::fixed_font->get_text_height(ammo_text) + 5.0f) in draw()
138 … + (Resources::fixed_font->get_text_height(coins_text) + 5) in draw()
139 … + (Resources::fixed_font->get_text_height(ammo_text) + 5) in draw()
150 … + (Resources::fixed_font->get_text_height(coins_text) + 5.0f) in draw()
151 … + (Resources::fixed_font->get_text_height(ammo_text) + 5.0f) in draw()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dexultmenu.cc142 pagesize = 2 * ((gwin->get_win()->get_full_height() - 5 * fnt->get_text_height() - 15) / 45); in calc_win()
223 centerx, gwin->get_win()->get_end_y() - 5 * font->get_text_height()); in create_main_menu()
238 ypos = gwin->get_win()->get_end_y() - 3 * font->get_text_height(); in create_main_menu()
281 centerx, gwin->get_win()->get_end_y() - 5 * font->get_text_height()); in create_mods_menu()
289 ypos = gwin->get_win()->get_end_y() - 3 * font->get_text_height(); in create_mods_menu()
331 gwin->get_win()->get_end_y() - font->get_text_height() - 5, VERSION); in show_mods_menu()
448 gwin->get_win()->get_end_y() - font->get_text_height() - 5, VERSION); in run()
H A Dmenulist.cc73 int max_height = font->get_text_height(); in MenuTextEntry()
117 int max_height = font->get_text_height(); in MenuGameEntry()
179 int max_height = font->get_text_height(); in MenuTextChoice()
211 gwin->get_win()->fill8(0, max_choice_width, font->get_text_height(), x + 32, y); in paint()
H A Dtxtscroll.cc148 if (*ptr != '|') ypos += font->get_text_height() + vspace; in show_line()
168 ypos += font->get_text_height(); in show_line()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dfontvga.h64 int get_text_height(int fontnum) { in get_text_height() function
65 return fonts[fontnum].get_text_height(); in get_text_height()
H A Dfont.cc101 int height = get_text_height() + vert_lead + ver_lead; in paint_text_box()
328 int height = get_text_height() + vert_lead + ver_lead; in paint_text_box_fixedwidth()
526 int Font::get_text_height( in get_text_height() function in Font
563 int height = get_text_height() + vert_lead + ver_lead; in find_cursor()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gamemgr/
H A Dbggame.cc898 int txt_height = font->get_text_height(); in scene_guardian()
1627 int height = topy + 200 - endfont2->get_text_height() * 2; in end_game()
1685 height = (gwin->get_height() - normal->get_text_height()) / 2; in end_game()
1749 int starty = (gwin->get_height() - endfont3->get_text_height() * 8) / 2; in end_game()
1757 …endfont3->center_text(ibuf, centerx, starty + endfont3->get_text_height()*m, get_text_msg(txt_scre… in end_game()
1789 starty = (gwin->get_height() - normal->get_text_height() * 11) / 2.5; in end_game()
1793 …buf, centerx - normal->get_text_width(message) / 2, starty + normal->get_text_height()*i, message); in end_game()
1817 starty = (gwin->get_height() - normal->get_text_height() * 9) / 2; in end_game()
1845 starty = (gwin->get_height() - normal->get_text_height() * 8) / 2; in end_game()
1873 starty = (gwin->get_height() - normal->get_text_height() * 5) / 2; in end_game()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/
H A Dfont.hpp51 virtual float get_text_height(const std::string& text) const = 0;
H A Dttf_font.hpp45 virtual float get_text_height(const std::string& text) const override;
H A Dbitmap_font.hpp63 virtual float get_text_height(const std::string& text) const override;
/dports/games/fishsupper/fishsupper-0.1.6/src/
H A DGfx_engine.h78 int get_text_height(int id) const;
H A DGfx_engine.cpp112 int Mafferyew::Gfx_engine::get_text_height(int id) const in get_text_height() function in Mafferyew::Gfx_engine
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DText_gump.cc66 int textheight = sman->get_text_height(font) + vlead; in paint_page()
H A DSign_gump.cc126 int lheight = sman->get_text_height(font); in paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Ddlgname.cxx86 m_xEdtDescription->set_size_request(-1, m_xEdtDescription->get_text_height() * 5); in SvxObjectTitleDescDialog()
H A Dmultipat.cxx195 m_xRadioLB->get_text_height() * 10); in SvxMultiPathDialog()
219 m_xPathLB->get_text_height() * 10); in SvxPathSelectDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dbui/
H A Ddbtablepreviewdialog.cxx41 m_xBeamerWIN->get_text_height() * 18); in SwDBTablePreviewDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Ddlgname.cxx96 m_xEdtDescription->set_size_request(-1, m_xEdtDescription->get_text_height() * 5); in SvxObjectTitleDescDialog()
H A Dmultipat.cxx195 m_xRadioLB->get_text_height() * 10); in SvxMultiPathDialog()
213 m_xPathLB->get_text_height() * 10); in SvxPathSelectDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Ddbtablepreviewdialog.cxx67 m_xBeamerWIN->get_text_height() * 18); in SwDBTablePreviewDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A DRemoteDialogClientBox.cxx69 m_xScroll->get_text_height() * 16); in ClientBox()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A DRemoteDialogClientBox.cxx69 m_xScroll->get_text_height() * 16); in ClientBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Ddialog.hxx273 pDrawingArea->get_text_height() * 9); in SetDrawingArea()
307 pDrawingArea->get_text_height() * 9); in SetDrawingArea()
378 pDrawingArea->get_text_height() * 3); in SetDrawingArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Ddialog.hxx273 pDrawingArea->get_text_height() * 9); in SetDrawingArea()
307 pDrawingArea->get_text_height() * 9); in SetDrawingArea()
378 pDrawingArea->get_text_height() * 3); in SetDrawingArea()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dtext_object.cpp142 float height = m_font->get_text_height(m_wrapped_text) + 20.0f; in draw()

123456