Home
last modified time | relevance | path

Searched defs:set_color (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/termcolor/src/
Dlib.rs143 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()>; in set_color() method
171 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
186 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
672 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
706 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
740 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
790 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
859 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
1223 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
1294 fn set_color(&mut self, _: &ColorSpec) -> io::Result<()> { in set_color() method
[all …]
/third_party/rust/crates/codespan/codespan-reporting/examples/
Dreadme_preview.rs232 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
270 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
/third_party/rust/crates/codespan/codespan-reporting/tests/support/
Dcolor_buffer.rs71 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
/third_party/python/Tools/pynche/
DChipViewer.py60 def set_color(self, color): member in ChipWidget
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs160 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
278 pub fn set_color(&mut self, color: Color) -> &mut Style { in set_color() method
/third_party/rust/crates/codespan/codespan-reporting/src/term/
Drenderer.rs976 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
/third_party/rust/crates/clap/src/error/
Dmod.rs293 pub(crate) fn set_color(mut self, color_when: ColorChoice) -> Self { in set_color() method
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dmakepng.c238 set_color(png_colorp color, png_bytep trans, unsigned int red, in set_color() function
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dmakepng.c238 set_color(png_colorp color, png_bytep trans, unsigned int red, in set_color() function
/third_party/ffmpeg/libavfilter/
Dvsrc_testsrc.c702 static void set_color(TestSourceContext *s, FFDrawColor *color, uint32_t argb) in set_color() function