/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_filter.c | 178 FilterGraph *fg = av_mallocz(sizeof(*fg)); in init_simple_filtergraph() local 182 if (!fg) in init_simple_filtergraph() 184 fg->index = nb_filtergraphs; in init_simple_filtergraph() 186 ofilter = ALLOC_ARRAY_ELEM(fg->outputs, fg->nb_outputs); in init_simple_filtergraph() 188 ofilter->graph = fg; in init_simple_filtergraph() 193 ifilter = ALLOC_ARRAY_ELEM(fg->inputs, fg->nb_inputs); in init_simple_filtergraph() 195 ifilter->graph = fg; in init_simple_filtergraph() 211 describe_filter_link(FilterGraph *fg, AVFilterInOut *inout, int in) describe_filter_link() argument 228 init_input_filter(FilterGraph *fg, AVFilterInOut *in) init_input_filter() argument 315 init_complex_filtergraph(FilterGraph *fg) init_complex_filtergraph() argument 426 configure_output_video_filter(FilterGraph *fg, OutputFilter *ofilter, AVFilterInOut *out) configure_output_video_filter() argument 521 configure_output_audio_filter(FilterGraph *fg, OutputFilter *ofilter, AVFilterInOut *out) configure_output_audio_filter() argument 630 configure_output_filter(FilterGraph *fg, OutputFilter *ofilter, AVFilterInOut *out) configure_output_filter() argument 707 configure_input_video_filter(FilterGraph *fg, InputFilter *ifilter, AVFilterInOut *in) configure_input_video_filter() argument 832 configure_input_audio_filter(FilterGraph *fg, InputFilter *ifilter, AVFilterInOut *in) configure_input_audio_filter() argument 943 configure_input_filter(FilterGraph *fg, InputFilter *ifilter, AVFilterInOut *in) configure_input_filter() argument 959 cleanup_filtergraph(FilterGraph *fg) cleanup_filtergraph() argument 993 configure_filtergraph(FilterGraph *fg) configure_filtergraph() argument 1201 filtergraph_is_simple(FilterGraph *fg) filtergraph_is_simple() argument [all...] |
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | readme_preview.rs | 120 pre .fg.black {{ color: #1d1f21; }} in main() 121 pre .fg.red {{ color: #cc6666; }} in main() 122 pre .fg.green {{ color: #b5bd68; }} in main() 123 pre .fg.yellow {{ color: #f0c674; }} in main() 124 pre .fg.blue {{ color: #81a2be; }} in main() 125 pre .fg.magenta {{ color: #b294bb; }} in main() 126 pre .fg.cyan {{ color: #8abeb7; }} in main() 127 pre .fg.white {{ color: #c5c8c6; }} in main() 129 pre .fg.black.bright {{ color: #969896; }} in main() 130 pre .fg in main() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | avf_abitscope.c | 43 uint8_t *fg; member 113 s->fg = av_malloc_array(s->nb_channels, 4 * sizeof(*s->fg)); in config_input() 114 if (!s->fg) in config_input() 122 uint8_t fg[4] = { 0xff, 0xff, 0xff, 0xff }; in config_input() local 127 av_parse_color(fg, color, -1, ctx); in config_input() 128 s->fg[4 * ch + 0] = fg[0]; in config_input() 129 s->fg[4 * ch + 1] = fg[ in config_input() [all...] |
H A D | f_drawgraph.c | 157 static inline void draw_dot(int fg, int x, int y, AVFrame *out) in draw_dot() argument 159 AV_WN32(out->data[0] + y * out->linesize[0] + x * 4, fg); in draw_dot() 219 uint32_t fg, bg; in filter_frame() local 243 fg = av_expr_eval(s->fg_expr[i], values, NULL); in filter_frame() 283 draw_dot(fg, x, j, out); in filter_frame() 286 draw_dot(fg, x, j, out); in filter_frame() 293 draw_dot(fg, x, y, out); in filter_frame() 309 draw_dot(fg, x, j, out); in filter_frame() 312 draw_dot(fg, x, j, out); in filter_frame() 359 uint32_t fg, b in request_frame() local [all...] |
H A D | avf_showfreqs.c | 253 static inline void draw_dot(AVFrame *out, int x, int y, uint8_t fg[4]) in draw_dot() argument 259 AV_WL32(out->data[0] + y * out->linesize[0] + x * 4, AV_RL32(fg) | color); in draw_dot() 261 AV_WL32(out->data[0] + y * out->linesize[0] + x * 4, AV_RL32(fg)); in draw_dot() 295 double a, int f, uint8_t fg[4], int *prev_y, in plot_freq() 354 draw_dot(out, x, y, fg); in plot_freq() 356 draw_dot(out, sx, i, fg); in plot_freq() 359 draw_dot(out, sx, i, fg); in plot_freq() 361 draw_dot(out, x, i - 1, fg); in plot_freq() 368 draw_dot(out, x, i, fg); in plot_freq() 372 draw_dot(out, x, y, fg); in plot_freq() 294 plot_freq(ShowFreqsContext *s, int ch, double a, int f, uint8_t fg[4], int *prev_y, AVFrame *out, AVFilterLink *outlink) plot_freq() argument 433 uint8_t fg[4] = { 0xff, 0xff, 0xff, 0xff }; plot_freqs() local [all...] |
H A D | src_avsynctest.c | 62 FFDrawColor fg; member 88 {"fg", "set foreground color", OFFSET(rgba[0]), AV_OPT_TYPE_COLOR, {.str="white"}, 0, 0, V }, 164 ff_draw_color(&s->draw, &s->fg, s->rgba[0]); in config_props() 291 draw_text(&s->draw, out, &s->fg, offset(w, 1, 10), offset(h, 1, 10), text); in video_frame() 294 draw_text(&s->draw, out, &s->fg, offset(w, 1, 10), offset(h, 9, 10), text); in video_frame() 297 draw_text(&s->draw, out, &s->fg, offset(w, 9, 10) - strlen(text) * 8, offset(h, 9, 10), text); in video_frame() 300 draw_text(&s->draw, out, &s->fg, offset(w, 9, 10) - strlen(text) * 8, offset(h, 1, 10), text); in video_frame() 319 ff_fill_rectangle(&s->draw, &s->fg, out->data, out->linesize, in video_frame() 335 ff_fill_rectangle(&s->draw, &s->fg, out->data, out->linesize, in video_frame() 345 ff_fill_rectangle(&s->draw, &s->fg, ou in video_frame() [all...] |
H A D | avf_showwaves.c | 89 uint8_t *fg; member 138 av_freep(&showwaves->fg); in uninit() 517 showwaves->fg = av_malloc_array(nb_channels, 4 * sizeof(*showwaves->fg)); in config_output() 518 if (!showwaves->fg) in config_output() 532 uint8_t fg[4] = { 0xff, 0xff, 0xff, 0xff }; in config_output() local 539 av_parse_color(fg, color, -1, ctx); in config_output() 540 showwaves->fg[4*ch + 0] = fg[0] * x / 255.; in config_output() 541 showwaves->fg[ in config_output() [all...] |
H A D | af_adynamicequalizer.c | 158 const double fg = tan(M_PI * tfrequency / sample_rate); in filter_channels() local 203 fa[0] = 1. / (1. + fg * (fg + k)); in filter_channels() 204 fa[1] = fg * fa[0]; in filter_channels() 205 fa[2] = fg * fa[1]; in filter_channels() 213 g = fg / sqrt(gain); in filter_channels() 225 g = fg / sqrt(gain); in filter_channels()
|
/third_party/python/Lib/idlelib/ |
H A D | help_about.py | 41 self.fg = "#000000" 72 header = Label(frame_background, text='IDLE', fg=self.fg, 86 fg=self.fg, bg=self.bg) 89 justify=LEFT, fg=self.fg, bg=self.bg) 94 justify=LEFT, fg=self.fg, bg=self.bg) 105 vers = Label(frame_background, text=versions, fg [all...] |
/third_party/node/deps/npm/node_modules/npmlog/lib/ |
H A D | log.js | 317 if (style.fg) { 318 settings.push(style.fg) 383 log.prefixStyle = { fg: 'magenta' } 384 log.headingStyle = { fg: 'white', bg: 'black' } 390 log.addLevel('verbose', 1000, { fg: 'cyan', bg: 'black' }, 'verb') 391 log.addLevel('info', 2000, { fg: 'green' }) 392 log.addLevel('timing', 2500, { fg: 'green', bg: 'black' }) 393 log.addLevel('http', 3000, { fg: 'green', bg: 'black' }) 394 log.addLevel('notice', 3500, { fg: 'cyan', bg: 'black' }) 395 log.addLevel('warn', 4000, { fg [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | intersectionTypeOverloading.js | 8 var fg: F & G; variable 11 var x = fg("abc"); 21 var fg;
variable 23 var x = fg("abc");
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | ansi-print.hh | 159 bg (0), fg (0), unicolor (true), 178 fg = 0; 180 if (i != bg && freq[fg] < freq[i]) 181 fg = i; 182 if (fg == bg || freq[fg] == 0) { 183 fg = bg; 197 color_t fgc = color_t::from_ansi (fg); 216 unsigned int fg; 406 if (last_bg != bi.fg || last_f [all...] |
H A D | helper-cairo.hh | 511 unsigned int fr, fg, fb, fa, br, bg, bb, ba; in helper_cairo_create_context() local 516 fr = fg = fb = 0; fa = 255; in helper_cairo_create_context() 518 sscanf (color + (*color=='#'), "%2x%2x%2x%2x", &fr, &fg, &fb, &fa); in helper_cairo_create_context() 524 fr != fg || fg != fb) in helper_cairo_create_context() 561 cairo_set_source_rgba (cr, fr / 255., fg / 255., fb / 255., fa / 255.); in helper_cairo_create_context()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ansi.c | 64 int fg; /**< foreground color */ member 88 s->fg = DEFAULT_FG_COLOR; in decode_init() 166 int fg = s->fg; in draw_char() local 170 fg += 8; in draw_char() 174 FFSWAP(int, fg, bg); in draw_char() 176 fg = bg; in draw_char() 178 s->frame->linesize[0], s->font, s->font_height, c, fg, bg); in draw_char() 311 s->fg = DEFAULT_FG_COLOR; in execute_code() 316 s->fg in execute_code() [all...] |
H A D | tmv.c | 46 unsigned x, y, fg, bg, c; in tmv_decode_frame() local 71 fg = *src++ & 0xF; in tmv_decode_frame() 73 avpriv_cga_font, 8, c, fg, bg); in tmv_decode_frame()
|
H A D | cga_data.c | 46 void ff_draw_pc_font(uint8_t *dst, int linesize, const uint8_t *font, int font_height, int ch, int fg, int bg) in ff_draw_pc_font() argument 51 *dst++ = font[ch * font_height + char_y] & mask ? fg : bg; in ff_draw_pc_font()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | new-target.js | 67 function fg (callback_object) { function 71 fg.value = 22; 74 new fg (test_obj);
|
/third_party/rust/crates/codespan/codespan-reporting/tests/support/ |
H A D | color_buffer.rs | 15 /// - Foreground color as `fg:Color` 24 /// {fg:Red bold intense} 97 if let Some(fg) = spec.fg() { in set_color() 99 write!(self, "fg:{:?}", fg)?; in set_color()
|
/third_party/skia/gm/ |
H A D | gammatext.cpp | 64 const SkColor fg[] = { variable 78 for (size_t i = 0; i < SK_ARRAY_COUNT(fg); ++i) { 79 paint.setColor(fg[i]); 87 x += SkIntToScalar(1024) / SK_ARRAY_COUNT(fg);
|
H A D | hsl.cpp | 163 SkPaint bg, fg; in DEF_SIMPLE_GM() local 165 fg.setColor(0xff7f3f7f); // Partly-saturated dim magenta, H = 300°, S = ~33%, L = ~37%. in DEF_SIMPLE_GM() 181 fg.setBlendMode(test.mode); in DEF_SIMPLE_GM() 182 canvas->drawRect({20,20,80,80}, fg); in DEF_SIMPLE_GM() 186 ref.setColor(blend(bg.getColor(), fg.getColor(), test.reference)); in DEF_SIMPLE_GM()
|
H A D | dftext.cpp | 146 const SkColor fg[] = { variable 160 for (size_t i = 0; i < SK_ARRAY_COUNT(fg); ++i) { 161 paint.setColor(fg[i]); 174 for (size_t i = 0; i < SK_ARRAY_COUNT(fg); ++i) { 175 paint.setColor(fg[i]);
|
H A D | ducky_yuv_blend.cpp | 59 for (auto& fg : duckyFG) { in DEF_SIMPLE_GM_CAN_FAIL() 66 canvas->drawImageRect(fg, kDstRect, sampling, &paint); in DEF_SIMPLE_GM_CAN_FAIL()
|
/third_party/alsa-utils/alsamixer/ |
H A D | colors.c | 28 int get_color_pair(short fg, short bg) in get_color_pair() argument 35 if (pair_fg == fg && pair_bg == bg) in get_color_pair() 41 init_pair(color_pairs_defined, fg, bg); in get_color_pair()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_context.c | 298 uint32_t fg) in xa_solid_prepare() 309 xa_pixel_to_float4_a8(fg, ctx->solid_color); in xa_solid_prepare() 311 xa_pixel_to_float4(fg, ctx->solid_color); in xa_solid_prepare() 318 (fg >> 24) & 0xff, (fg >> 16) & 0xff, in xa_solid_prepare() 319 (fg >> 8) & 0xff, (fg >> 0) & 0xff, in xa_solid_prepare() 297 xa_solid_prepare(struct xa_context *ctx, struct xa_surface *dst, uint32_t fg) xa_solid_prepare() argument
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 175 fg='#00cc22', command=self.startDemo) 177 fg='#00cc22', command=self.stopIt) 179 fg='#00cc22', command = self.clearCanvas) 182 fg="white", disabledforeground = "#fed", 185 fg="white", disabledforeground = "#fed", 188 fg="white", disabledforeground="#fed", 292 self.output_lbl.config(text=txt, fg=color)
|