Searched refs:fg_color (Results 1 – 13 of 13) sorted by relevance
/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/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/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_blit.h | 52 GLuint fg_color,
|
D | intel_blit.c | 500 GLuint fg_color, in intelEmitImmediateColorExpandBlit() argument 554 OUT_BATCH(fg_color); /* fg */ in intelEmitImmediateColorExpandBlit()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blit.h | 56 GLuint fg_color,
|
D | brw_blit.c | 632 GLuint fg_color, in brw_emit_immediate_color_expand_blit() argument 692 OUT_BATCH(fg_color); /* fg */ in brw_emit_immediate_color_expand_blit()
|
/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/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()
|