HomeSort by relevance Sort by last modified time
    Searched refs:hsv_to_rgb (Results 1 - 10 of 10) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_colorsys.py 25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_colorsys.py 25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_colorsys.py 25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_colorsys.py 25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
135 def hsv_to_rgb(h, s, v): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
135 def hsv_to_rgb(h, s, v): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
135 def hsv_to_rgb(h, s, v): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
135 def hsv_to_rgb(h, s, v): function
  /external/opencv3/modules/core/include/opencv2/core/cuda/
color.hpp 193 OPENCV_CUDA_IMPLEMENT_HSV2RGB_TRAITS(hsv_to_rgb, 3, 3, 2)
  /external/autotest/frontend/tko/
graphing_utils.py 70 yield colorsys.hsv_to_rgb(float(i) / n, 1.0, 1.0)

Completed in 2902 milliseconds