Home
last modified time | relevance | path

Searched refs:w_styled_text (Results 1 – 3 of 3) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/Network/Metaserver/
H A DSdlMetaserverClientUi.cpp183 table->dual_add(new w_styled_text(player->name().c_str()), info_dialog); in InfoClicked()
203 table->dual_add(new w_styled_text(game->name().c_str()), info_dialog); in InfoClicked()
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dsdl_widgets.h216 class w_styled_text : public w_static_text {
218 w_styled_text(const char *text, int theme_type = MESSAGE_WIDGET);
H A Dsdl_widgets.cpp212 w_styled_text::w_styled_text(const char *t, int _theme_type) : w_static_text(t, _theme_type), text_… in w_styled_text() function in w_styled_text
217 void w_styled_text::set_text(const char* t) in set_text()
224 void w_styled_text::draw(SDL_Surface *s) const in draw()