Lines Matching refs:debugID

394             SkDebugf(" seg/base=%d/%d", glitch.fBase->segment()->debugID(),  in CheckHealth()
395 glitch.fBase->debugID()); in CheckHealth()
398 SkDebugf(" seg/base=%d/%d", glitch.fSuspect->segment()->debugID(), in CheckHealth()
399 glitch.fSuspect->debugID()); in CheckHealth()
402 SkDebugf(" segment=%d", glitch.fSegment->debugID()); in CheckHealth()
405 SkDebugf(" coinSeg/Span/PtT=%d/%d/%d", glitch.fCoinSpan->segment()->debugID(), in CheckHealth()
406 glitch.fCoinSpan->span()->debugID(), glitch.fCoinSpan->debugID()); in CheckHealth()
409 SkDebugf(" endSpan=%d", glitch.fEndSpan->debugID()); in CheckHealth()
412 SkDebugf(" oppSeg/Span/PtT=%d/%d/%d", glitch.fOppSpan->segment()->debugID(), in CheckHealth()
413 glitch.fOppSpan->span()->debugID(), glitch.fOppSpan->debugID()); in CheckHealth()
416 SkDebugf(" oppEndSpan=%d", glitch.fOppEndSpan->debugID()); in CheckHealth()
425 SkDebugf(" segment=%d", glitch.fOppSegment->debugID()); in CheckHealth()
1134 if (lastId == this->debugID() && lastT == span->t()) { in debugShowActiveSpans()
1137 lastId = this->debugID(); in debugShowActiveSpans()
1139 str->appendf("%s id=%d", __FUNCTION__, this->debugID()); in debugShowActiveSpans()
1174 SkDebugf("%s id=%d", fun, this->debugID()); in debugShowNewWinding()
1180 span->t(), span->debugID(), pt.fX, pt.fY, span->next()->t()); in debugShowNewWinding()
1198 SkDebugf("%s id=%d", fun, this->debugID()); in debugShowNewWinding()
1204 span->t(), span->debugID(), pt.fX, pt.fY, span->next()->t()); in debugShowNewWinding()
1248 SkDebugf("%s testLenSq=%1.9g id=%d\n", __FUNCTION__, testLenSq, testSegment->debugID()); in debugCheckNearCoincidence()
1263 testSegment->debugID(), nextSegment->debugID()); in debugCheckNearCoincidence()
1284 this->segment()->debugID()); in debugPart()
1288 this->segment()->debugID()); in debugPart()
1293 this->segment()->debugID()); in debugPart()
1297 this->segment()->debugID()); in debugPart()
2084 SkDebugf("coinSpan - id=%d t=%1.9g tEnd=%1.9g\n", coinPtTStart()->segment()->debugID(), in debugShow()
2086 SkDebugf("coinSpan + id=%d t=%1.9g tEnd=%1.9g\n", oppPtTStart()->segment()->debugID(), in debugShow()