/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcea708decoder.c | 624 window->pen_color.fg_color = in gst_cea708dec_set_pen_color() 633 window->pen_color.fg_color, window->pen_color.fg_opacity, in gst_cea708dec_set_pen_color() 679 window->pen_color.fg_color = CEA708_COLOR_WHITE; in gst_cea708dec_set_pen_style() 923 span_control->fg_color = CEA708_COLOR_WHITE; in pango_span_markup_init() 998 const gchar *fg_color = NULL; in gst_cea708dec_show_pango_window() local 1060 current->c, current->pen_color.fg_color, in gst_cea708dec_show_pango_window() 1066 span_control.size, span_control.fg_color, in gst_cea708dec_show_pango_window() 1074 || (current->pen_color.fg_color != span_control.fg_color) in gst_cea708dec_show_pango_window() 1140 fg_color = in gst_cea708dec_show_pango_window() 1141 gst_cea708dec_get_color_name (current->pen_color.fg_color); in gst_cea708dec_show_pango_window() [all …]
|
D | gstcea708decoder.h | 316 guint8 fg_color; member 335 guint8 fg_color; member
|
/third_party/rust/crates/termcolor/wincolor/src/ |
D | win.rs | 86 self.cur_attr.fg_color = color; in fg() 142 fg_color: Color, field 151 w |= self.fg_color.to_fg(); in to_word() 160 fg_color: Color::from_fg(word), in from_word()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | qttextparse.c | 51 gchar *fg_color; member 83 g_free (context->fg_color); in qttext_context_deinit() 232 context->fg_color = make_color (r, g, b); in qttext_parse_tag() 233 GST_DEBUG ("Setting qttext fg color to %s", context->fg_color); in qttext_parse_tag() 345 if (context->fg_color) in qttext_open_markup() 346 g_string_append_printf (state->buf, " color='%s'", context->fg_color); in qttext_open_markup()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_histogram.c | 46 uint8_t fg_color[4]; member 225 memcpy(s->fg_color, white_gbrp_color, 4); in config_input() 231 memcpy(s->fg_color, white_yuva_color, 4); in config_input() 240 s->fg_color[3] = s->fgopacity * 255; in config_input() 434 … out->data[l][(j + starty) * out->linesize[l] + startx + i] = s->fg_color[l]; in filter_frame() 447 …V_WN16(out->data[l] + (j + starty) * out->linesize[l] + startx * 2 + i * 2, s->fg_color[l] * mult); in filter_frame()
|
/third_party/alsa-utils/alsamixer/ |
D | configparser.c | 384 short fg_color, bg_color; in cfg_color() local 398 if (-2 == (fg_color = color_by_name(argv[1]))) { in cfg_color() 410 *element = get_color_pair(fg_color, bg_color); in cfg_color()
|
/third_party/node/deps/uv/src/win/ |
D | tty.c | 1409 char fg_color = -1, bg_color = -1; in uv__tty_set_style() local 1415 fg_color = uv_tty_default_fg_color; in uv__tty_set_style() 1427 fg_color = uv_tty_default_fg_color; in uv__tty_set_style() 1464 fg_color = arg - 30; in uv__tty_set_style() 1468 fg_color = uv_tty_default_fg_color; in uv__tty_set_style() 1483 fg_color = arg - 90; in uv__tty_set_style() 1493 if (fg_color == -1 && bg_color == -1 && fg_bright == -1 && in uv__tty_set_style() 1508 if (fg_color != -1) { in uv__tty_set_style() 1510 if (fg_color & 1) info.wAttributes |= FOREGROUND_RED; in uv__tty_set_style() 1511 if (fg_color & 2) info.wAttributes |= FOREGROUND_GREEN; in uv__tty_set_style() [all …]
|
/third_party/libuv/src/win/ |
D | tty.c | 1409 char fg_color = -1, bg_color = -1; in uv__tty_set_style() local 1415 fg_color = uv_tty_default_fg_color; in uv__tty_set_style() 1427 fg_color = uv_tty_default_fg_color; in uv__tty_set_style() 1464 fg_color = arg - 30; in uv__tty_set_style() 1468 fg_color = uv_tty_default_fg_color; in uv__tty_set_style() 1483 fg_color = arg - 90; in uv__tty_set_style() 1493 if (fg_color == -1 && bg_color == -1 && fg_bright == -1 && in uv__tty_set_style() 1508 if (fg_color != -1) { in uv__tty_set_style() 1510 if (fg_color & 1) info.wAttributes |= FOREGROUND_RED; in uv__tty_set_style() 1511 if (fg_color & 2) info.wAttributes |= FOREGROUND_GREEN; in uv__tty_set_style() [all …]
|
/third_party/rust/crates/termcolor/src/ |
D | lib.rs | 1385 if let Some(ref c) = spec.fg_color { in set_color() 1648 fg_color: Option<Color>, field 1662 fg_color: None, in default() 1683 self.fg_color.as_ref() in fg() 1688 self.fg_color = color; in set_fg() 1832 self.fg_color.is_none() in is_none() 1844 self.fg_color = None; in clear() 1857 let fg_color = self.fg_color.and_then(|c| c.to_windows(self.intense)); in write_console() localVariable 1858 if let Some((intense, color)) = fg_color { in write_console()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 351 WORD fg_color(WORD color) { 389 colors |= fg_color(current);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Process.inc | 351 WORD fg_color(WORD color) { 389 colors |= fg_color(current);
|
/third_party/ffmpeg/libavcodec/ |
D | sanm.c | 1044 uint16_t fg_color, uint16_t bg_color, int block_size, in draw_glyph() argument 1048 uint16_t colors[2] = { fg_color, bg_color }; in draw_glyph()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 61005 __u32 fg_color; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 68272 …<var-decl name="fg_color" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/fb.…
|
D | test-PR27569-v0.abi | 68258 …<var-decl name="fg_color" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/fb.…
|