Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/graphics/
DColorUtils.java498 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
499 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
500 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
609 private static double pivotXyzComponent(double component) { in pivotXyzComponent() method in ColorUtils