Searched refs:tmpPoints (Results 1 – 1 of 1) sorted by relevance
51 final float[] tmpPoints = new float[count * 2]; in GestureStroke() local60 tmpPoints[i * 2] = p.x; in GestureStroke()61 tmpPoints[i * 2 + 1] = p.y; in GestureStroke()72 len += Math.hypot(p.x - tmpPoints[(i - 1) * 2], p.y - tmpPoints[(i -1) * 2 + 1]); in GestureStroke()79 this.points = tmpPoints; in GestureStroke()