Home
last modified time | relevance | path

Searched refs:debugID (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/tests/
DPathOpsDebug.cpp544 SkDebugf("[%d", segment->debugID()); in dumpOne()
545 SkDebugf("/%d", debugID()); in dumpOne()
548 SkDebugf("%d", fNext->fStart->segment()->debugID()); in dumpOne()
549 SkDebugf("/%d", fNext->debugID()); in dumpOne()
554 SkDebugf(" s=%1.9g [%d] e=%1.9g [%d]", fStart->t(), fStart->debugID(), in dumpOne()
555 fEnd->t(), fEnd->debugID()); in dumpOne()
601 next->fPart.fCurve.dumpID(next->segment()->debugID()); in dumpCurves()
634 if (ptT->debugID() == id) { in debugMatchID()
667 this->segment()->debugID(), this->span()->debugID(), this->debugID()); in dump()
680 next->segment()->debugID(), next->span()->debugID(), next->debugID()); in dumpAll()
[all …]
/third_party/skia/src/pathops/
DSkOpSegment.cpp146 __FUNCTION__, debugID(), start->t(), end->t(), in activeOp()
271 span->segment()->debugID(), span->debugID()); in addT()
623 last->segment()->debugID(), last->debugID()); in findNextOp()
640 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextOp()
719 last->segment()->debugID(), last->debugID()); in findNextWinding()
736 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextWinding()
807 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextXor()
967 last->segment()->debugID(), last->debugID()); in markAngle()
996 last->segment()->debugID(), last->debugID()); in markAngle()
1241 rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in missingCoincidence()
[all …]
DSkPathOpsDebug.cpp380 SkDebugf(" seg/base=%d/%d", glitch.fBase->segment()->debugID(), in CheckHealth()
381 glitch.fBase->debugID()); in CheckHealth()
384 SkDebugf(" seg/base=%d/%d", glitch.fSuspect->segment()->debugID(), in CheckHealth()
385 glitch.fSuspect->debugID()); in CheckHealth()
388 SkDebugf(" segment=%d", glitch.fSegment->debugID()); in CheckHealth()
391 SkDebugf(" coinSeg/Span/PtT=%d/%d/%d", glitch.fCoinSpan->segment()->debugID(), in CheckHealth()
392 glitch.fCoinSpan->span()->debugID(), glitch.fCoinSpan->debugID()); in CheckHealth()
395 SkDebugf(" endSpan=%d", glitch.fEndSpan->debugID()); in CheckHealth()
398 SkDebugf(" oppSeg/Span/PtT=%d/%d/%d", glitch.fOppSpan->segment()->debugID(), in CheckHealth()
399 glitch.fOppSpan->span()->debugID(), glitch.fOppSpan->debugID()); in CheckHealth()
[all …]
DSkOpAngle.cpp76 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
78 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
79 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
96 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
98 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
99 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
DSkPathOpsSimplify.cpp40 current->debugID(), start->pt().fX, start->pt().fY, in bridgeWinding()
70 SkDebugf("%s chase.append id=%d", __FUNCTION__, last->segment()->debugID()); in bridgeWinding()
117 current->debugID(), start->pt().fX, start->pt().fY, in bridgeXor()
DSkPathOpsTSect.h208 int debugID() const { in debugID() function
303 int debugID() const { in debugID() function
DSkPathOpsOp.cpp154 current->debugID(), start->pt().fX, start->pt().fY, in bridgeOp()
184 SkDebugf("%s chase.append id=%d", __FUNCTION__, last->segment()->debugID()); in bridgeOp()
DSkOpAngle.h35 int debugID() const { in debugID() function
DSkOpSpan.h50 int debugID() const { in debugID() function
224 int debugID() const { in debugID() function
DSkPathOpsWinding.cpp274 gDebugRayDirName[static_cast<int>(dir)], hitBase.fSpan->segment()->debugID(), in sortableTop()
283 hit->fValid, operand, span ? span->debugID() : -1, ccw); in sortableTop()
DSkOpBuilder.cpp80 topSegment->debugID(), globalState.nested(), topContour->isCcw()); in FixWinding()
DSkPathOpsTSect.cpp86 priorSpan->debugID() : -1, t, opp->debugID()); in addForPerp()
92 priorSpan->debugID() : -1, opp->debugID()); in addForPerp()
475 SkASSERT(((this->debugID() ^ overlap->debugID()) & 1) == 1); in validateBounded()
DSkOpCoincidence.cpp1117 SkDebugf("seg=%d span=%d windValue=%d oppValue=%d\n", segment->debugID(), in apply()
1118 start->debugID(), windValue, oppValue); in apply()
1119 SkDebugf("seg=%d span=%d windValue=%d oppValue=%d\n", oSegment->debugID(), in apply()
1120 oStart->debugID(), oWindValue, oOppValue); in apply()
DSkOpContour.h77 int debugID() const { in debugID() function
DSkOpCoincidence.h42 const char* debugID() const { in debugID() function
DSkOpSegment.h143 int debugID() const { in debugID() function