Lines Matching refs:SkTCoincident
16 class SkTCoincident {
18 SkTCoincident() { in SkTCoincident() function
178 SkTCoincident<TCurve, OppCurve> fCoinStart;
179 SkTCoincident<TCurve, OppCurve> fCoinEnd;
315 void SkTCoincident<TCurve, OppCurve>::setPerp(const TCurve& c1, double t, in setPerp()
1311 SkTCoincident<OppCurve, TCurve> oCoinS, oCoinE; in linesIntersect()
1327 SkTCoincident<TCurve, OppCurve> coinS; in linesIntersect()
1336 SkTCoincident<TCurve, OppCurve> coinE; in linesIntersect()
1347 SkTCoincident<TCurve, OppCurve> coinW; in linesIntersect()
1444 SkTCoincident<TCurve, OppCurve> coin; in mergeCoincidence()
2077 SkTCoincident<TCurve, OppCurve> perp; in BinarySearch()