Searched defs:clamp (Results 1 – 3 of 3) sorted by relevance
288 final int clamp(int c) { in clamp() method in ImageProcessingTest.BlendFunc
413 static private Target.Floaty clamp(double value, double minValue, double maxValue, Target t) { in clamp() method in CoreMathVerifier
742 private static double clamp(double low, double high, double value) { in clamp() method in RawConverter