Searched defs:vPoint (Results 1 – 1 of 1) sorted by relevance
21 private final PointF vPoint = new PointF(); field in FreehandView120 sourceToViewCoord(sPoints.get(i).x, sPoints.get(i).y, vPoint); in onDraw() local