/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | printer_linux.cc | 52 write_color(style.color, style.bold); 58 constexpr const char* color_code(Color color, bool bold) { in color_code() argument 61 return bold ? "\u001b[1m" : "\u001b[0m"; in color_code() 63 return bold ? "\u001b[30;1m" : "\u001b[30m"; in color_code() 65 return bold ? "\u001b[31;1m" : "\u001b[31m"; in color_code() 67 return bold ? "\u001b[32;1m" : "\u001b[32m"; in color_code() 69 return bold ? "\u001b[33;1m" : "\u001b[33m"; in color_code() 71 return bold ? "\u001b[34;1m" : "\u001b[34m"; in color_code() 73 return bold ? "\u001b[35;1m" : "\u001b[35m"; in color_code() 75 return bold in color_code() 82 write_color(Color color, bool bold) write_color() argument [all...] |
H A D | printer_windows.cc | 61 write_color(style.color, style.bold); 67 WORD attributes(Color color, bool bold) { in attributes() argument 74 return FOREGROUND_RED | (bold ? FOREGROUND_INTENSITY : 0); in attributes() 76 return FOREGROUND_GREEN | (bold ? FOREGROUND_INTENSITY : 0); in attributes() 79 (bold ? FOREGROUND_INTENSITY : 0); in attributes() 81 return FOREGROUND_BLUE | (bold ? FOREGROUND_INTENSITY : 0); in attributes() 84 (bold ? FOREGROUND_INTENSITY : 0); in attributes() 87 (bold ? FOREGROUND_INTENSITY : 0); in attributes() 90 (bold ? FOREGROUND_INTENSITY : 0); in attributes() 95 void write_color(Color color, bool bold) { in write_color() argument [all...] |
H A D | formatter.cc | 68 if (style.color != new_style.color || style.bold != new_style.bold) { in set_style() 140 bool bold = false; in format() member 183 state.set_style({prefix[i].color, prefix[i].bold}); in format()
|
H A D | printer.h | 45 bool bold = false; member
|
/third_party/node/deps/npm/node_modules/@colors/colors/examples/ |
H A D | normal-usage.js | 7 console.log('Make it bold and red'.red.bold); 16 console.log('Chains are also cool.'.bold.italic.underline.red); 20 + ' styles! '.yellow.bold); 40 console.log('Generic logging theme as JSON'.green.bold.underline); 64 console.log('Generic logging theme as file'.green.bold.underline);
|
H A D | safe-string.js | 7 console.log(colors.red.bold('Make it bold and red')); 16 console.log(colors.bold.italic.underline.red('Chains are also cool.')); 20 + colors.inverse('inverse') + colors.yellow.bold(' styles! ')); 39 // console.log('Generic logging theme as JSON'.green.bold.underline); 64 // console.log('Generic logging theme as file'.green.bold.underline);
|
/third_party/rust/crates/syn/examples/dump-syntax/src/ |
H A D | main.rs | 126 error = "error".red().bold(), in render_location() 127 header = ": Syn unable to parse file".bold(), in render_location() 129 arrow = "-->".blue().bold(), in render_location() 133 pipe = "|".blue().bold(), in render_location() 134 label = start.line.to_string().blue().bold(), in render_location() 140 .bold(), in render_location()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ass.c | 33 int bold, int italic, int underline, in ff_ass_subtitle_header_full() 74 -bold, -italic, -underline, border_style, alignment); in ff_ass_subtitle_header_full() 85 int bold, int italic, int underline, in ff_ass_subtitle_header() 92 bold, italic, underline, in ff_ass_subtitle_header() 28 ff_ass_subtitle_header_full(AVCodecContext *avctx, int play_res_x, int play_res_y, const char *font, int font_size, int primary_color, int secondary_color, int outline_color, int back_color, int bold, int italic, int underline, int border_style, int alignment) ff_ass_subtitle_header_full() argument 82 ff_ass_subtitle_header(AVCodecContext *avctx, const char *font, int font_size, int color, int back_color, int bold, int italic, int underline, int border_style, int alignment) ff_ass_subtitle_header() argument
|
H A D | ass.h | 63 * @param bold 1 for bold text, 0 for normal text 76 int bold, int italic, int underline, 86 * @param bold 1 for bold text, 0 for normal text 96 int bold, int italic, int underline,
|
H A D | movtextdec.c | 65 uint8_t bold; member 138 style->bold = !!(style->flags & STYLE_FLAG_BOLD); in mov_text_parse_style_record() 267 return CMP(bold) && CMP(italic) && CMP(underline) && CMP(color) && in styles_equivalent() 378 if (style->bold ^ default_style->bold) in text_to_ass() 379 av_bprintf(buf, "{\\b%d}", style->bold); in text_to_ass() 469 default_style->bold, default_style->italic, default_style->underline, in mov_text_init()
|
H A D | microdvddec.c | 67 // italic, bold, underline, strike-through 328 int bold = ASS_DEFAULT_BOLD; in microdvd_init() local 346 case 'b': bold = 1; break; in microdvd_init() 366 ASS_DEFAULT_BACK_COLOR, bold, italic, in microdvd_init()
|
/third_party/rust/crates/clap/clap_mangen/src/ |
H A D | render.rs | 2 use roff::{bold, italic, roman, Inline, Roff}; 32 let mut line = vec![bold(cmd.get_name()), roman(" ")]; 39 line.push(bold(format!("-{short}"))); 41 line.push(bold(format!("--{long}",))); 46 line.push(bold(format!("-{short} "))); 51 line.push(bold(format!("--{long}"))); 278 bold(format!("-{opt}")) in short_option() 282 bold(format!("--{opt}")) in long_option() 305 bold(env.to_string_lossy().into_owned()), in option_environment()
|
/third_party/skia/modules/canvaskit/npm_build/ |
H A D | textapi_utils.js | 206 bold: null, 232 if (src.bold) { 233 this.bold = this._check_toggle(src.bold, this.bold); 480 f.setEmbolden(s.bold);
|
/third_party/skia/demos.skia.org/demos/textedit/ |
H A D | textapi_utils.js | 186 bold: null, 214 if (src.bold) { 215 this.bold = this._check_toggle(src.bold, this.bold); 463 f.setEmbolden(s.bold);
|
/third_party/pulseaudio/man/ |
H A D | xmltoman | 59 out("\\fB") if $a =~ /^bold$/; 74 out("\\fB") if $a =~ /^bold$/; 103 stack_push("bold"); 145 stack_push("bold"); 148 stack_push("bold"); 153 stack_push("bold");
|
/third_party/ltp/docparse/ |
H A D | testinfo.pl | 85 sub bold subroutine 163 return paragraph(bold($key) . ": " . $val . (defined($val2) ? " $val2" : "")); 379 $doc = paragraph(bold(ucfirst(lc($doc))));
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | readme_preview.rs | 118 pre .bold {{ font-weight: bold; }} in main() 326 if spec.bold() { in set_color() 328 write!(self, "bold")?; in set_color()
|
/third_party/skia/tools/fonts/ |
H A D | create_test_font.cpp | 380 constexpr NamedFontStyle bold = {"Bold", "Bold", SkFontStyle::Bold() }; in main() local 386 {bold, "LiberationMono-Bold.ttf"}, in main() 393 {bold, "LiberationSans-Bold.ttf"}, in main() 400 {bold, "LiberationSerif-Bold.ttf"}, in main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | interfaceContextualType.js | 4 bold?: boolean;
|
H A D | doYouNeedToChangeYourTargetLibraryES2015.js | 78 const testStringBold = "".bold(); 176 var testStringBold = "".bold();
|
/third_party/node/deps/npm/node_modules/text-table/test/ |
H A D | ansi-colors.js | 17 color.bold('Bold'), color.underline('Underline'),
|
/third_party/node/deps/npm/lib/commands/ |
H A D | run-script.js | 168 `${colorize.reset(colorize.bold('Lifecycle scripts'))} included in ${colorize.green( 180 `${colorize.bold('Scripts')} available in ${colorize.green(pkgid)} via \`${colorize.blue(
|
H A D | view.js | 328 tags.push(`${chalk.bold.green(t)}: ${version}`) 375 info.license = chalk.bold.red(info.license) 382 chalk.underline.bold(`${info.name}@${info.version}`) + 394 `\n${chalk.bold.red('DEPRECATED')}${
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
H A D | styles.js | 32 bold: [1, 22],
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Process.h | 189 static const char *OutputColor(char c, bool bold, bool bg); 191 /// Same as OutputColor, but only enables the bold attribute.
|