Searched defs:firstPoint (Results 1 – 4 of 4) 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()
72 var firstPoint = points[y]; variable
168 final T firstPoint = pointSet.remove(random.nextInt(pointSet.size())); in chooseInitialCenters() local
77 const SkPoint& firstPoint() const { return fPts[0].fPt; } in firstPoint() function