/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Process.cpp | 58 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" 60 #define ALLCOLORS(FGBG,BOLD) {\ 61 COLOR(FGBG, "0", BOLD),\ 62 COLOR(FGBG, "1", BOLD),\ 63 COLOR(FGBG, "2", BOLD),\ 64 COLOR(FGBG, "3", BOLD),\ 65 COLOR(FGBG, "4", BOLD),\ 66 COLOR(FGBG, "5", BOLD),\ 67 COLOR(FGBG, "6", BOLD),\ [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Process.cpp | 68 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" 70 #define ALLCOLORS(FGBG,BOLD) {\ 71 COLOR(FGBG, "0", BOLD),\ 72 COLOR(FGBG, "1", BOLD),\ 73 COLOR(FGBG, "2", BOLD),\ 74 COLOR(FGBG, "3", BOLD),\ 75 COLOR(FGBG, "4", BOLD),\ 76 COLOR(FGBG, "5", BOLD),\ 77 COLOR(FGBG, "6", BOLD),\ [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DemoUtility.java | 27 public static final Font titleFont = new Font("TimesRoman",Font.BOLD,18); 28 public static final Font labelFont = new Font("TimesRoman",Font.BOLD,14); 29 public static final Font choiceFont = new Font("Helvetica",Font.BOLD,12);
|
/third_party/libinput/tools/ |
H A D | libinput-measure-fuzz.py | 52 BOLD = "\033[1m" variable in tcolors 57 print(tcolors.BOLD + msg + tcolors.NORMAL, **kwargs) 61 print(tcolors.BOLD + tcolors.GREEN + msg + tcolors.NORMAL, **kwargs) 65 print(tcolors.BOLD + tcolors.YELLOW + msg + tcolors.NORMAL, **kwargs) 69 print(tcolors.BOLD + tcolors.RED + msg + tcolors.NORMAL, **kwargs)
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-head-table.hh | 70 BOLD = 1u<<0, enumerator 79 bool is_bold () const { return macStyle & BOLD; } in is_bold()
|
H A D | hb-ot-os2-table.hh | 130 BOLD = 1u<<5, enumerator
|
/third_party/curl/src/ |
H A D | tool_cb_hdr.c | 45 #define BOLD "\x1b[1m" macro 48 #define BOLD "\x1b[1m" macro 231 fprintf(outs->stream, BOLD "%.*s" BOLDOFF ":", (int)namelen, ptr); in tool_header_cb()
|
/third_party/python/Lib/tkinter/ |
H A D | font.py | 10 __all__ = ["NORMAL", "ROMAN", "BOLD", "ITALIC", 16 BOLD = "bold" variable 41 weight -- font thickness: NORMAL, BOLD 235 fb.config(weight=BOLD)
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBUntranslatedPanel.java | 117 pg.setFont(new Font("SansSerif", Font.BOLD, 14)); in printTable()
|
H A D | RBProjectItemPanel.java | 96 titleLabel.setFont(new Font("serif",Font.BOLD,18)); in initComponents()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBImporter.java | 342 titleLabel.setFont(new Font("Serif",Font.BOLD,16)); in initComponents()
|
H A D | RBReporter.java | 857 statusLabel.setFont(new Font("serif",Font.BOLD,14)); in initComponents()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | OS2Table.java | 538 BOLD, enum constant
|
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 452 font_weight = tkfont.BOLD if self.font_bold.get() else tkfont.NORMAL
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |