Home
last modified time | relevance | path

Searched refs:supports_color (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/termcolor/src/
H A Dlib.rs134 fn supports_color(&self) -> bool; in supports_color() functions
168 fn supports_color(&self) -> bool { in supports_color() functions
169 (&**self).supports_color() in supports_color()
183 fn supports_color(&self) -> bool { in supports_color() functions
184 (&**self).supports_color() in supports_color()
667 fn supports_color(&self) -> bool { in supports_color() functions
668 self.wtr.supports_color() in supports_color()
701 fn supports_color(&self) -> bool { in supports_color() functions
702 self.wtr.supports_color() in supports_color()
735 fn supports_color( functions
781 fn supports_color(&self) -> bool { supports_color() functions
849 fn supports_color(&self) -> bool { supports_color() functions
1213 fn supports_color(&self) -> bool { supports_color() functions
1289 fn supports_color(&self) -> bool { supports_color() functions
1361 fn supports_color(&self) -> bool { supports_color() functions
1521 fn supports_color(&self) -> bool { supports_color() functions
1623 fn supports_color(&self) -> bool { supports_color() functions
2124 fn supports_color(&self) -> bool { supports_color() functions
[all...]
/third_party/ninja/src/
H A Dline_printer.h29 bool supports_color() const { return supports_color_; } in supports_color() function
H A Dstatus.cc206 if (printer_.supports_color()) {
227 if (!printer_.supports_color())
/third_party/rust/crates/codespan/codespan-reporting/tests/support/
H A Dcolor_buffer.rs67 fn supports_color(&self) -> bool { in supports_color() functions
/third_party/backends/backend/
H A Dhs2p.h188 SANE_Bool supports_color; member
H A Dhs2p.c1203 dev->info.supports_color = (vbuf.imagecomposition & 0x08) == 0x08 ? SANE_TRUE : SANE_FALSE; /* FALSE */ in attach()
1213 if (dev->info.supports_color) in attach()
1226 dev->info.supports_color ? " Color" : " B&W", " Scanner"); in attach()
H A Dhs2p-scsi.c115 info->supports_color ? "Yes" : "No"); in ScannerDump()

Completed in 10 milliseconds