Lines Matching refs:SkDebugf
186 SkDebugf(mask & (1 << index) ? "x" : "-"); in CheckHealth()
188 SkDebugf(" %s\n", id); in CheckHealth()
216 SkDebugf("?"); in WindingPrintf()
218 SkDebugf("%d", wind); in WindingPrintf()
247 …SkDebugf("\nstatic void %s(skiatest::Reporter* reporter, const char* filename) {\n", functionName); in show_function_header()
249 SkDebugf("found it\n"); in show_function_header()
266 SkDebugf(" testPathOp(reporter, %s, %s, %s, filename);\n", pathOne, pathTwo, gOpStrs[op]); in show_op()
267 SkDebugf("}\n"); in show_op()
328 SkDebugf("%s: {{", verbs[verb]); in dump_curve()
333 SkDebugf(", "); in dump_curve()
336 SkDebugf("}"); in dump_curve()
338 SkDebugf(", "); in dump_curve()
340 SkDebugf("%.0f", weight); in dump_curve()
342 SkDebugf("%1.9gf", weight); in dump_curve()
345 SkDebugf("}\n"); in dump_curve()
350 SkDebugf("\n"); in debugLoopReport()
352 SkDebugf("%s: %d\n", loops[index], fDebugLoopCount[index]); in debugLoopReport()
866 SkDebugf("%s id=%d", __FUNCTION__, this->debugID()); in debugShowActiveSpans()
867 SkDebugf(" (%1.9g,%1.9g", fPts[0].fX, fPts[0].fY); in debugShowActiveSpans()
869 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowActiveSpans()
872 SkDebugf(" %1.9gf", fWeight); in debugShowActiveSpans()
875 SkDebugf(") t=%1.9g (%1.9g,%1.9g)", ptT->fT, ptT->fPt.fX, ptT->fPt.fY); in debugShowActiveSpans()
876 SkDebugf(" tEnd=%1.9g", span->next()->t()); in debugShowActiveSpans()
878 SkDebugf(" windSum=?"); in debugShowActiveSpans()
880 SkDebugf(" windSum=%d", span->windSum()); in debugShowActiveSpans()
883 SkDebugf(" oppSum=?"); in debugShowActiveSpans()
885 SkDebugf(" oppSum=%d", span->oppSum()); in debugShowActiveSpans()
887 SkDebugf(" windValue=%d", span->windValue()); in debugShowActiveSpans()
889 SkDebugf(" oppValue=%d", span->oppValue()); in debugShowActiveSpans()
891 SkDebugf("\n"); in debugShowActiveSpans()
899 SkDebugf("%s id=%d", fun, this->debugID()); in debugShowNewWinding()
900 SkDebugf(" (%1.9g,%1.9g", fPts[0].fX, fPts[0].fY); in debugShowNewWinding()
902 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()
904 SkDebugf(") t=%1.9g [%d] (%1.9g,%1.9g) tEnd=%1.9g newWindSum=", in debugShowNewWinding()
907 SkDebugf("?"); in debugShowNewWinding()
909 SkDebugf("%d", winding); in debugShowNewWinding()
911 SkDebugf(" windSum="); in debugShowNewWinding()
913 SkDebugf("?"); in debugShowNewWinding()
915 SkDebugf("%d", span->windSum()); in debugShowNewWinding()
917 SkDebugf(" windValue=%d\n", span->windValue()); in debugShowNewWinding()
923 SkDebugf("%s id=%d", fun, this->debugID()); in debugShowNewWinding()
924 SkDebugf(" (%1.9g,%1.9g", fPts[0].fX, fPts[0].fY); in debugShowNewWinding()
926 SkDebugf(" %1.9g,%1.9g", fPts[vIndex].fX, fPts[vIndex].fY); in debugShowNewWinding()
928 SkDebugf(") t=%1.9g [%d] (%1.9g,%1.9g) tEnd=%1.9g newWindSum=", in debugShowNewWinding()
931 SkDebugf("?"); in debugShowNewWinding()
933 SkDebugf("%d", winding); in debugShowNewWinding()
935 SkDebugf(" newOppSum="); in debugShowNewWinding()
937 SkDebugf("?"); in debugShowNewWinding()
939 SkDebugf("%d", oppWinding); in debugShowNewWinding()
941 SkDebugf(" oppSum="); in debugShowNewWinding()
943 SkDebugf("?"); in debugShowNewWinding()
945 SkDebugf("%d", span->oppSum()); in debugShowNewWinding()
947 SkDebugf(" windSum="); in debugShowNewWinding()
949 SkDebugf("?"); in debugShowNewWinding()
951 SkDebugf("%d", span->windSum()); in debugShowNewWinding()
953 SkDebugf(" windValue=%d oppValue=%d\n", span->windValue(), span->oppValue()); in debugShowNewWinding()
973 SkDebugf("%s testLenSq=%1.9g id=%d\n", __FUNCTION__, testLenSq, testSegment->debugID()); in debugCheckNearCoincidence()
987 SkDebugf("%s distSq=%1.9g testId=%d nextId=%d\n", __FUNCTION__, distSq, in debugCheckNearCoincidence()
989 SkDebugf("%s testMidDistSq=%1.9g\n", __FUNCTION__, testMidDistSq); in debugCheckNearCoincidence()
990 SkDebugf("%s testEndDistSq=%1.9g\n", __FUNCTION__, testEndDistSq); in debugCheckNearCoincidence()
991 SkDebugf("%s nextMidDistSq=%1.9g\n", __FUNCTION__, nextMidDistSq); in debugCheckNearCoincidence()
992 SkDebugf("%s nextEndDistSq=%1.9g\n", __FUNCTION__, nextEndDistSq); in debugCheckNearCoincidence()
995 SkDebugf("%s nextLenSq=%1.9g\n", __FUNCTION__, nextLenSq); in debugCheckNearCoincidence()
996 SkDebugf("\n"); in debugCheckNearCoincidence()
1037 SkDebugf("\n"); in debugLoop()
1447 SkDebugf("%s - id=%d t=%1.9g tEnd=%1.9g\n", __FUNCTION__, in debugShowCoincidence()
1450 SkDebugf("%s + id=%d t=%1.9g tEnd=%1.9g\n", __FUNCTION__, in debugShowCoincidence()
1567 SkDebugf("*** bad coincident end loop ***\n"); in debugCoinEndLoopCheck()
1636 SkDebugf("*** bad coincident loop ***\n"); in debugCoinLoopCheck()
1721 SkDebugf("*** bad ptT loop ***\n"); in debugLoopLimit()
1731 SkDebugf("*** loop count exceeds 1000 ***\n"); in debugLoopLimit()
1754 SkDebugf("%d", (int) num); in output_scalar()
1764 SkDebugf("%sf", str.c_str()); in output_scalar()
1771 SkDebugf(", "); in output_points()
1774 SkDebugf(", "); in output_points()
1785 SkDebugf(" %s.moveTo(", pathName); in showPathContours()
1787 SkDebugf(");\n"); in showPathContours()
1790 SkDebugf(" %s.lineTo(", pathName); in showPathContours()
1792 SkDebugf(");\n"); in showPathContours()
1795 SkDebugf(" %s.quadTo(", pathName); in showPathContours()
1797 SkDebugf(");\n"); in showPathContours()
1800 SkDebugf(" %s.conicTo(", pathName); in showPathContours()
1802 SkDebugf(", %1.9gf);\n", iter.conicWeight()); in showPathContours()
1805 SkDebugf(" %s.cubicTo(", pathName); in showPathContours()
1807 SkDebugf(");\n"); in showPathContours()
1810 SkDebugf(" %s.close();\n", pathName); in showPathContours()
1839 SkDebugf("path.addRect(%1.9g, %1.9g, %1.9g, %1.9g, %s);\n", rect.fLeft, rect.fTop, in ShowOnePath()
1849 SkDebugf(" SkPath %s;\n", name); in ShowOnePath()
1851 SkDebugf(" %s.setFillType(SkPath::%s);\n", name, gFillTypeStr[fillType]); in ShowOnePath()