Searched refs:fg_color (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_histogram.c | 48 uint8_t fg_color[4][4]; member 249 memcpy(s->fg_color[0], white_gbrp_color, 4); in config_input() 257 memcpy(s->fg_color[0], white_yuva_color, 4); in config_input() 267 memcpy(s->fg_color[i], s->fg_color[0], 4); in config_input() 275 FFSWAP(uint8_t, s->fg_color[i][j], s->bg_color[i][j]); in config_input() 282 FFSWAP(uint8_t, s->fg_color[i][j], s->bg_color[i][j]); in config_input() 287 memcpy(s->fg_color[0], red_gbrp_color, 4); in config_input() 288 memcpy(s->fg_color[1], green_gbrp_color, 4); in config_input() 289 memcpy(s->fg_color[ in config_input() [all...] |
/third_party/rust/crates/termcolor/wincolor/src/ |
H A D | win.rs | 86 self.cur_attr.fg_color = color; in fg() 142 fg_color: Color, 151 w |= self.fg_color.to_fg(); in to_word() 160 fg_color: Color::from_fg(word), in from_word()
|
/third_party/libuv/src/win/ |
H A D | tty.c | 1398 char fg_color = -1, bg_color = -1; in uv__tty_set_style() local 1404 fg_color = uv_tty_default_fg_color; in uv__tty_set_style() 1416 fg_color = uv_tty_default_fg_color; in uv__tty_set_style() 1453 fg_color = arg - 30; in uv__tty_set_style() 1457 fg_color = uv_tty_default_fg_color; in uv__tty_set_style() 1472 fg_color = arg - 90; in uv__tty_set_style() 1482 if (fg_color == -1 && bg_color == -1 && fg_bright == -1 && in uv__tty_set_style() 1497 if (fg_color != -1) { in uv__tty_set_style() 1499 if (fg_color & 1) info.wAttributes |= FOREGROUND_RED; in uv__tty_set_style() 1500 if (fg_color in uv__tty_set_style() [all...] |
/third_party/node/deps/uv/src/win/ |
H A 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 in uv__tty_set_style() [all...] |
/third_party/rust/crates/termcolor/src/ |
H A D | lib.rs | 1385 if let Some(ref c) = spec.fg_color { in set_color() 1648 fg_color: Option<Color>, 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() 1858 if let Some((intense, color)) = fg_color { in write_console() [all...] |
/third_party/alsa-utils/alsamixer/ |
H A 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/ffmpeg/libavcodec/ |
H A D | sanm.c | 1045 uint16_t fg_color, uint16_t bg_color, int block_size, in draw_glyph() 1049 uint16_t colors[2] = { fg_color, bg_color }; in draw_glyph() 1044 draw_glyph(SANMVideoContext *ctx, uint16_t *dst, int index, uint16_t fg_color, uint16_t bg_color, int block_size, ptrdiff_t pitch) draw_glyph() argument
|
Completed in 12 milliseconds