Home
last modified time | relevance | path

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

/dports/games/xbubble/xbubble-0.5.8/src/
H A Dscreens.c116 int stats_x[3]; in screen_2p() local
162 stats_x[0] = ( win_width - width[0] - width[2] )/2; in screen_2p()
163 stats_x[1] = ( win_width + width[1] + width[2] )/2; in screen_2p()
164 stats_x[2] = win_width/2; in screen_2p()
171 stats_box[i] = create_column( stats_x[i], stats_y, 4, pstats[i], menu_font, in screen_2p()
/dports/games/fargoal/fargoal/src/
H A Dgame.c690 int stats_x = 10; in game_render() local
739 textprintf (page, font, stats_x, stats_y, layout_color (LC_STATS), in game_render()
741 textprintf (page, font, stats_x, stats_y + 22, layout_color (LC_STATS), in game_render()
743 textprintf (page, font, stats_x, stats_y + 44, layout_color (LC_STATS), in game_render()
/dports/games/ltris/ltris-1.2.1/src/
H A Dbowl.h115 int stats_x, stats_y, stats_w, stats_h; member
H A Dbowl.c1074 bowl->stats_x = 30; in bowl_create()
1167 DEST(sdl.screen, bowl->stats_x, bowl->stats_y, bowl->stats_w, bowl->stats_h); in bowl_hide()
1168 SOURCE(offscreen, bowl->stats_x, bowl->stats_y); in bowl_hide()
1170 add_refresh_rect(bowl->stats_x, bowl->stats_y, bowl->stats_w, bowl->stats_h); in bowl_hide()
1585 draw_3dframe(bkgnd, bowl->stats_x, bowl->stats_y, bowl->stats_w, bowl->stats_h, 4); in bowl_draw_frames()
1718 int x = bowl->stats_x + 5, y = bowl->stats_y + 10; in bowl_draw_stats()