| /frameworks/base/graphics/java/android/graphics/ |
| 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
|
| D | Color.java | 1282 public static int rgb( in rgb() method in Color 1300 public static int rgb(float red, float green, float blue) { in rgb() method in Color
|
| D | ColorSpace.java | 1374 ColorSpace.Rgb rgb = (ColorSpace.Rgb) colorSpace; in adapt() local 1508 ColorSpace.Rgb rgb = (ColorSpace.Rgb) adapt(colorSpace, ILLUMINANT_D50_XYZ); in match() local
|
| /frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
| D | ColorExtractor.java | 89 int rgb = argb | 0xFF000000; in findDominantColorByHue() local 117 int rgb = pixels[i]; in findDominantColorByHue() local
|
| /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
| 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
|
| /frameworks/base/core/java/com/android/internal/graphics/palette/ |
| D | LABPointProvider.java | 53 float[] rgb = mLabToRgb.transform(centroid); in toInt() local
|
| /frameworks/native/libs/ui/tools/ |
| D | lutgen.cpp | 169 half3 rgb = half3(*data++); in main() local
|
| /frameworks/base/libs/hwui/utils/ |
| D | Color.cpp | 370 float3 rgb; in sRGBToLab() local 385 float3 rgb = colorSpace.xyzToRGB(xyz); in LabToSRGB() local
|
| /frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/util/ |
| D | ImageUtils.java | 108 int rgb = image.getRGB(x, y); in assertImageSimilar() local
|
| /frameworks/native/libs/ui/include_vndk/ui/ |
| D | ColorSpace.h | 179 constexpr float3 rgbToXYZ(const float3& rgb) const noexcept { in rgbToXYZ()
|
| /frameworks/native/libs/ui/include_types/ui/ |
| D | ColorSpace.h | 179 constexpr float3 rgbToXYZ(const float3& rgb) const noexcept { in rgbToXYZ()
|
| /frameworks/native/libs/math/include/math/ |
| D | vec4.h | 56 TVec3<T> rgb; member
|
| /frameworks/native/opengl/tests/gl_perf/ |
| D | fill_common.cpp | 230 static uint32_t rgb(uint32_t r, uint32_t g, uint32_t b) in rgb() function
|
| /frameworks/native/libs/ultrahdr/tests/ |
| D | gainmapmath_test.cpp | 81 Color rgb = srgbInvOetf(rgb_gamma); in SrgbYuvToLuminance() local 88 Color rgb = srgbInvOetf(rgb_gamma); in P3YuvToLuminance() local 97 Color rgb = hdrInvOetf(rgb_gamma); in Bt2100YuvToLuminance() local 105 Color rgb = srgbInvOetf(rgb_gamma); in Recover() local
|
| /frameworks/native/libs/ultrahdr/ |
| D | icc.cpp | 502 float rgb[3] = { in writeIccProfile() local
|
| /frameworks/native/opengl/tests/hwc/ |
| D | hwcTestLib.cpp | 797 bool rgb; in hwcTestColorConvert() member
|
| /frameworks/native/libs/renderengine/tests/ |
| D | RenderEngineTest.cpp | 1528 const vec3 rgb = vec3(normColor, normColor, normColor); in tonemap() local
|