Lines Matching refs:outerPoint
1979 SkPoint innerPoint, outerPoint; in stroke_boundary() local
1982 prevOuter.intersect(outer, &outerPoint)) { in stroke_boundary()
1988 Line bisector(innerPoint, outerPoint); in stroke_boundary()
2003 !outerTangent.intersect(bisector, &outerPoint)) { in stroke_boundary()
2010 if (prevTangent.dist(outerPoint) > 0) { in stroke_boundary()
2011 bisector.intersect(prevTangent, &outerPoint); in stroke_boundary()
2013 if (nextTangent.dist(outerPoint) < 0) { in stroke_boundary()
2014 bisector.intersect(nextTangent, &outerPoint); in stroke_boundary()
2016 outerPoint1 = outerPoint2 = outerPoint; in stroke_boundary()
2063 LOG("outer (%g, %g)\n", outerPoint.fX, outerPoint.fY); in stroke_boundary()
2065 Vertex* outerVertex = alloc.make<Vertex>(outerPoint, 0); in stroke_boundary()