Home
last modified time | relevance | path

Searched refs:nextTangent (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp467 Line nextTangent(nextV->fPoint, in strokeBoundary() local
472 if (nextTangent.dist(outerPoint) < 0) { in strokeBoundary()
473 bisector.intersect(nextTangent, &outerPoint); in strokeBoundary()
484 Line nextTangent(nextV->fPoint, in strokeBoundary() local
489 if (nextTangent.dist(innerPoint) < 0) { in strokeBoundary()
490 bisector.intersect(nextTangent, &innerPoint); in strokeBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp2008 Line nextTangent(nextV->fPoint, in stroke_boundary() local
2013 if (nextTangent.dist(outerPoint) < 0) { in stroke_boundary()
2014 bisector.intersect(nextTangent, &outerPoint); in stroke_boundary()
2025 Line nextTangent(nextV->fPoint, in stroke_boundary() local
2030 if (nextTangent.dist(innerPoint) < 0) { in stroke_boundary()
2031 bisector.intersect(nextTangent, &innerPoint); in stroke_boundary()