Searched refs:style_c (Results 1 – 10 of 10) sorted by relevance
/dports/games/edge/Edge-1.35-source/src/ |
H A D | hu_style.cc | 36 style_c::style_c(styledef_c *_def) : def(_def), bg_image(NULL) in style_c() function in style_c 42 style_c::~style_c() in ~style_c() 48 void style_c::Load() in Load() 68 void style_c::DrawBackground() in DrawBackground() 109 style_c *a = *(style_c**)obj; in CleanupObject() 119 style_c* style_container_c::Lookup(styledef_c *def) in Lookup() 125 style_c *st = ITERATOR_TO_TYPE(it, style_c*); in Lookup() 131 style_c *new_st = new style_c(def); in Lookup() 145 void HL_WriteText(style_c *style, int text_type, int x, int y, const char *str, float scale) in HL_WriteText()
|
H A D | hu_style.h | 26 class style_c 31 style_c(styledef_c *_def); 32 ~style_c(); 50 style_container_c() : epi::array_c(sizeof(style_c*)) {} in style_container_c() 58 int Insert(style_c *a) { return InsertObject((void*)&a); } in Insert() 59 style_c* operator[](int idx) { return *(style_c**)FetchObject(idx); } 62 style_c* Lookup(styledef_c *def); 69 void HL_WriteText(style_c *style, int text_type, int x, int y,
|
H A D | m_menu.cc | 125 static style_c *menu_def_style; 126 static style_c *main_menu_style; 127 static style_c *episode_style; 128 static style_c *skill_style; 129 static style_c *load_style; 130 static style_c *save_style; 131 static style_c *dialog_style; 132 static style_c *sound_vol_style; 217 style_c **style_var; 641 static void M_DrawSaveLoadCommon(int row, int row2, style_c *style) in M_DrawSaveLoadCommon() [all …]
|
H A D | m_option.cc | 155 static void M_ResOptDrawer(style_c *style, int topy, int bottomy, int dy, int centrex); 241 style_c **style_var; 265 static style_c *opt_def_style; 266 static style_c *keyboard_style; 267 static style_c *mouse_style; 268 static style_c *gameplay_style; 269 static style_c *video_style; 270 static style_c *setres_style; 805 style_c *style = curr_menu->style_var[0]; in M_OptDrawer() 953 static void M_ResOptDrawer(style_c *style, int topy, int bottomy, int dy, int centrex) in M_ResOptDrawer()
|
H A D | m_netgame.cc | 68 static style_c *ng_host_style; 69 static style_c *ng_join_style; 70 static style_c *ng_list_style; 230 static void DrawKeyword(int index, style_c *style, int y, in DrawKeyword() 894 style_c *ng_default; in M_NetGameInit()
|
H A D | hu_stuff.cc | 70 style_c *automap_style;
|
H A D | rad_trig.cc | 82 style_c *style; 89 rts_menu_c(s_show_menu_t *menu, rad_trigger_t *_trigger, style_c *_style) : in rts_menu_c()
|
H A D | f_interm.cc | 133 static style_c *wi_sp_style; 134 static style_c *wi_net_style;
|
H A D | con_con.cc | 58 static style_c *console_style;
|
H A D | am_map.cc | 191 extern style_c *automap_style; // FIXME: put in header
|