Lines Matching refs:debugID

380             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()
402 SkDebugf(" oppEndSpan=%d", glitch.fOppEndSpan->debugID()); in CheckHealth()
411 SkDebugf(" segment=%d", glitch.fOppSegment->debugID()); in CheckHealth()
1130 if (lastId == this->debugID() && lastT == span->t()) { in debugShowActiveSpans()
1133 lastId = this->debugID(); in debugShowActiveSpans()
1135 str->appendf("%s id=%d", __FUNCTION__, this->debugID()); in debugShowActiveSpans()
1170 SkDebugf("%s id=%d", fun, this->debugID()); in debugShowNewWinding()
1176 span->t(), span->debugID(), pt.fX, pt.fY, span->next()->t()); in debugShowNewWinding()
1194 SkDebugf("%s id=%d", fun, this->debugID()); in debugShowNewWinding()
1200 span->t(), span->debugID(), pt.fX, pt.fY, span->next()->t(), winding, oppWinding); in debugShowNewWinding()
1244 SkDebugf("%s testLenSq=%1.9g id=%d\n", __FUNCTION__, testLenSq, testSegment->debugID()); in debugCheckNearCoincidence()
1259 testSegment->debugID(), nextSegment->debugID()); in debugCheckNearCoincidence()
1280 this->segment()->debugID()); in debugPart()
1284 this->segment()->debugID()); in debugPart()
1289 this->segment()->debugID()); in debugPart()
1293 this->segment()->debugID()); in debugPart()
2098 SkDebugf("coinSpan - id=%d t=%1.9g tEnd=%1.9g\n", coinPtTStart()->segment()->debugID(), in debugShow()
2100 SkDebugf("coinSpan + id=%d t=%1.9g tEnd=%1.9g\n", oppPtTStart()->segment()->debugID(), in debugShow()