Searched refs:computeMatrixForCct (Results 1 – 4 of 4) sorted by relevance
35 abstract float[] computeMatrixForCct(int cct); in computeMatrixForCct() method in ColorTemperatureTintController
168 computeMatrixForCct(mAppliedCct); in getMatrix()204 computeMatrixForCct(mTargetCct); in setMatrix()234 public float[] computeMatrixForCct(int cct) { in computeMatrixForCct() method in DisplayWhiteBalanceTintController
716 tintController.computeMatrixForCct(to)); in applyTintByCct()735 tintController.computeMatrixForCct(value)); in applyTintByCct()764 tintController.computeMatrixForCct(to)); in applyTintByCct()
347 final float[] matrixDwb = mDisplayWhiteBalanceTintController.computeMatrixForCct(cct); in displayWhiteBalance_targetApplied_validateTransformMatrix()