Home
last modified time | relevance | path

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

12345678

/dports/math/bitwise/bitwise-0.43/src/
H A Dmain.c43 color_blue, (int64_t)val); in print_conversions()
47 color_blue, (int32_t)val); in print_conversions()
51 color_blue, (int16_t)val); in print_conversions()
55 color_blue, (int8_t)val); in print_conversions()
61 printf("%sHexadecimal: %s0x%" PRIx64 "\n", color_green, color_blue, val); in print_conversions()
62 printf("%sOctal: %s0%" PRIo64 "\n", color_green, color_blue, val); in print_conversions()
64 printf("%sHuman: %s%s\n", color_green, color_blue, buf_size); in print_conversions()
67 printf("%sRadix64: %s%s\n", color_green, color_blue, l64a(val)); in print_conversions()
78 printf("%sASCII: %s", color_green, color_blue); in print_conversions()
82 printf("%s%c", color_blue, c); in print_conversions()
[all …]
H A Dmisc.c40 char *color_blue = NOTHING; variable
51 color_blue = BLUE; in init_colors()
59 color_blue = NOTHING; in init_colors()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/title/
H A Den.independence_day4 <color_blue> _________ __ .__ __ __ .__
5 <color_blue> \_ ___ \ ____ ____ _______/ |_|__|/ |_ __ ___/ |_|__| ____ ____
6 <color_blue> / \ \/ / _ \ / \ / ___/\ __\ \ __\ | \ __\ |/ _ \ / \
7 <color_blue> \ \___( <_> ) | \\___ \ | | | || | | | /| | | ( <_> ) | \
8 <color_blue> \______ /\____/|___| /____ > |__| |__||__| |____/ |__| |__|\____/|___| /
9 <color_blue> \/ \/ \/ \/
18 <color_light_gray> |<color_blue>:<color_white>:<color_blue>:<color_white>:<color_red>====<color_li…
19 <color_light_gray> |<color_white>:<color_blue>:<color_white>:<color_blue>:<color_white>====<color_…
H A Den.easter11 …light_cyan> \<color_light_red>.-.<color_light_cyan>')<color_white> .'<color_blue>_ _<color_white>…
12 …_light_cyan>/ <color_light_red>`-'<color_light_cyan> \<color_white> / <color_blue>( ` )<color_whit…
13 …or_white> \| | <color_light_cyan>`-'`"`<color_white>. <color_blue>(_ <color_yellow>o<color_blue> …
14 … )_<color_white>\ || <color_magenta>_( )_<color_white>\ | .---. | <color_blue>(_,_)<color_whit…
H A Den.new_year15 <color_green> /\<color_yellow>O<color_green>\<color_blue>*<color_green>\<color_brown> \/ …
18 <color_green> /\<color_blue>*<color_green>\/\<color_light_green>*<color_green>\/\/\<color_red> …
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/title/
H A Den.independence_day4 <color_blue> _________ __ .__ __ __ .__
5 <color_blue> \_ ___ \ ____ ____ _______/ |_|__|/ |_ __ ___/ |_|__| ____ ____
6 <color_blue> / \ \/ / _ \ / \ / ___/\ __\ \ __\ | \ __\ |/ _ \ / \
7 <color_blue> \ \___( <_> ) | \\___ \ | | | || | | | /| | | ( <_> ) | \
8 <color_blue> \______ /\____/|___| /____ > |__| |__||__| |____/ |__| |__|\____/|___| /
9 <color_blue> \/ \/ \/ \/
18 <color_light_gray> |<color_blue>:<color_white>:<color_blue>:<color_white>:<color_red>====<color_li…
19 <color_light_gray> |<color_white>:<color_blue>:<color_white>:<color_blue>:<color_white>====<color_…
H A Den.easter11 …light_cyan> \<color_light_red>.-.<color_light_cyan>')<color_white> .'<color_blue>_ _<color_white>…
12 …_light_cyan>/ <color_light_red>`-'<color_light_cyan> \<color_white> / <color_blue>( ` )<color_whit…
13 …or_white> \| | <color_light_cyan>`-'`"`<color_white>. <color_blue>(_ <color_yellow>o<color_blue> …
14 … )_<color_white>\ || <color_magenta>_( )_<color_white>\ | .---. | <color_blue>(_,_)<color_whit…
H A Den.new_year15 <color_green> /\<color_yellow>O<color_green>\<color_blue>*<color_green>\<color_brown> \/ …
18 <color_green> /\<color_blue>*<color_green>\/\<color_light_green>*<color_green>\/\/\<color_red> …
/dports/games/atris/atris-1.0.7/
H A Ddisplay.h15 SDL_Color color_blue; variable
42 #define color_network_menu color_blue
43 #define color_who_are_you color_blue
44 #define color_ai_menu color_blue
45 #define color_keys_explain color_blue
H A Ddisplay.c93 color_blue.b = 0xFF; color_blue.r = color_blue.g = color_blue.unused = 0; in setup_colors()
195 draw_string(s, color_blue, in give_notice()
419 draw_string(buf, color_blue, layout.grid_border[i].x + in draw_background()
423 draw_string(name[i], color_blue, in draw_background()
437 draw_string(buf, color_blue, layout.grid_border[i].x, in draw_background()
454 draw_string("Time Left", color_blue, in draw_background()
462 int text_h = draw_string("Time Left", color_blue, in draw_background()
546 int text_h = draw_string("Next Piece", color_blue, in draw_background()
564 int text_h = draw_string("Next Piece", color_blue, in draw_background()
617 draw_string("* Paused *", color_blue, in draw_pause()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_shader_subroutine/execution/
H A Dsimple-subroutine-dlist.shader_test32 vec4 color_blue()
48 subuniform GL_FRAGMENT_SHADER GetColor color_blue
64 subuniform GL_FRAGMENT_SHADER GetColor color_blue
84 subuniform GL_FRAGMENT_SHADER GetColor color_blue
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/ftrace/
H A Dftracetest212 color_blue=
218 color_blue="\033[34m"
293 prlog " [${color_blue}UNRESOLVED${color_reset}]"
298 prlog " [${color_blue}UNTESTED${color_reset}]"
303 prlog " [${color_blue}UNSUPPORTED${color_reset}]"
313 prlog " [${color_blue}UNDEFINED${color_reset}]"
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/ftrace/
H A Dftracetest212 color_blue=
218 color_blue="\033[34m"
293 prlog " [${color_blue}UNRESOLVED${color_reset}]"
298 prlog " [${color_blue}UNTESTED${color_reset}]"
303 prlog " [${color_blue}UNSUPPORTED${color_reset}]"
313 prlog " [${color_blue}UNDEFINED${color_reset}]"
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/ftrace/
H A Dftracetest212 color_blue=
218 color_blue="\033[34m"
293 prlog " [${color_blue}UNRESOLVED${color_reset}]"
298 prlog " [${color_blue}UNTESTED${color_reset}]"
303 prlog " [${color_blue}UNSUPPORTED${color_reset}]"
313 prlog " [${color_blue}UNDEFINED${color_reset}]"
/dports/graphics/gnome-color-manager/gnome-color-manager-3.36.0/src/
H A Dgcm-gamma-widget.c25 gdouble color_blue; member
62 g_value_set_double (value, gama->priv->color_blue); in dkp_gamma_get_property()
89 gama->priv->color_blue = g_value_get_double (value); in dkp_gamma_set_property()
152 gama->priv->color_blue = 0.5f; in gcm_gamma_widget_init()
215 cairo_set_source_rgb (cr, gama->priv->color_red, gama->priv->color_green, gama->priv->color_blue); in gcm_gamma_widget_draw_box()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/file_tools/
H A Dcairo-effects.h47 guchar color_blue,
53 guchar color_blue,
H A Dcairo-effects.c328 guchar color_blue, in cairo_image_surface_colorize() argument
377 blue = lightness + color_blue * midtone_distance[lightness]; in cairo_image_surface_colorize()
399 guchar color_blue, in cairo_image_surface_add_color() argument
437 p_source[CAIRO_BLUE] = GIMP_OP_NORMAL (color_blue, image_blue, alpha); in cairo_image_surface_add_color()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/glx/
H A Dglx-fbconfig-compliance.c46 int color_red, color_green, color_blue; in config_is_sufficient() local
58 GetFBConfigAttrib(dpy, config, GLX_BLUE_SIZE, &color_blue); in config_is_sufficient()
86 if ((color_red + color_green + color_blue) < 1) { in config_is_sufficient()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dmps_trace.c39 #define color_blue "\x1B[1;34m" macro
51 color_blue,
/dports/net/tcpflow/tcpflow-1.5.0/src/netviz/
H A Done_page_report.cpp51 const plot_view::rgb_t one_page_report::color_blue(0.02, 0.00, 1.00); member in one_page_report
71 port_colormap[PORT_HTTP] = color_blue; in one_page_report()
72 port_colormap[PORT_HTTP_ALT_0] = color_blue; in one_page_report()
73 port_colormap[PORT_HTTP_ALT_1] = color_blue; in one_page_report()
74 port_colormap[PORT_HTTP_ALT_2] = color_blue; in one_page_report()
75 port_colormap[PORT_HTTP_ALT_3] = color_blue; in one_page_report()
76 port_colormap[PORT_HTTP_ALT_4] = color_blue; in one_page_report()
77 port_colormap[PORT_HTTP_ALT_5] = color_blue; in one_page_report()
204 color_labels.push_back(legend_view::entry_t(color_blue, "HTTP", PORT_HTTP)); in render()
/dports/graphics/goom/goom2k4-0/sdl-goom/
H A Dgtk-callbacks.c23 static GdkColor color_blue; variable
56 gtk_text_insert (editable, 0, &color_blue, 0, txt+next_add, i-next_add+2); in highlight_buffer()
376 color_blue.red = 0; in gtk_data_init()
377 color_blue.blue = 0xffff; in gtk_data_init()
378 color_blue.green = 0; in gtk_data_init()
382 if ((!gdk_color_alloc(cmap, &color_blue))||(!gdk_color_alloc(cmap, &color_red))) { in gtk_data_init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DIME.java331 rgba.blue = (attrColor.color_blue & 0xFFFF) / (float)0xFFFF; in gtk_preedit_changed()
343 rgba.blue = (attrColor.color_blue & 0xFFFF) / (float)0xFFFF; in gtk_preedit_changed()
368 rgba.blue = (attrColor.color_blue & 0xFFFF) / (float)0xFFFF; in gtk_preedit_changed()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DIME.java344 rgba.blue = (attrColor.color_blue & 0xFFFF) / (float)0xFFFF; in gtk_preedit_changed()
356 rgba.blue = (attrColor.color_blue & 0xFFFF) / (float)0xFFFF; in gtk_preedit_changed()
381 rgba.blue = (attrColor.color_blue & 0xFFFF) / (float)0xFFFF; in gtk_preedit_changed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/
H A DPangoAttrColor.java24 public short color_blue; field in PangoAttrColor
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/gtk/
H A DPangoAttrColor.java24 public short color_blue; field in PangoAttrColor

12345678