Home
last modified time | relevance | path

Searched refs:intense (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/termcolor/wincolor/src/
H A Dwin.rs85 pub fn fg(&mut self, intense: Intense, color: Color) -> io::Result<()> { in fg()
87 self.cur_attr.fg_intense = intense; in fg()
96 pub fn bg(&mut self, intense: Intense, color: Color) -> io::Result<()> { in bg()
98 self.cur_attr.bg_intense = intense; in bg()
168 /// Whether to use intense colors or not.
/third_party/rust/crates/termcolor/src/
H A Dlib.rs1386 self.write_color(true, c, spec.intense)?; in set_color()
1389 self.write_color(false, c, spec.intense)?; in set_color()
1414 intense: bool, in write_color()
1488 if intense { in write_color()
1651 intense: bool,
1665 intense: false, in default()
1805 /// Get whether this is intense or not.
1813 pub fn intense(&self) -> bool { in intense() functions
1814 self.intense in intense()
1817 /// Set whether the text is intense o
[all...]
/third_party/rust/crates/codespan/codespan-reporting/tests/support/
H A Dcolor_buffer.rs21 /// For example, the style "intense, bold red foreground" would be printed as:
24 /// {fg:Red bold intense}
117 if spec.intense() { in set_color()
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dreadme_preview.rs336 if spec.intense() { in set_color()

Completed in 5 milliseconds