Home
last modified time | relevance | path

Searched refs:draw_ortho_ingame_string (Results 1 – 6 of 6) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dactors.c550 draw_ortho_ingame_string(x, y, 0, str, 1, NAME_FONT, font_scale*.14, font_scale*.14); in draw_actor_banner()
557draw_ortho_ingame_string(hx - 0.5f * (float)get_string_width_zoom(str, NAME_FONT, font_scale2*0.17… in draw_actor_banner()
567 draw_ortho_ingame_string(-0.1f, 0.5*healthbar_z, 0.0f, str, 1, NAME_FONT, in draw_actor_banner()
615 draw_ortho_ingame_string(hx - banner_width, name_bot_y, hz, in draw_actor_banner()
666 draw_ortho_ingame_string(hx - disp + hp_off, health_bot_y, in draw_actor_banner()
672 draw_ortho_ingame_string(hx - disp + eth_off, ether_bot_y, in draw_actor_banner()
955 draw_ortho_ingame_string(x - 0.5f * text_width, y_bottom + margin + text_height - line_height, z, in draw_actor_overtext()
H A Dfont.h844 void draw_ortho_ingame_string(const unsigned char* text, size_t len,
1580 void draw_ortho_ingame_string(Category cat, const unsigned char* text, size_t len, in draw_ortho_ingame_string() function
1583 get(cat, zoom_y).draw_ortho_ingame_string(text, len, x, y, z, max_lines, in draw_ortho_ingame_string()
2472 void draw_ortho_ingame_string(float x, float y, float z, const unsigned char *text, int max_lines,
H A Dmap.c768 draw_ortho_ingame_string(hx-banner_width, hy, hz, (unsigned char*)marks[i].text, in display_map_markers()
H A Dfont.cpp1330 void Font::draw_ortho_ingame_string(const unsigned char* text, size_t len, in draw_ortho_ingame_string() function in eternal_lands::Font
2234 void draw_ortho_ingame_string(float x, float y, float z, const unsigned char *text, int max_lines, in draw_ortho_ingame_string() function
2237 FontManager::get_instance().draw_ortho_ingame_string(cat, text, in draw_ortho_ingame_string()
H A Dcal.c527 draw_ortho_ingame_string(px, py, pz, buf, 1, UI_FONT, font_size_x, font_size_y); in cal_render_bones()
H A Dstats.c1146 draw_ortho_ingame_string(x, y, 0, (unsigned char*)message->message, 1, in draw_floatingmessage()