• Home
  • Raw
  • Download

Lines Matching refs:debugID

823     SkDebugf("[%d", segment->debugID());  in dumpOne()
824 SkDebugf("/%d", debugID()); in dumpOne()
827 SkDebugf("%d", fNext->fStart->segment()->debugID()); in dumpOne()
828 SkDebugf("/%d", fNext->debugID()); in dumpOne()
833 SkDebugf(" s=%1.9g [%d] e=%1.9g [%d]", fStart->t(), fStart->debugID(), in dumpOne()
834 fEnd->t(), fEnd->debugID()); in dumpOne()
880 next->fCurvePart.dumpID(next->segment()->debugID()); in dumpCurves()
913 if (ptT->debugID() == id) { in debugMatchID()
942 this->segment()->debugID(), this->span()->debugID(), this->debugID()); in dump()
955 next->segment()->debugID(), next->span()->debugID(), next->debugID()); in dumpAll()
998 SkDebugf("seg=%d span=%d", this->segment()->debugID(), this->debugID()); in dumpAll()
1016 SkDebugf(" coinEnd seg/span=%d/%d", coin->segment()->debugID(), coin->debugID()); in dumpBase()
1019 SkDebugf(" seg/span=%d/%d", oPt->segment()->debugID(), oPt->span()->debugID()); in dumpBase()
1052 SkDebugf(" coinStart seg/span=%d/%d", coin->segment()->debugID(), coin->debugID()); in dumpSpan()
1094 SkDebugf("%.*s span=%d ", contour()->debugIndent(), " ", span->debugID()); in dump()
1114 SkDebugf("seg=%d\n", debugID()); in dumpAngles()
1120 SkDebugf(" span=%d from=%d ", span->debugID(), fAngle->debugID()); in dumpAngles()
1124 SkDebugf(" span=%d to=%d ", span->debugID(), tAngle->debugID()); in dumpAngles()
1139 SkDebugf("%s=%d {{", prefix, this->debugID()); in dumpPtsInner()
1161 SkDebugf("- seg=%d span=%d ptT=%d ", fCoinPtTStart->segment()->debugID(), in dump()
1162 fCoinPtTStart->span()->debugID(), fCoinPtTStart->debugID()); in dump()
1164 SkDebugf(" span=%d ptT=%d ", fCoinPtTEnd->span()->debugID(), fCoinPtTEnd->debugID()); in dump()
1173 SkDebugf("+ seg=%d span=%d ptT=%d ", fOppPtTStart->segment()->debugID(), in dump()
1174 fOppPtTStart->span()->debugID(), fOppPtTStart->debugID()); in dump()
1176 SkDebugf(" span=%d ptT=%d ", fOppPtTEnd->span()->debugID(), fOppPtTEnd->debugID()); in dump()
1209 SkDebugf("contour=%d count=%d op=%d xor=%d\n", this->debugID(), fCount, fOperand, fXor); in dump()
1223 SkDebugf("contour=%d count=%d op=%d xor=%d\n", this->debugID(), fCount, fOperand, fXor); in dumpAll()
1238 SkDebugf("contour=%d\n", this->debugID()); in dumpAngles()
1241 SkDebugf(" seg=%d ", segment->debugID()); in dumpAngles()
1249 if (segment->debugID() == index) { in dumpPt()
1256 SkDebugf("contour=%d\n", this->debugID()); in dumpPts()
1259 SkDebugf(" %s=%d ", prefix, segment->debugID()); in dumpPts()
1298 SkDebugf("contour=%d\n", this->debugID()); in dumpSpans()
1301 SkDebugf(" seg=%d ", segment->debugID()); in dumpSpans()
1325 if (angle && angle->debugID() == id) { in debugAngle()
1329 if (angle && angle->debugID() == id) { in debugAngle()
1335 if (angle && angle->debugID() == id) { in debugAngle()
1347 if (contour->debugID() == id) { in debugContour()
1382 if (segment->debugID() == id) { in debugSegment()
1398 if (span->debugID() == id) { in debugSpan()
1403 if (tail->debugID() == id) { in debugSpan()