Home
last modified time | relevance | path

Searched refs:set_intense (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
H A Dextern_impl.rs327 /// style.set_intense(true);
332 pub fn set_intense(&mut self, yes: bool) -> &mut Style { in set_intense() functions
333 self.spec.set_intense(yes); in set_intense()
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Dconfig.rs159 let header = ColorSpec::new().set_bold(true).set_intense(true).clone(); in with_blue()
/third_party/rust/crates/termcolor/src/
H A Dlib.rs1825 pub fn set_intense(&mut self, yes: bool) -> &mut ColorSpec { in set_intense() functions
2313 color.set_intense(intense); in all_attributes()

Completed in 4 milliseconds