Home
last modified time | relevance | path

Searched refs:YELLOW_COLOR (Results 1 – 25 of 25) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/font/
H A Dstandard_colors.hpp33 YELLOW_COLOR,
H A Dstandard_colors.cpp26 YELLOW_COLOR {255, 255, 0 }, variable
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/ffffltk/
H A Dffffltk_display.h177 YELLOW_COLOR, enumerator
211 case YELLOW_COLOR: in copy_label()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/tools/
H A Dndb_top.cpp59 #define YELLOW_COLOR 4 macro
575 init_pair(YELLOW_COLOR, COLOR_YELLOW, -1); in main()
814 attron(COLOR_PAIR(YELLOW_COLOR)); in main()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dfloating_textbox.cpp71 flabel.set_color(font::YELLOW_COLOR); in update_location()
H A Dgame_display.cpp478 draw_text_in_hex(loc, LAYER_MOVE_INFO, num, 16, font::YELLOW_COLOR); in draw_movement_info()
H A Dreports.cpp711 return font::YELLOW_COLOR; in attack_info_percent_color()
H A Ddisplay.cpp1625 flabel.set_color(font::YELLOW_COLOR); in set_diagnostic()
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/lushlife/
H A Dlushlife_ui.fl137 message->copy_label("Channel 3 Active", RGBAsciiDisplay::YELLOW_COLOR);
145 message->copy_label("Channel 3 Off", RGBAsciiDisplay::YELLOW_COLOR);
758 message->copy_label(s, RGBAsciiDisplay::YELLOW_COLOR);}
902 message->copy_label(s, RGBAsciiDisplay::YELLOW_COLOR);}
1045 message->copy_label(s, RGBAsciiDisplay::YELLOW_COLOR);}
1174 message->copy_label(s, RGBAsciiDisplay::YELLOW_COLOR);}
1185 message->copy_label(s, RGBAsciiDisplay::YELLOW_COLOR);}
1197 message->copy_label(s, RGBAsciiDisplay::YELLOW_COLOR);}
/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-logger.c418 #define YELLOW_COLOR "\033[01;33m" macro
442 color = YELLOW_COLOR RED_BACK_COLOR; in log_message_colorize_console()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Daddon_list.cpp81 colorname = font::YELLOW_COLOR; in colorize_addon_state_string()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dpicture.h221 extern Uint1 YELLOW_COLOR [3];
H A Dpicture.c130 Uint1 YELLOW_COLOR [3] = {255, 255, 0}; variable
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dcnsgnv.c1026 shift, strand, YELLOW_COLOR, 5); in ConsignProc()
1059 YELLOW_COLOR, SOLID_LINE, SOLID_SHADING, 5, in ConsignProc()
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dgist.h875 #define YELLOW_COLOR (246UL) macro
H A Dcgm.c719 if (color<YELLOW_COLOR) color= FG_COLOR; in SetupColor()
/dports/games/scourge/scourge/src/common/
H A Dconstants.h602 YELLOW_COLOR, enumerator
/dports/games/wesnoth/wesnoth-1.14.17/src/help/
H A Dhelp_text_area.cpp337 color = font::YELLOW_COLOR; in add_text_item()
H A Dhelp_impl.cpp1324 return font::YELLOW_COLOR; in string_to_color()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/multiplayer/
H A Dlobby.cpp421 color_string = (game.reloaded || game.started) ? font::YELLOW_COLOR : font::GOOD_COLOR; in make_game_row_data()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dglbpic.c1688 AddAttribute(seg, COLOR_ATT|SHADING_ATT|MODE_ATT, YELLOW_COLOR, 0, DARK_SHADING, 0, COPY_MODE); in add_alignment_to_global()
1903 return YELLOW_COLOR; in MapLodScoreColor()
2801 AddAttribute(pic, COLOR_ATT, YELLOW_COLOR, 0, 0, 0, 0); in Draw_Global()
H A Ddrawseq.c217 AddAttribute (seg, COLOR_ATT, YELLOW_COLOR, 0, 0, 0, 0); in AddBoxWithAlign()
2438 return YELLOW_COLOR; in GetLodScoreBitColor()
3848 AddAttribute (seg, COLOR_ATT, YELLOW_COLOR, NO_LINE_STYLE, NO_SHADING, 1, NO_MODE); in draw_unknown_folder()
H A Ddotvibrant.c2149 AddAttribute(sbSeg, COLOR_ATT, YELLOW_COLOR,0,0,0,0); in DOT_Highlight()
H A Dingenwin.c2605 AddAttribute(pict, COLOR_ATT|STYLE_ATT, (grayClr?grayClr:YELLOW_COLOR), SOLID_LINE, 0, 0, 0); in Ing_DoMoveCursor()
/dports/audio/snd/snd-21.2/
H A Dsnd-motif.c29912 #define YELLOW_COLOR "yellow" macro
30549 ss->yellow = get_color(shell, YELLOW_COLOR, NULL, NULL, true); in snd_doit()