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.cpp1468 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()