Home
last modified time | relevance | path

Searched refs:get_color (Results 1 – 12 of 12) 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/cef/libcef/browser/views/
Dbutton_impl.h88 ParentClass::root_view()->background()->get_color(), 0x61)); in SetInkDropEnabled()
Dview_impl.h677 return content_view()->background()->get_color(); in GetBackgroundColor()
/third_party/benchmark/tools/gbench/
Dreport.py333 def get_color(res): function
361 get_color(measurement['time']),
363 get_color(measurement['cpu']),
/third_party/cef/include/capi/
Dcef_menu_model_capi.h451 int(CEF_CALLBACK* get_color)(struct _cef_menu_model_t* self,
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.cc1042 if (CEF_MEMBER_MISSING(_struct, get_color)) in GetColor()
1048 int _retval = _struct->get_color(_struct, command_id, color_type, &color); in GetColor()
/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/cef/libcef_dll/cpptoc/
Dmenu_model_cpptoc.cc1278 GetStruct()->get_color = menu_model_get_color; in CefMenuModelCppToC()
/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
4619 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