Searched refs:curveEnd (Results 1 – 2 of 2) sorted by relevance
56 void closeContour(const SkPoint& curveEnd, const SkPoint& curveStart);
51 void SkOpEdgeBuilder::closeContour(const SkPoint& curveEnd, const SkPoint& curveStart) { in closeContour() argument52 if (!SkDPoint::ApproximatelyEqual(curveEnd, curveStart)) { in closeContour()