Searched refs:rawInput (Results 1 – 1 of 1) sorted by relevance
66 float[] rawInput = path.approximate(ACCEPTABLE_ERROR); in getApproximatePoints() local70 for (int i = 0; i < rawInput.length; i = i + 3) { in getApproximatePoints()71 output.add(new PointF(rawInput[i + 1], rawInput[i + 2])); in getApproximatePoints()