Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h1350 int ptMatches = 0; in linesIntersect() local
1353 ptMatches += thisRayI.pt(tIndex).approximatelyEqual(thisLine.fPts[lIndex]); in linesIntersect()
1356 if (ptMatches == 2 || is_parallel(thisLine, opp->fCurve)) { in linesIntersect()
1361 int ptMatches = 0; in linesIntersect() local
1364 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()
1367 if (ptMatches == 2|| is_parallel(oppLine, this->fCurve)) { in linesIntersect()