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

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

Completed in 150 milliseconds