Home
last modified time | relevance | path

Searched refs:perpE (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp1172 SkDVector perpS, perpE; in linesIntersect() local
1185 perpE = span->pointLast() - coinE.perpPt(); in linesIntersect()
1187 perpE = oCoinS.perpPt() - oppSpan->pointFirst(); in linesIntersect()
1189 perpE = oCoinE.perpPt() - oppSpan->pointLast(); in linesIntersect()
1191 if (perpS.dot(perpE) >= 0) { in linesIntersect()

Completed in 3 milliseconds