Searched refs:nextTangent (Results 1 – 2 of 2) sorted by relevance
467 Line nextTangent(nextV->fPoint, in strokeBoundary() local472 if (nextTangent.dist(outerPoint) < 0) { in strokeBoundary()473 bisector.intersect(nextTangent, &outerPoint); in strokeBoundary()484 Line nextTangent(nextV->fPoint, in strokeBoundary() local489 if (nextTangent.dist(innerPoint) < 0) { in strokeBoundary()490 bisector.intersect(nextTangent, &innerPoint); in strokeBoundary()
2008 Line nextTangent(nextV->fPoint, in stroke_boundary() local2013 if (nextTangent.dist(outerPoint) < 0) { in stroke_boundary()2014 bisector.intersect(nextTangent, &outerPoint); in stroke_boundary()2025 Line nextTangent(nextV->fPoint, in stroke_boundary() local2030 if (nextTangent.dist(innerPoint) < 0) { in stroke_boundary()2031 bisector.intersect(nextTangent, &innerPoint); in stroke_boundary()