Searched refs:testSeg (Results 1 – 4 of 4) sorted by relevance
/external/skqp/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 | 1491 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/ |
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()
|