Home
last modified time | relevance | path

Searched refs:get_color (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/tools/skqp/
DREADME_ALGORITHM.md30 value = get_color(pixel_value, color_channel)
31 v_max = get_color(pixel_max, color_channel)
32 v_min = get_color(pixel_min, color_channel)
/third_party/python/Tools/pynche/
DChipViewer.py63 def get_color(self): member in ChipWidget
128 rrggbb = self.__nearest.get_color()
/third_party/benchmark/tools/gbench/
Dreport.py342 def get_color(res): function
370 get_color(measurement['time']),
372 get_color(measurement['cpu']),
/third_party/rust/crates/clap/tests/builder/
Dapp_settings.rs1208 assert_eq!(cmd.get_color(), clap::ColorChoice::Never); in color_is_global()
1211 assert_eq!(sub.get_color(), clap::ColorChoice::Never); in color_is_global()
/third_party/rust/crates/clap/src/error/
Dmod.rs145 self.set_color(cmd.get_color()) in with_cmd()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs3351 pub fn get_color(&self) -> ColorChoice { in get_color() method
4621 self.get_color() in color_help()
/third_party/python/Lib/idlelib/
Dconfigdialog.py669 command=self.get_color)
853 def get_color(self): member in HighPage