HomeSort by relevance Sort by last modified time
    Searched defs:set_color (Results 1 - 8 of 8) sorted by null

  /external/python/cpython2/Tools/pynche/
ChipViewer.py 61 def set_color(self, color):
114 self.__selected.set_color(rrggbb)
115 self.__nearest.set_color(nearest_rrggbb)
60 def set_color(self, color): member in class:ChipWidget
  /external/python/cpython3/Tools/pynche/
ChipViewer.py 61 def set_color(self, color):
114 self.__selected.set_color(rrggbb)
115 self.__nearest.set_color(nearest_rrggbb)
60 def set_color(self, color): member in class:ChipWidget
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Posterize.java 40 mScript.set_color(new Short4((short)r, (short)g, (short)b, (short)255));
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Posterize.java 49 mScript.set_color(new Short4((short)r, (short)g, (short)b, (short)255));
  /external/python/cpython2/Demo/curses/
xmas.py 31 def set_color(win, color): function
90 set_color(treescrn, curses.COLOR_GREEN)
136 set_color(treescrn2, curses.COLOR_BLUE)
161 set_color(treescrn2, curses.COLOR_YELLOW)
173 set_color(treescrn2, curses.COLOR_WHITE)
188 set_color(treescrn2, curses.COLOR_WHITE)
206 set_color(treescrn2, curses.COLOR_WHITE)
226 set_color(treescrn2, curses.COLOR_WHITE)
251 set_color(treescrn2, curses.COLOR_WHITE)
  /external/tensorflow/tensorflow/compiler/xla/service/
logical_buffer.h 119 void set_color(Color color) { function in class:xla::LogicalBuffer
  /external/libpng/contrib/libtests/
makepng.c 238 set_color(png_colorp color, png_bytep trans, unsigned int red, function
269 set_color(palette+0, trans+0, colors[1], colors[1], colors[1], 255,
274 set_color(palette+0, trans+0, colors[1], colors[1], colors[1],
279 set_color(palette+0, trans+0, colors[1], colors[2], colors[3], 255,
284 set_color(palette+0, trans+0, colors[1], colors[2], colors[3],
291 set_color(palette+0, trans+0, 255, 0, 0, 0, gamma_table);
292 set_color(palette+1, trans+1, 255, 255, 255, 255, gamma_table);
313 set_color(palette+ip, trans+ip,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 597 void set_color(VkClearColorValue inValue) { m_struct.color = inValue; } function in class:vkclearvalue_struct_wrapper
    [all...]

Completed in 446 milliseconds