Searched defs:firstPoint (Results 1 – 7 of 7) sorted by relevance
82 PointF firstPoint = null; in drawSeries() local155 …protected void renderPath(Canvas canvas, RectF plotArea, Path path, PointF firstPoint, PointF last… in renderPath()
139 Vector2D firstPoint = null; in retrieveLineSegments() local
72 var firstPoint = points[y]; variable
168 final T firstPoint = pointSet.remove(random.nextInt(pointSet.size())); in chooseInitialCenters() local
275 final T firstPoint = pointList.get(firstPointIndex); in chooseInitialCenters() local
306 final T firstPoint = pointList.get(firstPointIndex); in chooseInitialCenters() local
75 const SkPoint& firstPoint() const { return fPts[0].fPt; } in firstPoint() function