Searched refs:ptMatches (Results 1 – 1 of 1) sorted by relevance
1350 int ptMatches = 0; in linesIntersect() local1353 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() local1364 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()1367 if (ptMatches == 2|| is_parallel(oppLine, this->fCurve)) { in linesIntersect()