Searched refs:SkTCoincident (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsTSect.h | 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() [all …]
|
/external/skia/tests/ |
D | PathOpsTSectDebug.h | 11 void SkTCoincident<TCurve, OppCurve>::dump() const { in dump()
|