Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathOpsAngleTest.cpp488 SkOpSpanBase* endSpan = &fHead; in debugAddAngle() local
489 while (endSpan->ptT() != endPtT) { in debugAddAngle()
490 endSpan = endSpan->upCast()->next(); in debugAddAngle()
492 angle->set(startSpan, endSpan); in debugAddAngle()
495 endSpan->setFromAngle(angle); in debugAddAngle()
497 endSpan->upCast()->setToAngle(angle); in debugAddAngle()
/third_party/skia/src/pathops/
DSkOpSegment.cpp1064 static SkOpSegment* set_last(SkOpSpanBase** last, SkOpSpanBase* endSpan) { in set_last() argument
1066 *last = endSpan; in set_last()
1075 SkOpSpanBase* endSpan = step > 0 ? origStart->upCast()->next() : origStart->prev(); in nextChase() local
1076 SkASSERT(endSpan); in nextChase()
1077 SkOpAngle* angle = step > 0 ? endSpan->fromAngle() : endSpan->upCast()->toAngle(); in nextChase()
1082 if (endSpan->t() != 0 && endSpan->t() != 1) { in nextChase()
1085 SkOpPtT* otherPtT = endSpan->ptT()->next(); in nextChase()
1094 return set_last(last, endSpan); in nextChase()
1107 foundSpan = endSpan = next->start(); in nextChase()
1115 return set_last(last, endSpan); in nextChase()
[all …]
DSkPathOpsCommon.cpp50 SkOpSpanBase* endSpan = angle->end(); in AngleWinding() local
51 SkOpSpan* lesser = startSpan->starter(endSpan); in AngleWinding()
DSkPathOpsDebug.cpp164 const SkOpPtT* coinSpan, const SkOpPtT* endSpan) { in record()
168 glitch->fEndSpan = endSpan; in record()
170 glitch->fOppEndSpan = endSpan; in record()