Searched refs:testSeg (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 290 const SkOpSegment* testSeg = testPtT->segment(); in addEndMovedSpans() local 294 if (testSeg == baseSeg) { in addEndMovedSpans() 300 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in addEndMovedSpans() 308 (*CurveIntersectRay[testSeg->verb()])(testSeg->pts(), testSeg->weight(), ray, &i); in addEndMovedSpans() 318 SkOpSegment* writableSeg = const_cast<SkOpSegment*>(testSeg); in addEndMovedSpans()
|
D | SkPathOpsDebug.cpp | 1468 const SkOpSegment* testSeg = testPtT->segment(); in debugAddEndMovedSpans() local 1472 if (testSeg == baseSeg) { in debugAddEndMovedSpans() 1478 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in debugAddEndMovedSpans() 1486 (*CurveIntersectRay[testSeg->verb()])(testSeg->pts(), testSeg->weight(), ray, &i); in debugAddEndMovedSpans() 1496 SkOpSegment* writableSeg = const_cast<SkOpSegment*>(testSeg); in debugAddEndMovedSpans()
|