Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp424 Line prevOuter(prevEdge->fLine); in strokeBoundary() local
425 prevOuter.fC += radius; in strokeBoundary()
441 prevOuter.intersect(outer, &outerPoint)) { in strokeBoundary()
466 prevV->fPoint + SkVector::Make(prevOuter.fA, prevOuter.fB)); in strokeBoundary()
478 if (!outerTangent.intersect(prevOuter, &outerPoint1) || in strokeBoundary()
538 prevOuter = outer; in strokeBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp1965 Line prevOuter(prevEdge->fLine); in stroke_boundary() local
1966 prevOuter.fC += radius; in stroke_boundary()
1982 prevOuter.intersect(outer, &outerPoint)) { in stroke_boundary()
2007 prevV->fPoint + SkVector::Make(prevOuter.fA, prevOuter.fB)); in stroke_boundary()
2019 if (!outerTangent.intersect(prevOuter, &outerPoint1) || in stroke_boundary()
2079 prevOuter = outer; in stroke_boundary()