Home
last modified time | relevance | path

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

123

/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dflipscreen3d.c97 GLfloat show_colors[4]; member
155 c->show_colors[3] -= 0.02; in showscreen()
156 if (c->show_colors[3] < 0) { in showscreen()
160 } else if (c->show_colors[3] < 0) { in showscreen()
161 c->show_colors[0] = c->show_colors[1] = in showscreen()
162 c->show_colors[2] = c->show_colors[3] = 1; in showscreen()
198 glColor4f(c->show_colors[0], c->show_colors[1], in showscreen()
199 c->show_colors[2], c->show_colors[3]); in showscreen()
462 c->show_colors[0] = c->show_colors[1] = in init_screenflip()
463 c->show_colors[2] = c->show_colors[3] = 1; in init_screenflip()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dbatman.c91 static UINT8 show_colors; variable
351 if (show_colors == 2) in batman_vh_screenrefresh()
360 if (show_colors != 1) in batman_vh_screenrefresh()
568 if (show_colors == 1 || show_colors == -1) in pf_render_callback()
571 if (show_colors == 1) in pf_render_callback()
618 if (show_colors == 2 || show_colors == -2) in pf2_render_callback()
621 if (show_colors == 2) in pf2_render_callback()
811 else if (show_colors) in mo_render_callback()
840 if (show_colors) in mo_render_callback()
868 if (new_show_colors != show_colors) in debug()
[all …]
H A Dthunderj.c93 static UINT8 show_colors; variable
362 if (show_colors == 2) in thunderj_vh_screenrefresh()
371 if (show_colors != 1) in thunderj_vh_screenrefresh()
588 if (show_colors == 1 || show_colors == -1) in pf_render_callback()
591 if (show_colors == 1) in pf_render_callback()
640 if (show_colors == 2 || show_colors == -2) in pf2_render_callback()
643 if (show_colors == 2) in pf2_render_callback()
875 else if (show_colors) in mo_render_callback()
914 if (show_colors) in mo_render_callback()
946 if (new_show_colors != show_colors) in debug()
[all …]
H A Drelief.c89 static int show_colors; variable
309 if (show_colors == 2) in relief_vh_screenrefresh()
318 if (show_colors != 1) in relief_vh_screenrefresh()
476 if (show_colors == 1) in pf_render_callback()
521 if (show_colors == 2) in pf2_render_callback()
660 if (show_colors) in mo_render_callback()
688 if (new_show_colors != show_colors) in debug()
690 show_colors = new_show_colors; in debug()
H A Dshuuz.c87 static UINT8 show_colors; variable
352 if (show_colors) in pf_render_callback()
399 if (show_colors) in pf_overrender_callback()
498 if (show_colors) in mo_render_callback()
543 if (new_show_colors != show_colors) in debug()
545 show_colors = new_show_colors; in debug()
H A Deprom.c99 static int show_colors; variable
441 if (show_colors) in pf_render_callback()
499 if (show_colors) in pf_overrender_callback()
599 if (show_colors) in mo_render_callback()
627 if (new_show_colors != show_colors) in debug()
629 show_colors = new_show_colors; in debug()
H A Dskullxbo.c94 static UINT8 show_colors; variable
494 if (show_colors) in pf_render_callback()
709 if (show_colors) in mo_render_callback()
754 if (new_show_colors != show_colors) in debug()
756 show_colors = new_show_colors; in debug()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/cec-compliance/
H A Dcec-compliance.cpp109 bool show_colors; variable
762 const char *result_name(int res, bool show_colors) in result_name() argument
776 return show_colors ? COLOR_GREEN("OK") : "OK"; in result_name()
778 return show_colors ? COLOR_RED("FAIL") : "FAIL"; in result_name()
784 const char *res_name = result_name(res, show_colors); in ok()
1149 show_colors = isatty(STDOUT_FILENO); in main()
1151 show_colors = true; in main()
1153 show_colors = false; in main()
1221 show_colors = true; in main()
1223 show_colors = false; in main()
[all …]
H A Dcec-compliance.h114 extern bool show_colors;
228 show_colors ? COLOR_BOLD("warn") : "warn", \
259 printf("\t\t%s: %s(%d): " fmt, show_colors ? \
406 const char *result_name(int res, bool show_colors);
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/cec-compliance/
H A Dcec-compliance.cpp109 bool show_colors; variable
762 const char *result_name(int res, bool show_colors) in result_name() argument
776 return show_colors ? COLOR_GREEN("OK") : "OK"; in result_name()
778 return show_colors ? COLOR_RED("FAIL") : "FAIL"; in result_name()
784 const char *res_name = result_name(res, show_colors); in ok()
1149 show_colors = isatty(STDOUT_FILENO); in main()
1151 show_colors = true; in main()
1153 show_colors = false; in main()
1221 show_colors = true; in main()
1223 show_colors = false; in main()
[all …]
H A Dcec-compliance.h114 extern bool show_colors;
228 show_colors ? COLOR_BOLD("warn") : "warn", \
259 printf("\t\t%s: %s(%d): " fmt, show_colors ? \
406 const char *result_name(int res, bool show_colors);
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/cec-compliance/
H A Dcec-compliance.cpp109 bool show_colors; variable
762 const char *result_name(int res, bool show_colors) in result_name() argument
776 return show_colors ? COLOR_GREEN("OK") : "OK"; in result_name()
778 return show_colors ? COLOR_RED("FAIL") : "FAIL"; in result_name()
784 const char *res_name = result_name(res, show_colors); in ok()
1149 show_colors = isatty(STDOUT_FILENO); in main()
1151 show_colors = true; in main()
1153 show_colors = false; in main()
1221 show_colors = true; in main()
1223 show_colors = false; in main()
[all …]
H A Dcec-compliance.h114 extern bool show_colors;
228 show_colors ? COLOR_BOLD("warn") : "warn", \
259 printf("\t\t%s: %s(%d): " fmt, show_colors ? \
406 const char *result_name(int res, bool show_colors);
/dports/databases/grass7/grass-7.8.6/raster/r.colors/
H A Drules.c31 static int show_colors(FILE *);
110 show_colors(stderr); in read_rule()
137 static int show_colors(FILE * fp) in show_colors() function
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-source-combo-box.c39 gboolean show_colors; member
656 return combo_box->priv->show_colors; in e_source_combo_box_get_show_colors()
670 gboolean show_colors) in e_source_combo_box_set_show_colors() argument
674 if ((show_colors ? 1 : 0) == (combo_box->priv->show_colors ? 1 : 0)) in e_source_combo_box_set_show_colors()
677 combo_box->priv->show_colors = show_colors; in e_source_combo_box_set_show_colors()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-compliance.h54 extern bool show_colors;
209 show_colors ? \
234 printf("\t\t%s: %s(%d): " fmt, show_colors ? \
H A Dv4l2-compliance.cpp95 bool show_colors; variable
259 strcpy(buf, show_colors ? in ok()
264 strcpy(buf, show_colors ? COLOR_GREEN("OK") : "OK"); in ok()
269 sprintf(buf, show_colors ? COLOR_RED("FAIL") : "FAIL"); in ok()
1505 show_colors = isatty(STDOUT_FILENO); in main()
1507 show_colors = true; in main()
1509 show_colors = false; in main()
1647 show_colors = true; in main()
1649 show_colors = false; in main()
1651 show_colors = isatty(STDOUT_FILENO); in main()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-compliance.h54 extern bool show_colors;
209 show_colors ? \
234 printf("\t\t%s: %s(%d): " fmt, show_colors ? \
H A Dv4l2-compliance.cpp95 bool show_colors; variable
259 strcpy(buf, show_colors ? in ok()
264 strcpy(buf, show_colors ? COLOR_GREEN("OK") : "OK"); in ok()
269 sprintf(buf, show_colors ? COLOR_RED("FAIL") : "FAIL"); in ok()
1505 show_colors = isatty(STDOUT_FILENO); in main()
1507 show_colors = true; in main()
1509 show_colors = false; in main()
1647 show_colors = true; in main()
1649 show_colors = false; in main()
1651 show_colors = isatty(STDOUT_FILENO); in main()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-compliance.h54 extern bool show_colors;
209 show_colors ? \
234 printf("\t\t%s: %s(%d): " fmt, show_colors ? \
H A Dv4l2-compliance.cpp95 bool show_colors; variable
259 strcpy(buf, show_colors ? in ok()
264 strcpy(buf, show_colors ? COLOR_GREEN("OK") : "OK"); in ok()
269 sprintf(buf, show_colors ? COLOR_RED("FAIL") : "FAIL"); in ok()
1505 show_colors = isatty(STDOUT_FILENO); in main()
1507 show_colors = true; in main()
1509 show_colors = false; in main()
1647 show_colors = true; in main()
1649 show_colors = false; in main()
1651 show_colors = isatty(STDOUT_FILENO); in main()
/dports/audio/cmp3/cmp3-kenrevs/
H A Dcmp3rc11 show_colors=yes
/dports/x11/xfce4-terminal/xfce4-terminal-0.8.10/terminal/
H A Dmain.c184 options.disable_server = options.show_version = options.show_colors = options.show_help = in main()
221 else if (G_UNLIKELY (options.show_colors)) in main()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/
H A Dcmdutils_common_opts.h19 { "colors" , OPT_EXIT, {.func_arg = show_colors }, "show available color names" },
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/
H A Dcmdutils_common_opts.h19 { "colors" , OPT_EXIT, {.func_arg = show_colors }, "show available color names" },

123