Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h1519 SkDVector perpS, perpE; in linesIntersect() local
1523 perpS = span->fPart[0] - coinS.perpPt(); in linesIntersect()
1525 perpS = oCoinE.perpPt() - oppSpan->fPart[OppCurve::kPointLast]; in linesIntersect()
1527 perpS = oCoinS.perpPt() - oppSpan->fPart[0]; in linesIntersect()
1538 if (perpS.dot(perpE) >= 0) { in linesIntersect()
1558 if ((perpS.dot(perpW) >= 0) == (tStep < 0)) { in linesIntersect()