Home
last modified time | relevance | path

Searched refs:text_draw_money (Results 1 – 22 of 22) sorted by relevance

/dports/games/julius/julius-1.7.0/src/window/
H A Dgift_to_emperor.c62 text_draw_money(gift->cost, 224 + width, 218, font); in draw_foreground()
71 text_draw_money(gift->cost, 224 + width, 238, font); in draw_foreground()
78 text_draw_money(gift->cost, 224 + width, 258, font); in draw_foreground()
H A Dset_salary.c66 text_draw_money(city_emperor_salary_for_rank(rank), 176 + width, 90 + 20 * rank, font); in draw_foreground()
H A Dbuild_menu.c202text_draw_money(cost, x_offset - 82, data.y_offset + MENU_Y_OFFSET + 4 + MENU_ITEM_HEIGHT * i, in draw_menu_buttons()
H A Dmessage_dialog.c204text_draw_money(player_message.param1, data.x + 100, data.y_text + 44, FONT_NORMAL_WHITE); in draw_city_message_text()
/dports/games/augustus/augustus-3.1.0/src/window/
H A Dgift_to_emperor.c62 text_draw_money(gift->cost, 224 + width, 218, font); in draw_foreground()
71 text_draw_money(gift->cost, 224 + width, 238, font); in draw_foreground()
78 text_draw_money(gift->cost, 224 + width, 258, font); in draw_foreground()
H A Dset_salary.c68 text_draw_money(city_emperor_salary_for_rank(rank), 176 + width, 90 + 20 * rank, font); in draw_foreground()
H A Dhold_games.c85 …width += text_draw_money(city_games_money_cost(selected_game_id), 120 + width, 300, FONT_NORMAL_BL… in draw_background()
H A Dbuild_menu.c214text_draw_money(cost, x_offset - 82, data.y_offset + MENU_Y_OFFSET + 4 + MENU_ITEM_HEIGHT * i, in draw_menu_buttons()
H A Dmessage_dialog.c220text_draw_money(player_message.param1, data.x + 100, data.y_text + 44, FONT_NORMAL_WHITE); in draw_city_message_text()
/dports/games/julius/julius-1.7.0/src/window/advisor/
H A Dchief.c59 text_draw_money(treasury - balance_last_year, X_OFFSET + width, 86, FONT_NORMAL_GREEN); in draw_background()
62 text_draw_money(balance_last_year - treasury, X_OFFSET + width, 86, FONT_NORMAL_RED); in draw_background()
H A Dlabor.c70 text_draw_money(city_finance_estimated_wages(), 64 + width, 390, FONT_NORMAL_BLACK); in draw_background()
H A Dimperial.c175 text_draw_money(city_emperor_personal_savings(), 80 + width, 372, FONT_NORMAL_WHITE); in draw_foreground()
/dports/games/augustus/augustus-3.1.0/src/window/advisor/
H A Dchief.c64 text_draw_money(treasury - balance_last_year, X_OFFSET + width, 86, FONT_NORMAL_GREEN); in draw_background()
67 text_draw_money(balance_last_year - treasury, X_OFFSET + width, 86, FONT_NORMAL_RED); in draw_background()
H A Dlabor.c70 text_draw_money(city_finance_estimated_wages(), 64 + width, 390, FONT_NORMAL_BLACK); in draw_background()
H A Dimperial.c151 text_draw_money(city_emperor_personal_savings(), 80 + width, 372, FONT_NORMAL_WHITE); in draw_foreground()
H A Dpopulation.c270 text_draw_money(avg_tax_per_house, 75 + width, 378, FONT_NORMAL_WHITE); in print_society_info()
/dports/games/julius/julius-1.7.0/src/graphics/
H A Dtext.h26 int text_draw_money(int value, int x_offset, int y_offset, font_t font);
H A Dtext.c330 int text_draw_money(int value, int x_offset, int y_offset, font_t font) in text_draw_money() function
/dports/games/augustus/augustus-3.1.0/src/window/building/
H A Dcommon.c91 int width = text_draw_money(abs(amount), x_offset + 320, y_offset + 10, FONT_NORMAL_BROWN); in window_building_draw_levy()
103 …int width = text_draw_money(b->tourism_income_this_year, x_offset + 0, y_offset + 10, FONT_NORMAL_… in window_building_draw_tourism()
H A Dfigures.c454text_draw_money(f->tourist.tourist_money_spent, c->x_offset + 92 + width, c->y_offset + 180, FONT_… in draw_normal_figure()
/dports/games/augustus/augustus-3.1.0/src/graphics/
H A Dtext.h24 int text_draw_money(int value, int x_offset, int y_offset, font_t font);
H A Dtext.c387 int text_draw_money(int value, int x_offset, int y_offset, font_t font) in text_draw_money() function