Searched refs:SkTCoincident (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | PathOpsTSectDebug.h | 11 char SkTCoincident<TCurve, OppCurve>::dumpIsCoincidentStr() const { in dumpIsCoincidentStr() 19 void SkTCoincident<TCurve, OppCurve>::dump() const { in dump()
|
/external/skia/src/pathops/ |
D | SkPathOpsTSect.h | 22 class SkTCoincident { 24 SkTCoincident() { in SkTCoincident() function 195 SkTCoincident<TCurve, OppCurve> fCoinStart; 196 SkTCoincident<TCurve, OppCurve> fCoinEnd; 334 void SkTCoincident<TCurve, OppCurve>::setPerp(const TCurve& c1, double t, in setPerp() 1422 SkTCoincident<OppCurve, TCurve> oCoinS, oCoinE; in linesIntersect() 1438 SkTCoincident<TCurve, OppCurve> coinS; in linesIntersect() 1447 SkTCoincident<TCurve, OppCurve> coinE; in linesIntersect() 1458 SkTCoincident<TCurve, OppCurve> coinW; in linesIntersect() 1561 SkTCoincident<TCurve, OppCurve> coin; in mergeCoincidence() [all …]
|