Home
last modified time | relevance | path

Searched refs:RGBToHSV (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DColor.java1414 public static void RGBToHSV( in RGBToHSV() method in Color
1435 RGBToHSV((color >> 16) & 0xFF, (color >> 8) & 0xFF, color & 0xFF, hsv); in colorToHSV()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt6223 HSPLandroid/graphics/Color;->RGBToHSV(III[F)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt6226 HSPLandroid/graphics/Color;->RGBToHSV(III[F)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15282 …method public static void RGBToHSV(@IntRange(from=0, to=255) int, @IntRange(from=0, to=255) int, @…