Lines Matching refs:SkDebugf
340 SkDebugf("%.*s", end - s + 1, s); in ShowActiveSpans()
373 SkDebugf(mask & (1 << index) ? "x" : "-"); in CheckHealth()
375 SkDebugf(" %s\n", contourList->globalState()->debugCoinDictEntry().fFunctionName); in CheckHealth()
378 SkDebugf("%02d: ", index); in CheckHealth()
380 SkDebugf(" seg/base=%d/%d", glitch.fBase->segment()->debugID(), in CheckHealth()
384 SkDebugf(" seg/base=%d/%d", glitch.fSuspect->segment()->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()
395 SkDebugf(" endSpan=%d", glitch.fEndSpan->debugID()); in CheckHealth()
398 SkDebugf(" oppSeg/Span/PtT=%d/%d/%d", glitch.fOppSpan->segment()->debugID(), in CheckHealth()
402 SkDebugf(" oppEndSpan=%d", glitch.fOppEndSpan->debugID()); in CheckHealth()
405 SkDebugf(" startT=%g", glitch.fStartT); in CheckHealth()
408 SkDebugf(" endT=%g", glitch.fEndT); in CheckHealth()
411 SkDebugf(" segment=%d", glitch.fOppSegment->debugID()); in CheckHealth()
414 SkDebugf(" oppStartT=%g", glitch.fOppStartT); in CheckHealth()
417 SkDebugf(" oppEndT=%g", glitch.fOppEndT); in CheckHealth()
420 SkDebugf(" pt=%g,%g", glitch.fPt.fX, glitch.fPt.fY); in CheckHealth()
423 SkDebugf("\n"); in CheckHealth()
439 case kAddCorruptCoin_Glitch: SkDebugf(" AddCorruptCoin"); break; in DumpGlitchType()
440 case kAddExpandedCoin_Glitch: SkDebugf(" AddExpandedCoin"); break; in DumpGlitchType()
441 case kAddExpandedFail_Glitch: SkDebugf(" AddExpandedFail"); break; in DumpGlitchType()
442 case kAddIfCollapsed_Glitch: SkDebugf(" AddIfCollapsed"); break; in DumpGlitchType()
443 case kAddIfMissingCoin_Glitch: SkDebugf(" AddIfMissingCoin"); break; in DumpGlitchType()
444 case kAddMissingCoin_Glitch: SkDebugf(" AddMissingCoin"); break; in DumpGlitchType()
445 case kAddMissingExtend_Glitch: SkDebugf(" AddMissingExtend"); break; in DumpGlitchType()
446 case kAddOrOverlap_Glitch: SkDebugf(" AAddOrOverlap"); break; in DumpGlitchType()
447 case kCollapsedCoin_Glitch: SkDebugf(" CollapsedCoin"); break; in DumpGlitchType()
448 case kCollapsedDone_Glitch: SkDebugf(" CollapsedDone"); break; in DumpGlitchType()
449 case kCollapsedOppValue_Glitch: SkDebugf(" CollapsedOppValue"); break; in DumpGlitchType()
450 case kCollapsedSpan_Glitch: SkDebugf(" CollapsedSpan"); break; in DumpGlitchType()
451 case kCollapsedWindValue_Glitch: SkDebugf(" CollapsedWindValue"); break; in DumpGlitchType()
452 case kCorrectEnd_Glitch: SkDebugf(" CorrectEnd"); break; in DumpGlitchType()
453 case kDeletedCoin_Glitch: SkDebugf(" DeletedCoin"); break; in DumpGlitchType()
454 case kExpandCoin_Glitch: SkDebugf(" ExpandCoin"); break; in DumpGlitchType()
455 case kFail_Glitch: SkDebugf(" Fail"); break; in DumpGlitchType()
456 case kMarkCoinEnd_Glitch: SkDebugf(" MarkCoinEnd"); break; in DumpGlitchType()
457 case kMarkCoinInsert_Glitch: SkDebugf(" MarkCoinInsert"); break; in DumpGlitchType()
458 case kMarkCoinMissing_Glitch: SkDebugf(" MarkCoinMissing"); break; in DumpGlitchType()
459 case kMarkCoinStart_Glitch: SkDebugf(" MarkCoinStart"); break; in DumpGlitchType()
460 case kMergeMatches_Glitch: SkDebugf(" MergeMatches"); break; in DumpGlitchType()
461 case kMissingCoin_Glitch: SkDebugf(" MissingCoin"); break; in DumpGlitchType()
462 case kMissingDone_Glitch: SkDebugf(" MissingDone"); break; in DumpGlitchType()
463 case kMissingIntersection_Glitch: SkDebugf(" MissingIntersection"); break; in DumpGlitchType()
464 case kMoveMultiple_Glitch: SkDebugf(" MoveMultiple"); break; in DumpGlitchType()
465 case kMoveNearbyClearAll_Glitch: SkDebugf(" MoveNearbyClearAll"); break; in DumpGlitchType()
466 case kMoveNearbyClearAll2_Glitch: SkDebugf(" MoveNearbyClearAll2"); break; in DumpGlitchType()
467 case kMoveNearbyMerge_Glitch: SkDebugf(" MoveNearbyMerge"); break; in DumpGlitchType()
468 case kMoveNearbyMergeFinal_Glitch: SkDebugf(" MoveNearbyMergeFinal"); break; in DumpGlitchType()
469 case kMoveNearbyRelease_Glitch: SkDebugf(" MoveNearbyRelease"); break; in DumpGlitchType()
470 case kMoveNearbyReleaseFinal_Glitch: SkDebugf(" MoveNearbyReleaseFinal"); break; in DumpGlitchType()
471 case kReleasedSpan_Glitch: SkDebugf(" ReleasedSpan"); break; in DumpGlitchType()
472 case kReturnFalse_Glitch: SkDebugf(" ReturnFalse"); break; in DumpGlitchType()
473 case kUnaligned_Glitch: SkDebugf(" Unaligned"); break; in DumpGlitchType()
474 case kUnalignedHead_Glitch: SkDebugf(" UnalignedHead"); break; in DumpGlitchType()
475 case kUnalignedTail_Glitch: SkDebugf(" UnalignedTail"); break; in DumpGlitchType()
506 SkDebugf("?"); in WindingPrintf()
508 SkDebugf("%d", wind); in WindingPrintf()
537 …SkDebugf("\nstatic void %s(skiatest::Reporter* reporter, const char* filename) {\n", functionName); in show_function_header()
539 SkDebugf("found it\n"); in show_function_header()
556 SkDebugf(" testPathOp(reporter, %s, %s, %s, filename);\n", pathOne, pathTwo, gOpStrs[op]); in show_op()
557 SkDebugf("}\n"); in show_op()
630 SkDebugf("%s: {{", verbs[verb]); in dump_curve()
635 SkDebugf(", "); in dump_curve()
638 SkDebugf("}"); in dump_curve()
640 SkDebugf(", "); in dump_curve()
642 SkDebugf("%.0f", weight); in dump_curve()
644 SkDebugf("%1.9gf", weight); in dump_curve()
647 SkDebugf("}\n"); in dump_curve()
652 SkDebugf("\n"); in debugLoopReport()
654 SkDebugf("%s: %d\n", loops[index], fDebugLoopCount[index]); in debugLoopReport()
1193 SkDebugf("%s id=%d", fun, this->debugID()); in debugShowNewWinding()
1194 SkDebugf(" (%1.9g,%1.9g", fPts[0].fX, fPts[0].fY); in debugShowNewWinding()
1196 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()
1198 SkDebugf(") t=%1.9g [%d] (%1.9g,%1.9g) tEnd=%1.9g newWindSum=", in debugShowNewWinding()
1201 SkDebugf("?"); in debugShowNewWinding()
1203 SkDebugf("%d", winding); in debugShowNewWinding()
1205 SkDebugf(" windSum="); in debugShowNewWinding()
1207 SkDebugf("?"); in debugShowNewWinding()
1209 SkDebugf("%d", span->windSum()); in debugShowNewWinding()
1211 SkDebugf(" windValue=%d\n", span->windValue()); in debugShowNewWinding()
1217 SkDebugf("%s id=%d", fun, this->debugID()); in debugShowNewWinding()
1218 SkDebugf(" (%1.9g,%1.9g", fPts[0].fX, fPts[0].fY); in debugShowNewWinding()
1220 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()
1222 SkDebugf(") t=%1.9g [%d] (%1.9g,%1.9g) tEnd=%1.9g newWindSum=", in debugShowNewWinding()
1225 SkDebugf("?"); in debugShowNewWinding()
1227 SkDebugf("%d", winding); in debugShowNewWinding()
1229 SkDebugf(" newOppSum="); in debugShowNewWinding()
1231 SkDebugf("?"); in debugShowNewWinding()
1233 SkDebugf("%d", oppWinding); in debugShowNewWinding()
1235 SkDebugf(" oppSum="); in debugShowNewWinding()
1237 SkDebugf("?"); in debugShowNewWinding()
1239 SkDebugf("%d", span->oppSum()); in debugShowNewWinding()
1241 SkDebugf(" windSum="); in debugShowNewWinding()
1243 SkDebugf("?"); in debugShowNewWinding()
1245 SkDebugf("%d", span->windSum()); in debugShowNewWinding()
1247 SkDebugf(" windValue=%d oppValue=%d\n", span->windValue(), span->oppValue()); in debugShowNewWinding()
1267 SkDebugf("%s testLenSq=%1.9g id=%d\n", __FUNCTION__, testLenSq, testSegment->debugID()); in debugCheckNearCoincidence()
1281 SkDebugf("%s distSq=%1.9g testId=%d nextId=%d\n", __FUNCTION__, distSq, in debugCheckNearCoincidence()
1283 SkDebugf("%s testMidDistSq=%1.9g\n", __FUNCTION__, testMidDistSq); in debugCheckNearCoincidence()
1284 SkDebugf("%s testEndDistSq=%1.9g\n", __FUNCTION__, testEndDistSq); in debugCheckNearCoincidence()
1285 SkDebugf("%s nextMidDistSq=%1.9g\n", __FUNCTION__, nextMidDistSq); in debugCheckNearCoincidence()
1286 SkDebugf("%s nextEndDistSq=%1.9g\n", __FUNCTION__, nextEndDistSq); in debugCheckNearCoincidence()
1289 SkDebugf("%s nextLenSq=%1.9g\n", __FUNCTION__, nextLenSq); in debugCheckNearCoincidence()
1290 SkDebugf("\n"); in debugCheckNearCoincidence()
1331 SkDebugf("\n"); in debugLoop()
2121 SkDebugf("coinSpan - id=%d t=%1.9g tEnd=%1.9g\n", coinPtTStart()->segment()->debugID(), in debugShow()
2123 SkDebugf("coinSpan + id=%d t=%1.9g tEnd=%1.9g\n", oppPtTStart()->segment()->debugID(), in debugShow()
2467 SkDebugf("*** bad coincident end loop ***\n"); in debugCoinEndLoopCheck()
2638 SkDebugf("*** bad coincident loop ***\n"); in debugCoinLoopCheck()
2786 SkDebugf("*** bad ptT loop ***\n"); in debugLoopLimit()
2796 SkDebugf("*** loop count exceeds 1000 ***\n"); in debugLoopLimit()
2839 SkDebugf("%d", (int) num); in output_scalar()
2849 SkDebugf("%sf", str.c_str()); in output_scalar()
2856 SkDebugf(", "); in output_points()
2859 SkDebugf(", "); in output_points()
2870 SkDebugf(" %s.moveTo(", pathName); in showPathContours()
2872 SkDebugf(");\n"); in showPathContours()
2875 SkDebugf(" %s.lineTo(", pathName); in showPathContours()
2877 SkDebugf(");\n"); in showPathContours()
2880 SkDebugf(" %s.quadTo(", pathName); in showPathContours()
2882 SkDebugf(");\n"); in showPathContours()
2885 SkDebugf(" %s.conicTo(", pathName); in showPathContours()
2887 SkDebugf(", %1.9gf);\n", iter.conicWeight()); in showPathContours()
2890 SkDebugf(" %s.cubicTo(", pathName); in showPathContours()
2892 SkDebugf(");\n"); in showPathContours()
2895 SkDebugf(" %s.close();\n", pathName); in showPathContours()
2924 SkDebugf("path.addRect(%1.9g, %1.9g, %1.9g, %1.9g, %s);\n", rect.fLeft, rect.fTop, in ShowOnePath()
2934 SkDebugf(" SkPath %s;\n", name); in ShowOnePath()
2936 SkDebugf(" %s.setFillType(SkPath::%s);\n", name, gFillTypeStr[fillType]); in ShowOnePath()
3067 SkDebugf("// Op did not expect failure\n"); in ReportOpFail()
3107 SkDebugf("// Simplify did not expect failure\n"); in ReportSimplifyFail()