Searched refs:hCos (Results 1 – 2 of 2) sorted by relevance
583 double hCos = Math.cos(hueRadians); in findResultByJ() local595 double gamma = 23.0 * (p2 + 0.305) * t / (23.0 * p1 + 11 * t * hCos + 108.0 * t * hSin); in findResultByJ()596 double a = gamma * hCos; in findResultByJ()
403 double hCos = Math.cos(hRad); in xyzInViewingConditions() local405 double gamma = 23.0 * (p2 + 0.305) * t / (23.0 * p1 + 11.0 * t * hCos + 108.0 * t * hSin); in xyzInViewingConditions()406 double a = gamma * hCos; in xyzInViewingConditions()