/external/python/cpython2/Tools/pynche/ |
ChipViewer.py | 64 def get_color(self): 130 rrggbb = self.__nearest.get_color() 63 def get_color(self): member in class:ChipWidget
|
/external/python/cpython3/Tools/pynche/ |
ChipViewer.py | 64 def get_color(self): 130 rrggbb = self.__nearest.get_color() 63 def get_color(self): member in class:ChipWidget
|
/external/google-benchmark/tools/gbench/ |
report.py | 235 def get_color(res): function in function:generate_difference_report.find_test 250 get_color(tres), 252 get_color(cpures),
|
/external/libcxx/utils/google-benchmark/tools/gbench/ |
report.py | 235 def get_color(res): function in function:generate_difference_report.find_test 250 get_color(tres), 252 get_color(cpures),
|
/device/generic/goldfish/camera/ |
EmulatedFakeRotatingCameraDevice.cpp | 148 static void get_color(uint32_t* img, int i, int j, int w, int h, int dw, uint32_t * color) { function in namespace:android 163 get_color(src, i, j, sw, sh, dw, &color);
|
/external/python/cpython3/Lib/idlelib/ |
configdialog.py | 751 invokes get_color() which displays a ColorChooser to change the 772 get_color: Invoke colorchooser [button_set_color]. 1064 def get_color(self): member in class:HighPage [all...] |