HomeSort by relevance Sort by last modified time
    Searched refs:ILLUMINANT_D50_XYZ (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java 200 private static final float[] ILLUMINANT_D50_XYZ = { 0.964212f, 1.0f, 0.825188f };
    [all...]
  /frameworks/native/libs/ui/
ColorSpace.cpp 377 static const float3 ILLUMINANT_D50_XYZ = {0.964212f, 1.0f, 0.825188f};
406 rgbToXYZ = adaptation(BRADFORD, srcXYZ, ILLUMINANT_D50_XYZ) * src.getRGBtoXYZ();
410 xyzToRGB = inverse(adaptation(BRADFORD, dstXYZ, ILLUMINANT_D50_XYZ) * dst.getRGBtoXYZ());

Completed in 587 milliseconds