Searched refs:imageBound (Results 1 – 1 of 1) sorted by relevance
96 public static void getEdgePoints(RectF imageBound, float[] array) { in getEdgePoints() argument100 array[x] = GeometryMathUtils.clamp(array[x], imageBound.left, imageBound.right); in getEdgePoints()101 array[x + 1] = GeometryMathUtils.clamp(array[x + 1], imageBound.top, imageBound.bottom); in getEdgePoints()