Searched refs:RGB_to_HSV (Results 1 – 1 of 1) sorted by relevance
24 static SkScalar RGB_to_HSV(SkColor color, HSV_Choice choice) { in RGB_to_HSV() function61 SkScalar hue = choice == kGetHue ? hsv : RGB_to_HSV(color, kGetHue); in HSV_to_RGB()62 SkScalar saturation = choice == kGetSaturation ? hsv : RGB_to_HSV(color, kGetSaturation); in HSV_to_RGB()63 SkScalar value = choice == kGetValue ? hsv : RGB_to_HSV(color, kGetValue); in HSV_to_RGB()190 result = RGB_to_HSV(color, kGetHue); in getProperty()196 result = RGB_to_HSV(color, kGetSaturation); in getProperty()199 result = RGB_to_HSV(color, kGetValue); in getProperty()