Lines Matching refs:appendf
16 str->appendf("%d", asInt); in add_point()
18 str->appendf("%1.9gf", x); in add_point()
20 str->appendf(","); in add_point()
23 str->appendf("%d", asInt); in add_point()
25 str->appendf("%1.9gf", y); in add_point()
61 pathStr.appendf(" SkPath path, pathB;\n"); in testOpLoopsMain()
62 pathStr.appendf(" path.moveTo(%d,%d);\n", a, b); in testOpLoopsMain()
63 pathStr.appendf(" path.cubicTo(%d,%d, ", c, d); in testOpLoopsMain()
65 pathStr.appendf(", "); in testOpLoopsMain()
67 pathStr.appendf(");\n"); in testOpLoopsMain()
68 pathStr.appendf(" path.close();\n"); in testOpLoopsMain()
69 pathStr.appendf(" pathB.moveTo(%d,%d);\n", c, d); in testOpLoopsMain()
70 pathStr.appendf(" pathB.cubicTo("); in testOpLoopsMain()
72 pathStr.appendf(", "); in testOpLoopsMain()
74 pathStr.appendf(", %d,%d);\n", a, b); in testOpLoopsMain()
75 pathStr.appendf(" pathB.close();\n"); in testOpLoopsMain()
76 pathStr.appendf(" testPathOp(reporter, path, pathB, kIntersect_SkPathOp," in testOpLoopsMain()
78 pathStr.appendf("}\n"); in testOpLoopsMain()