Home
last modified time | relevance | path

Searched refs:BOLD (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DProcess.cpp58 #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 DProcess.cpp68 #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 DDemoUtility.java27 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 Dlibinput-measure-fuzz.py52 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 Dhb-ot-head-table.hh70 BOLD = 1u<<0, enumerator
79 bool is_bold () const { return macStyle & BOLD; } in is_bold()
H A Dhb-ot-os2-table.hh130 BOLD = 1u<<5, enumerator
/third_party/curl/src/
H A Dtool_cb_hdr.c45 #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 Dfont.py10 __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 DRBUntranslatedPanel.java117 pg.setFont(new Font("SansSerif", Font.BOLD, 14)); in printTable()
H A DRBProjectItemPanel.java96 titleLabel.setFont(new Font("serif",Font.BOLD,18)); in initComponents()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBImporter.java342 titleLabel.setFont(new Font("Serif",Font.BOLD,16)); in initComponents()
H A DRBReporter.java857 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 DOS2Table.java538 BOLD, enum constant
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py452 font_weight = tkfont.BOLD if self.font_bold.get() else tkfont.NORMAL
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 47 milliseconds