Home
last modified time | relevance | path

Searched defs:rgb (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DParcelableColorSpace.java44 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 DColorExtractor.java78 int rgb = argb | 0xFF000000; in findDominantColorByHue() local
106 int rgb = pixels[i]; in findDominantColorByHue() local
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dredeye.c24 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
H A Dhsv.c33 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 Dexposure.c23 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
H A Dhighlight.c26 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
H A Dshadows.c33 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
H A Dhue.c23 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
H A Dcontrast.c43 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
H A Dbwfilter.c24 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
H A Dfx.c40 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DColor_Delegate.java37 …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 DMaterial.java111 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 DLABPointProvider.java53 float[] rgb = mLabToRgb.transform(centroid); in toInt() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterBwFilter.java57 int rgb = Color.HSVToColor(hsv); in apply() local
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoUtil.java45 public static void decodeYUV420SPQuarterRes(int[] rgb, byte[] yuv420sp, int width, int height) { in decodeYUV420SPQuarterRes()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DPanoUtil.java45 public static void decodeYUV420SPQuarterRes(int[] rgb, byte[] yuv420sp, int width, int height) { in decodeYUV420SPQuarterRes()
/aosp12/frameworks/base/libs/hwui/utils/
H A DColor.cpp338 float3 rgb; in sRGBToLab() local
353 float3 rgb = colorSpace.xyzToRGB(xyz); in LabToSRGB() local
/aosp12/frameworks/native/libs/ui/tools/
H A Dlutgen.cpp169 half3 rgb = half3(*data++); in main() local
/aosp12/frameworks/native/libs/ui/include_types/ui/
H A DColorSpace.h179 constexpr float3 rgbToXYZ(const float3& rgb) const noexcept { in rgbToXYZ()
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DColorSpace.h179 constexpr float3 rgbToXYZ(const float3& rgb) const noexcept { in rgbToXYZ()
/aosp12/frameworks/native/libs/math/include/math/
H A Dvec4.h56 TVec3<T> rgb; member
/aosp12/hardware/qcom/display/msm8960/liblight/
H A Dlights.c146 int rgb; in set_speaker_light_locked() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java117 int rgb = image.getRGB(x, y); in assertImageSimilar() local
/aosp12/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp230 static uint32_t rgb(uint32_t r, uint32_t g, uint32_t b) in rgb() function

12