Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkOpCoincidence.cpp290 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()
DSkPathOpsDebug.cpp1491 const SkOpSegment* testSeg = testPtT->segment(); in debugAddEndMovedSpans() local
1495 if (testSeg == baseSeg) { in debugAddEndMovedSpans()
1501 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in debugAddEndMovedSpans()
1509 (*CurveIntersectRay[testSeg->verb()])(testSeg->pts(), testSeg->weight(), ray, &i); in debugAddEndMovedSpans()
1519 SkOpSegment* writableSeg = const_cast<SkOpSegment*>(testSeg); in debugAddEndMovedSpans()
/external/skia/src/pathops/
DSkOpCoincidence.cpp290 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()
DSkPathOpsDebug.cpp1490 const SkOpSegment* testSeg = testPtT->segment(); in debugAddEndMovedSpans() local
1494 if (testSeg == baseSeg) { in debugAddEndMovedSpans()
1500 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in debugAddEndMovedSpans()
1508 (*CurveIntersectRay[testSeg->verb()])(testSeg->pts(), testSeg->weight(), ray, &i); in debugAddEndMovedSpans()
1518 SkOpSegment* writableSeg = const_cast<SkOpSegment*>(testSeg); in debugAddEndMovedSpans()