Home
last modified time | relevance | path

Searched refs:currentPoint (Results 1 – 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java508 Point2D.Float currentPoint = new Point2D.Float(segment[0], segment[1]); in nApproximate() local
511 totalLength += currentPoint.distance(previousPoint); in nApproximate()
513 previousPoint = currentPoint; in nApproximate()
514 points.add(currentPoint); in nApproximate()