Home
last modified time | relevance | path

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

/external/skqp/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.cpp1489 const SkOpSegment* baseSeg = base->segment(); in debugAddEndMovedSpans() local
1495 if (testSeg == baseSeg) { in debugAddEndMovedSpans()
1501 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in debugAddEndMovedSpans()
1505 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in debugAddEndMovedSpans()
/external/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.cpp1488 const SkOpSegment* baseSeg = base->segment(); in debugAddEndMovedSpans() local
1494 if (testSeg == baseSeg) { in debugAddEndMovedSpans()
1500 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in debugAddEndMovedSpans()
1504 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in debugAddEndMovedSpans()