Searched refs:AppendLine (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DDotTreeGenerator.cs99 builder.AppendLine( line );
107 builder.AppendLine( s );
109 builder.AppendLine();
112 builder.AppendLine( s );
114 builder.AppendLine();
116 builder.AppendLine( Footer );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
H A DDOTTreeGenerator.cs96 builder.AppendLine(line);
104 builder.AppendLine(s);
106 builder.AppendLine();
109 builder.AppendLine(s);
111 builder.AppendLine();
113 builder.AppendLine(Footer);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DDotTreeGenerator.cs99 builder.AppendLine( line );
107 builder.AppendLine( s );
109 builder.AppendLine();
112 builder.AppendLine( s );
114 builder.AppendLine();
116 builder.AppendLine( Footer );
/external/skia/include/pdf/
H A DSkPDFUtils.h40 static void AppendLine(SkScalar x, SkScalar y, SkWStream* content);
/external/skia/src/pdf/
H A DSkPDFUtils.cpp55 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { function in class:SkPDFUtils
113 AppendLine(args[1].fX, args[1].fY, content);
H A DSkPDFDevice.cpp666 SkPDFUtils::AppendLine(points[i].fX, points[i].fY,
675 SkPDFUtils::AppendLine(points[i * 2 + 1].fX,

Completed in 169 milliseconds