Home | History | Annotate | Download | only in util

Lines Matching defs:pivotXyzComponent

819             x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
820 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
821 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
918 private static double pivotXyzComponent(double component) {