/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | printer_linux.cc | 58 constexpr const char* color_code(Color color, bool bold) { in color_code() argument 82 write_color(Color color, bool bold) write_color() argument [all...] |
H A D | printer.h | 45 bool bold = false; member
|
H A D | printer_windows.cc | 67 WORD attributes(Color color, bool bold) { in attributes() argument 95 void write_color(Color color, bool bold) { in write_color() argument [all...] |
H A D | formatter.cc | 140 bool bold = false; in format() member
|
/third_party/ffmpeg/libavcodec/ |
H A D | ass.c | 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_split.h | 47 int bold; /**< whether text is bold (1) or not (0) */ member
|
H A D | microdvddec.c | 328 int bold = ASS_DEFAULT_BOLD; in microdvd_init() local
|
H A D | movtextdec.c | 65 uint8_t bold; member
|
/third_party/ltp/docparse/ |
H A D | testinfo.pl | 85 sub bold subroutine
|
/third_party/node/deps/v8/tools/ |
H A D | perf-compare.py | 202 def bold(self, data): member in ResultTableRenderer
|
/third_party/skia/tools/fonts/ |
H A D | create_test_font.cpp | 380 constexpr NamedFontStyle bold = {"Bold", "Bold", SkFontStyle::Bold() }; in main() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | raw_ostream.cpp | 641 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, in changeColor() argument
|
/third_party/node/deps/npm/node_modules/console-control-strings/ |
H A D | index.js | |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 804 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, in changeColor() argument
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1523 int bold = !FLAG(b) && mix.tb[i+topoff]->state == 'R'; in top_common() local
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 1670 int bold = !FLAG(b) && mix.tb[i+topoff]->state == 'R'; in top_common() local
|
/third_party/python/Lib/ |
H A D | pydoc.py | 1167 def bold(self, text): member in TextDoc 1547 def bold(self, text): global() member in _PlainTextDoc [all...] |
/third_party/rust/crates/termcolor/src/ |
H A D | lib.rs | 1706 pub fn bold(&self) -> bool { in bold() functions [all...] |