Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp454 Line outerTangent(tangent); in strokeBoundary() local
456 outerTangent.fC += 0.5; in strokeBoundary()
462 !outerTangent.intersect(bisector, &outerPoint)) { in strokeBoundary()
478 if (!outerTangent.intersect(prevOuter, &outerPoint1) || in strokeBoundary()
479 !outerTangent.intersect(outer, &outerPoint2)) { in strokeBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp1995 Line outerTangent(tangent); in stroke_boundary() local
1997 outerTangent.fC += 0.5; in stroke_boundary()
2003 !outerTangent.intersect(bisector, &outerPoint)) { in stroke_boundary()
2019 if (!outerTangent.intersect(prevOuter, &outerPoint1) || in stroke_boundary()
2020 !outerTangent.intersect(outer, &outerPoint2)) { in stroke_boundary()