Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/cam/
DHctSolver.java391 static boolean areInCyclicOrder(double a, double b, double c) { in areInCyclicOrder() method in HctSolver
522 if (uncut || areInCyclicOrder(leftHue, midHue, rightHue)) { in bisectToSegment()
524 if (areInCyclicOrder(leftHue, targetHue, midHue)) { in bisectToSegment()
575 if (areInCyclicOrder(leftHue, targetHue, midHue)) { in bisectToLimit()