Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/subparse/
Dqttextparse.c50 gchar *bg_color; member
82 g_free (context->bg_color); in qttext_context_deinit()
241 context->bg_color = make_color (r, g, b); in qttext_parse_tag()
242 GST_DEBUG ("Setting qttext bg color to %s", context->bg_color); in qttext_parse_tag()
245 g_free (context->bg_color); in qttext_parse_tag()
246 context->bg_color = NULL; in qttext_parse_tag()
343 if (context->bg_color) in qttext_open_markup()
344 g_string_append_printf (state->buf, " bgcolor='%s'", context->bg_color); in qttext_open_markup()
/third_party/rust/crates/termcolor/wincolor/src/
Dwin.rs97 self.cur_attr.bg_color = color; in bg()
144 bg_color: Color, field
153 w |= self.bg_color.to_bg(); in to_word()
162 bg_color: Color::from_bg(word), in from_word()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c627 window->pen_color.bg_color = in gst_cea708dec_set_pen_color()
634 window->pen_color.bg_color, window->pen_color.bg_opacity, in gst_cea708dec_set_pen_color()
681 window->pen_color.bg_color = CEA708_COLOR_BLACK; in gst_cea708dec_set_pen_style()
924 span_control->bg_color = CEA708_COLOR_INVALID; in pango_span_markup_init()
999 const gchar *bg_color = NULL; in gst_cea708dec_show_pango_window() local
1061 current->pen_color.bg_color); in gst_cea708dec_show_pango_window()
1067 span_control.bg_color); in gst_cea708dec_show_pango_window()
1075 || (current->pen_color.bg_color != span_control.bg_color) in gst_cea708dec_show_pango_window()
1159 bg_color = in gst_cea708dec_show_pango_window()
1160 gst_cea708dec_get_color_name (current->pen_color.bg_color); in gst_cea708dec_show_pango_window()
[all …]
Dgstcea708decoder.h318 guint8 bg_color; member
336 guint8 bg_color; member
/third_party/alsa-utils/alsamixer/
Dconfigparser.c384 short fg_color, bg_color; in cfg_color() local
404 if (-2 == (bg_color = color_by_name(argv[2]))) { in cfg_color()
410 *element = get_color_pair(fg_color, bg_color); in cfg_color()
448 int bg_color = color_by_name(argv[1]); in cfg_set() local
449 if (bg_color == -2) { in cfg_set()
454 background_color = bg_color; in cfg_set()
/third_party/skia/third_party/externals/harfbuzz/util/
Dhelper-cairo-ansi.hh164 uint32_t bg_color = data ? * (uint32_t *) data : 0; in helper_cairo_surface_write_to_ansi_stream() local
171 if (data[i] != bg_color) in helper_cairo_surface_write_to_ansi_stream()
186 if (row[i] != bg_color) in helper_cairo_surface_write_to_ansi_stream()
/third_party/skia/third_party/externals/libwebp/examples/
Dvwebp.c64 uint32_t bg_color; member
329 glColor4f(GetColorf(kParams.bg_color, 16), // BGRA from spec in DrawBackground()
330 GetColorf(kParams.bg_color, 8), in DrawBackground()
331 GetColorf(kParams.bg_color, 0), in DrawBackground()
332 GetColorf(kParams.bg_color, 24)); in DrawBackground()
594 kParams.bg_color = WebPDemuxGetI(kParams.dmux, WEBP_FF_BACKGROUND_COLOR); in main()
/third_party/ffmpeg/libavcodec/
Dccaption_dec.c246 uint8_t bg_color; member
270 ctx->bg_color = CCCOL_BLACK; in init_decoder()
310 ctx->bg_color = CCCOL_BLACK; in flush_decoder()
338 bg[col] = ctx->bg_color; in write_char()
612 ctx->bg_color = bg_attribs[i]; in handle_bgattr()
668 ctx->bg_color = CCCOL_BLACK; in handle_edm()
Dgifdec.c45 uint32_t bg_color; member
173 gif_fill(frame, s->bg_color); in gif_read_image()
231 s->stored_bg_color = s->bg_color; in gif_read_image()
418 s->bg_color = s->global_palette[s->background_color_index]; in gif_read_header1()
Dsanm.c299 uint16_t bg_color; member
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()
1346 hdr->bg_color = bytestream2_get_le16u(&ctx->gb); in read_frame_header()
1490 fill_frame(ctx->frm1, ctx->npixels, header.bg_color); in decode_frame()
1491 fill_frame(ctx->frm2, ctx->npixels, header.bg_color); in decode_frame()
/third_party/ffmpeg/libavfilter/
Dvf_histogram.c45 uint8_t bg_color[4]; member
224 memcpy(s->bg_color, black_gbrp_color, 4); in config_input()
230 memcpy(s->bg_color, black_yuva_color, 4); in config_input()
241 s->bg_color[3] = s->bgopacity * 255; in config_input()
307 s->bg_color[k], dst_w); in filter_frame()
315 s->bg_color[k] * mult); in filter_frame()
Dvf_vectorscope.c55 uint16_t bg_color[4]; member
449 (s->mode == COLOR || s->mode == COLOR5) && k == s->pd ? 0 : s->bg_color[k]); in vectorscope16()
646 … (s->mode == COLOR || s->mode == COLOR5) && k == s->pd ? 0 : s->bg_color[k], out->width); in vectorscope8()
1532 s->bg_color[3] = s->bgopacity * (s->size - 1); in config_input()
1543 s->bg_color[0] = 0; in config_input()
1544 s->bg_color[1] = 0; in config_input()
1545 s->bg_color[2] = 0; in config_input()
1548 s->bg_color[0] = 0; in config_input()
1549 s->bg_color[1] = s->size / 2; in config_input()
1550 s->bg_color[2] = s->size / 2; in config_input()
Dvf_waveform.c90 uint8_t bg_color[4]; member
390 const int bg = s->bg_color[component] * (s->max / 256); in envelope_instant16()
438 const uint8_t bg = s->bg_color[component]; in envelope_instant()
485 const int bg = s->bg_color[component] * (s->max / 256); in envelope_peak16()
555 const int bg = s->bg_color[component]; in envelope_peak()
739 const int bg = s->bg_color[0] * mult; in lowpass16()
763 const int bg = s->bg_color[0] * mult; in lowpass16()
875 const int bg = s->bg_color[0]; in lowpass()
899 const int bg = s->bg_color[0]; in lowpass()
3293 memcpy(s->bg_color, black_gbrp_color, sizeof(s->bg_color)); in config_input()
[all …]
/third_party/node/deps/uv/src/win/
Dtty.c1409 char fg_color = -1, bg_color = -1; in uv__tty_set_style() local
1416 bg_color = uv_tty_default_bg_color; in uv__tty_set_style()
1428 bg_color = uv_tty_default_bg_color; in uv__tty_set_style()
1473 bg_color = arg - 40; in uv__tty_set_style()
1477 bg_color = uv_tty_default_bg_color; in uv__tty_set_style()
1488 bg_color = arg - 100; in uv__tty_set_style()
1493 if (fg_color == -1 && bg_color == -1 && fg_bright == -1 && in uv__tty_set_style()
1523 if (bg_color != -1) { in uv__tty_set_style()
1525 if (bg_color & 1) info.wAttributes |= BACKGROUND_RED; in uv__tty_set_style()
1526 if (bg_color & 2) info.wAttributes |= BACKGROUND_GREEN; in uv__tty_set_style()
[all …]
/third_party/libuv/src/win/
Dtty.c1409 char fg_color = -1, bg_color = -1; in uv__tty_set_style() local
1416 bg_color = uv_tty_default_bg_color; in uv__tty_set_style()
1428 bg_color = uv_tty_default_bg_color; in uv__tty_set_style()
1473 bg_color = arg - 40; in uv__tty_set_style()
1477 bg_color = uv_tty_default_bg_color; in uv__tty_set_style()
1488 bg_color = arg - 100; in uv__tty_set_style()
1493 if (fg_color == -1 && bg_color == -1 && fg_bright == -1 && in uv__tty_set_style()
1523 if (bg_color != -1) { in uv__tty_set_style()
1525 if (bg_color & 1) info.wAttributes |= BACKGROUND_RED; in uv__tty_set_style()
1526 if (bg_color & 2) info.wAttributes |= BACKGROUND_GREEN; in uv__tty_set_style()
[all …]
/third_party/rust/crates/termcolor/src/
Dlib.rs1388 if let Some(ref c) = spec.bg_color { in set_color()
1649 bg_color: Option<Color>, field
1663 bg_color: None, in default()
1694 self.bg_color.as_ref() in bg()
1699 self.bg_color = color; in set_bg()
1833 && self.bg_color.is_none() in is_none()
1845 self.bg_color = None; in clear()
1861 let bg_color = self.bg_color.and_then(|c| c.to_windows(self.intense)); in write_console() localVariable
1862 if let Some((intense, color)) = bg_color { in write_console()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc356 WORD bg_color(WORD color) {
396 colors |= bg_color(current);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProcess.inc356 WORD bg_color(WORD color) {
396 colors |= bg_color(current);
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c418 tcmi->bg_color[0] = 0; in atom_tcmi_clear()
419 tcmi->bg_color[1] = 0; in atom_tcmi_clear()
420 tcmi->bg_color[2] = 0; in atom_tcmi_clear()
1926 prop_copy_uint16 (tcmi->bg_color[0], buffer, size, offset); in atom_tcmi_copy_data()
1927 prop_copy_uint16 (tcmi->bg_color[1], buffer, size, offset); in atom_tcmi_copy_data()
1928 prop_copy_uint16 (tcmi->bg_color[2], buffer, size, offset); in atom_tcmi_copy_data()
Datoms.h296 guint16 bg_color[3]; member
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp3723 ImU32 bg_color = GetColorU32(ImGuiCol_TextSelectedBg); in InputTextEx() local
3744 draw_window->DrawList->AddRectFilled(rect.Min, rect.Max, bg_color); in InputTextEx()
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp4670 …ImU32 bg_color = GetColorU32(ImGuiCol_TextSelectedBg, render_cursor ? 1.0f : 0.6f); // FIXME: curr… in InputTextEx() local
4693 draw_window->DrawList->AddRectFilled(rect.Min, rect.Max, bg_color); in InputTextEx()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h61006 __u32 bg_color; member
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi68275 …<var-decl name="bg_color" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/fb.…
Dtest-PR27569-v0.abi68261 …<var-decl name="bg_color" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/fb.…