Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp1074 SkDLine oppLine = {{ oppSpan->pointFirst(), oppSpan->pointLast() }}; in linesIntersect() local
1080 if (!oppRayI.intersectRay(this->fCurve, oppLine)) { in linesIntersect()
1098 for (int lIndex = 0; lIndex < (int) SK_ARRAY_COUNT(oppLine.fPts); ++lIndex) { in linesIntersect()
1099 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()
1102 if (ptMatches == 2|| is_parallel(oppLine, this->fCurve)) { in linesIntersect()
1150 oppLine[0] = opp->fCurve.ptAtT(start); in linesIntersect()
1151 oppLine[1] = oppLine[0] + opp->fCurve.dxdyAtT(start); in linesIntersect()
1152 if (!oppRayI.intersectRay(this->fCurve, oppLine)) { in linesIntersect()