Searched defs:oppLine (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTSect.h1422 SkDLine oppLine = {{ oppSpan->fPart[0], oppSpan->fPart[OppCurve::kPointLast] }}; local
1428 if (!oppRayI.intersectRay(this->fCurve, oppLine)) {
1447 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]);
1450 if (ptMatches == 2|| is_parallel(oppLine, this->fCurve)) {
1498 oppLine[0] = opp->fCurve.ptAtT(start);
1499 oppLine[1] = oppLine[0] + opp->fCurve.dxdyAtT(start);
1500 if (!oppRayI.intersectRay(this->fCurve, oppLine)) {

Completed in 573 milliseconds