/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | ParcelableColorSpace.java | 44 ColorSpace.Rgb rgb = (ColorSpace.Rgb) colorSpace; in isParcelable() local 68 ColorSpace.Rgb rgb = (ColorSpace.Rgb) mColorSpace; in ParcelableColorSpace() local 95 ColorSpace.Rgb rgb = (ColorSpace.Rgb) mColorSpace; in writeToParcel() local
|
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
H A D | ColorExtractor.java | 78 int rgb = argb | 0xFF000000; in findDominantColorByHue() local 106 int rgb = pixels[i]; in findDominantColorByHue() local
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | redeye.c | 24 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
H A D | hsv.c | 33 void rgb2hsv( unsigned char *rgb,int rgbOff,unsigned short *hsv,int hsvOff) in rgb2hsv() 82 void hsv2rgb(unsigned short *hsv,int hsvOff, unsigned char *rgb,int rgbOff) in hsv2rgb()
|
H A D | exposure.c | 23 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
H A D | highlight.c | 26 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
H A D | shadows.c | 33 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
H A D | hue.c | 23 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
H A D | contrast.c | 43 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
H A D | bwfilter.c | 24 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
H A D | fx.c | 40 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Color_Delegate.java | 37 …java.awt.Color rgb = new java.awt.Color(java.awt.Color.HSBtoRGB(hsv[0] / 360, pin(hsv[1]), pin(hsv… in nativeHSVToColor() local
|
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
H A D | Material.java | 111 int rgb = Color.HSVToColor(new float[]{360 * h, s, f}); in setup() local 151 int rgb = material[i][1] & 0xFFFFFF; in setup() local 193 int rgb = (int) (Math.random() * 0xFFFFFF); in setup() local
|
/aosp12/frameworks/base/core/java/com/android/internal/graphics/palette/ |
H A D | LABPointProvider.java | 53 float[] rgb = mLabToRgb.transform(centroid); in toInt() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
H A D | ImageFilterBwFilter.java | 57 int rgb = Color.HSVToColor(hsv); in apply() local
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
H A D | PanoUtil.java | 45 public static void decodeYUV420SPQuarterRes(int[] rgb, byte[] yuv420sp, int width, int height) { in decodeYUV420SPQuarterRes()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | PanoUtil.java | 45 public static void decodeYUV420SPQuarterRes(int[] rgb, byte[] yuv420sp, int width, int height) { in decodeYUV420SPQuarterRes()
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | Color.cpp | 338 float3 rgb; in sRGBToLab() local 353 float3 rgb = colorSpace.xyzToRGB(xyz); in LabToSRGB() local
|
/aosp12/frameworks/native/libs/ui/tools/ |
H A D | lutgen.cpp | 169 half3 rgb = half3(*data++); in main() local
|
/aosp12/frameworks/native/libs/ui/include_types/ui/ |
H A D | ColorSpace.h | 179 constexpr float3 rgbToXYZ(const float3& rgb) const noexcept { in rgbToXYZ()
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | ColorSpace.h | 179 constexpr float3 rgbToXYZ(const float3& rgb) const noexcept { in rgbToXYZ()
|
/aosp12/frameworks/native/libs/math/include/math/ |
H A D | vec4.h | 56 TVec3<T> rgb; member
|
/aosp12/hardware/qcom/display/msm8960/liblight/ |
H A D | lights.c | 146 int rgb; in set_speaker_light_locked() local
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | ImageUtils.java | 117 int rgb = image.getRGB(x, y); in assertImageSimilar() local
|
/aosp12/frameworks/native/opengl/tests/gl_perf/ |
H A D | fill_common.cpp | 230 static uint32_t rgb(uint32_t r, uint32_t g, uint32_t b) in rgb() function
|