Searched refs:Bold (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/ofl/font-liberation-ttf/
H A DMakefile12 FILES= LiberationMono-Bold.ttf LiberationMono-BoldItalic.ttf \
14 LiberationSans-Bold.ttf LiberationSans-BoldItalic.ttf \
16 LiberationSerif-Bold.ttf LiberationSerif-BoldItalic.ttf \
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DRenderingSupport.h52 bool Bold = false, bool BG = false) {
54 OS.changeColor(Color, Bold, BG);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h28 const char *Bold() const { return ansi_ ? "\033[1m" : ""; } function in class:__sanitizer::SanitizerCommonDecorator
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_report_decorator.h26 const char *Bold() const { return ansi_ ? "\033[1m" : ""; } function in class:__sanitizer::SanitizerCommonDecorator
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_report_decorator.h27 const char *Bold() const { return ansi_ ? "\033[1m" : ""; } function in class:__sanitizer::SanitizerCommonDecorator
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DWithColor.h68 /// @param Bold Bold/brighter text, default false
73 bool Bold = false, bool BG = false,
76 changeColor(Color, Bold, BG);
119 /// @param Bold Bold/brighter text, default false
121 WithColor &changeColor(raw_ostream::Colors Color, bool Bold = false,
H A DFormattedStream.h148 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
149 TheStream->changeColor(Color, Bold, BG);
H A Draw_ostream.h298 /// @param Bold bold/brighter text, default false
301 virtual raw_ostream &changeColor(enum Colors Color, bool Bold = false,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTDumperUtils.h31 bool Bold; member in struct:clang::TerminalColor
36 // Bold Green - DeclKindNameColor, UndeserializedColor
39 // Bold Blue - AttrColor
40 // Bold Magenta - StmtColor
42 // Bold Cyan - ValueColor, DeclNameColor
94 OS.changeColor(Color.Color, Color.Bold);
/netbsd-current/external/gpl2/groff/dist/font/devps/generate/
H A DMakefile60 `$(AFMNAME) $(afmdir)/Times-Bold.afm` $(TEXTMAP) $@
76 `$(AFMNAME) $(afmdir)/Helvetica-Bold.afm` $(TEXTMAP) $@
92 `$(AFMNAME) $(afmdir)/Courier-Bold.afm` $(TEXTMAP) $@
108 `$(AFMNAME) $(afmdir)/Palatino-Bold.afm` $(TEXTMAP) $@
124 `$(AFMNAME) $(afmdir)/NewCenturySchlbk-Bold.afm` $(TEXTMAP) $@
172 `$(AFMNAME) $(afmdir)/Helvetica-Narrow-Bold.afm` $(TEXTMAP) $@
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp1606 /// Bold - Start bolding text.
1607 void Bold() { function in class:__anon296::TemplateDiff
1665 Bold();
1670 Bold();
1687 Bold();
1692 Bold();
1696 Bold();
1730 Bold();
1735 Bold();
1739 Bold();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DWithColor.cpp122 WithColor &WithColor::changeColor(raw_ostream::Colors Color, bool Bold, argument
125 OS.changeColor(Color, Bold, BG);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc351 Buffer.append(Decor.Bold());
358 Decor.Bold());
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc349 Buffer.append(Decor.Bold());
356 Decor.Bold());
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.cpp358 Buffer.append("%s", Decor.Bold());
365 Decor.Bold());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp46 bool &Normal, bool Bold) {
58 if (Bold)
607 /// \param Bold if the current text should be bold
615 bool Bold = false,
643 TextNormal, Bold);
653 TextNormal, Bold);
659 applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold);
731 bool Bold = false;
736 Bold = true;
740 printWordWrapped(OS, Message, Columns, CurrentColumn, Bold);
45 applyTemplateHighlighting(raw_ostream &OS, StringRef Str, bool &Normal, bool Bold) argument
[all...]

Completed in 226 milliseconds