Searched refs:ptMatches (Results 1 – 1 of 1) sorted by relevance
1085 int ptMatches = 0; in linesIntersect() local1088 ptMatches += thisRayI.pt(tIndex).approximatelyEqual(thisLine.fPts[lIndex]); in linesIntersect()1091 if (ptMatches == 2 || is_parallel(thisLine, opp->fCurve)) { in linesIntersect()1096 int ptMatches = 0; in linesIntersect() local1099 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()1102 if (ptMatches == 2|| is_parallel(oppLine, this->fCurve)) { in linesIntersect()