Searched refs:AppendLine (Results 1 – 6 of 6) sorted by relevance
99 builder.AppendLine( line ); in ToDot()107 builder.AppendLine( s ); in ToDot()109 builder.AppendLine(); in ToDot()112 builder.AppendLine( s ); in ToDot()114 builder.AppendLine(); in ToDot()116 builder.AppendLine( Footer ); in ToDot()
96 builder.AppendLine(line); in ToDot()104 builder.AppendLine(s); in ToDot()106 builder.AppendLine(); in ToDot()109 builder.AppendLine(s); in ToDot()111 builder.AppendLine(); in ToDot()113 builder.AppendLine(Footer); in ToDot()
55 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils113 AppendLine(args[1].fX, args[1].fY, content); in EmitPath()
666 SkPDFUtils::AppendLine(points[i].fX, points[i].fY, in drawPoints()675 SkPDFUtils::AppendLine(points[i * 2 + 1].fX, in drawPoints()
40 static void AppendLine(SkScalar x, SkScalar y, SkWStream* content);