Home
last modified time | relevance | path

Searched refs:baseSeg (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp284 const SkOpSegment* baseSeg = base->segment(); in addEndMovedSpans() local
294 if (testSeg == baseSeg) { in addEndMovedSpans()
300 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in addEndMovedSpans()
304 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in addEndMovedSpans()
DSkPathOpsDebug.cpp1466 const SkOpSegment* baseSeg = base->segment(); in debugAddEndMovedSpans() local
1472 if (testSeg == baseSeg) { in debugAddEndMovedSpans()
1478 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in debugAddEndMovedSpans()
1482 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in debugAddEndMovedSpans()