Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp465 Line prevTangent(prevV->fPoint, in strokeBoundary() local
469 if (prevTangent.dist(outerPoint) > 0) { in strokeBoundary()
470 bisector.intersect(prevTangent, &outerPoint); in strokeBoundary()
482 Line prevTangent(prevV->fPoint, in strokeBoundary() local
486 if (prevTangent.dist(innerPoint) > 0) { in strokeBoundary()
487 bisector.intersect(prevTangent, &innerPoint); in strokeBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp2006 Line prevTangent(prevV->fPoint, in stroke_boundary() local
2010 if (prevTangent.dist(outerPoint) > 0) { in stroke_boundary()
2011 bisector.intersect(prevTangent, &outerPoint); in stroke_boundary()
2023 Line prevTangent(prevV->fPoint, in stroke_boundary() local
2027 if (prevTangent.dist(innerPoint) > 0) { in stroke_boundary()
2028 bisector.intersect(prevTangent, &innerPoint); in stroke_boundary()