Home
last modified time | relevance | path

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

/dports/games/lincity/lincity-1.13.1/
H A Dpbar.c63 draw_pbar (Rect* b, char* graphic) in draw_pbar() function
74 draw_pbar (&scr.pbar_pop, pop_pbar_graphic); in draw_pbars()
75 draw_pbar (&scr.pbar_tech, tech_pbar_graphic); in draw_pbars()
76 draw_pbar (&scr.pbar_food, food_pbar_graphic); in draw_pbars()
77 draw_pbar (&scr.pbar_jobs, jobs_pbar_graphic); in draw_pbars()
78 draw_pbar (&scr.pbar_money, money_pbar_graphic); in draw_pbars()
79 draw_pbar (&scr.pbar_coal, coal_pbar_graphic); in draw_pbars()
80 draw_pbar (&scr.pbar_goods, goods_pbar_graphic); in draw_pbars()
81 draw_pbar (&scr.pbar_ore, ore_pbar_graphic); in draw_pbars()
82 draw_pbar (&scr.pbar_steel, steel_pbar_graphic); in draw_pbars()
H A Dpbar.h15 void draw_pbar (Rect* b, char* graphic);
H A Dscreen.c1833 draw_pbar (&scr.pbar_pop, pop_pbar_graphic); in print_population()
/dports/ftp/wmget/wmget/
H A Dserver.c163 static void draw_pbar (int trough_x, int trough_y, int value, int max) in draw_pbar() function
193 draw_pbar (PBAR_X, PBAR_Y[i], 0, 1); in draw_pbars()
201 draw_pbar (PBAR_X, PBAR_Y[i], 0, 1); in draw_pbars()
222 draw_pbar (PBAR_X, PBAR_Y[i], j->progress, j->prog_max); in draw_pbars()