Home | History | Annotate | Download | only in tests

Lines Matching refs:SkDebugf

60         SkDebugf("%d", (int) num);
70 SkDebugf("%sf", str.c_str());
77 SkDebugf(", ");
80 SkDebugf(", ");
83 SkDebugf(");\n");
92 SkDebugf(" %s.moveTo(", pathName);
96 SkDebugf(" %s.lineTo(", pathName);
100 SkDebugf(" %s.quadTo(", pathName);
104 SkDebugf(" %s.cubicTo(", pathName);
108 SkDebugf(" %s.close();\n", pathName);
130 SkDebugf("path.addRect(%1.9g, %1.9g, %1.9g, %1.9g, %s);\n", rect.fLeft, rect.fTop,
140 SkDebugf(" SkPath %s;\n", pathName);
142 SkDebugf(" %s.setFillType(SkPath::%s);\n", pathName, gFillTypeStr[fillType]);
162 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", pts[0].fX, pts[0].fY,
168 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n",
174 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n",
182 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY,
198 SkDebugf("op difference\n");
201 SkDebugf("op intersect\n");
204 SkDebugf("op union\n");
207 SkDebugf("op xor\n");
210 SkDebugf("op reverse difference\n");
220 SkDebugf("\nstatic void %s(skiatest::Reporter* reporter) {\n", functionName);
222 SkDebugf("found it\n");
235 SkDebugf(" testPathOp(reporter, %s, %s, %s);\n", pathOne, pathTwo, gOpStrs[op]);
236 SkDebugf("}\n");
262 SkDebugf("%s\n", state->fSerialNo);
264 SkDebugf("%s\n", state->fPathStr);
325 SkDebugf("%s errors2=%d errors=%d\n", __FUNCTION__, errors2, errors);
383 SkDebugf("%s\n", out);
407 SkDebugf("%s errors=%d\n", __FUNCTION__, errors);
418 SkDebugf("static void xOp#%s(skiatest::Reporter* reporter) {\n", opSuffixes[shapeOp]);
419 SkDebugf(" SkPath path, pathB;\n");
422 SkDebugf(" testPathOp(reporter, path, pathB, %s);\n", opStrs[shapeOp]);
423 SkDebugf("}\n");
444 SkDebugf("%s errors=%d\n", __FUNCTION__, errors);
515 SkDebugf("%s did not expect failure\n", __FUNCTION__);
535 SkDebugf(temp);
548 SkDebugf("%s did not expect failure\n", __FUNCTION__);
575 SkDebugf("\n");
585 SkDebugf("%s did not expect failure\n", __FUNCTION__);
698 SkDebugf("<div id=\"%s\">\n", tests[index].str);
699 SkDebugf(" %s [%s]\n", __FUNCTION__, tests[index].str);
708 SkDebugf("<div id=\"%s\">\n", tests[index].str);
709 SkDebugf(" %s [%s]\n", __FUNCTION__, tests[index].str);
714 SkDebugf("lastTest\n");