Home
last modified time | relevance | path

Searched refs:TITLE_COLOR (Results 1 – 15 of 15) sorted by relevance

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dinvent.c2697 TITLE_COLOR, ITEM_COLOR,
2718 TITLE_COLOR, ITEM_COLOR,
2739 TITLE_COLOR, ITEM_COLOR,
2760 TITLE_COLOR, ITEM_COLOR,
2780 TITLE_COLOR, ITEM_COLOR,
2801 TITLE_COLOR, ITEM_COLOR,
2821 TITLE_COLOR, ITEM_COLOR,
2842 TITLE_COLOR, ITEM_COLOR,
2862 TITLE_COLOR, ITEM_COLOR,
2882 TITLE_COLOR, ITEM_COLOR,
[all …]
H A Dplotware.c60 #define TITLE_COLOR 0x35 macro
113 {2, REF_STR_pwGroveStatus, TITLE_COLOR, REF_STR_pwNull, 0},
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/leanplum/messagetemplates/
H A DBaseMessageOptions.java57 setTitleColor(context.numberNamed(Args.TITLE_COLOR).intValue()); in BaseMessageOptions()
160 .withColor(Args.TITLE_COLOR, Color.BLACK) in toArgs()
H A DMessageTemplates.java48 static final String TITLE_COLOR = "Title.Color"; field in MessageTemplates.Args
/dports/games/wesnoth/wesnoth-1.14.17/src/font/
H A Dstandard_colors.hpp37 TITLE_COLOR,
H A Dstandard_colors.cpp29 TITLE_COLOR {186, 172, 125}, variable
/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DColor.h34 const Color TITLE_COLOR = 0xFFDD10; variable
H A DMenu.cpp982 Surface text(title, BIG_FONT, TITLE_COLOR, true); in setTitle()
/dports/sysutils/cpu-x/CPU-X-4.0.1/src/
H A Dtui_ncurses.h65 TITLE_COLOR, enumerator
H A Dtui_ncurses.c49 { TITLE_COLOR, COLOR_BLUE, COLOR_WHITE, A_BOLD },
463 mvwprintwc(win, TITLE_LINE, info.width / 2 - strlen(PRGNAME) / 2, TITLE_COLOR, PRGNAME); in main_win()
/dports/games/xbubble/xbubble-0.5.8/data/themes/
H A DREADME28 TITLE_COLOR 245 177 96
/dports/devel/bcunit/bcunit-d8d2f4b40209e06b400f893cce58e4c6ba73341d/BCUnit/Sources/Curses/
H A DCurses.c134 static const int TITLE_COLOR = 2; /**< Title color.*/ variable
293 init_pair(TITLE_COLOR, COLOR_WHITE, COLOR_BLACK); in initialize_windows()
389 wattrset(application_windows.pTitleWin, A_BOLD | COLOR_PAIR(TITLE_COLOR)); in refresh_title_window()
394 wattrset(application_windows.pTitleWin, A_BOLD | A_UNDERLINE | COLOR_PAIR(TITLE_COLOR)); in refresh_title_window()
/dports/devel/cunit/CUnit-2.1-3/CUnit/Sources/Curses/
H A DCurses.c134 static const int TITLE_COLOR = 2; /**< Title color.*/ variable
293 init_pair(TITLE_COLOR, COLOR_WHITE, COLOR_BLACK); in initialize_windows()
389 wattrset(application_windows.pTitleWin, A_BOLD | COLOR_PAIR(TITLE_COLOR)); in refresh_title_window()
394 wattrset(application_windows.pTitleWin, A_BOLD | A_UNDERLINE | COLOR_PAIR(TITLE_COLOR)); in refresh_title_window()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/multiplayer/
H A Dlobby.cpp457 ss << "<big>" << colorize(_("Era"), font::TITLE_COLOR) << "</big>\n" << game.era; in adjust_game_row_contents()
464 ss << "\n\n<big>" << colorize(_("Modifications"), font::TITLE_COLOR) << "</big>\n"; in adjust_game_row_contents()
485 ss << "\n<big>" << colorize(_("Settings"), font::TITLE_COLOR) << "</big>\n"; in adjust_game_row_contents()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dshow_dialog.cpp328 return font::draw_text(video, rect, font::SIZE_TITLE, font::TITLE_COLOR, in draw_title()