Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DDotTreeGenerator.cs99 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()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DDOTTreeGenerator.cs96 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()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DDotTreeGenerator.cs99 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()
/external/skia/src/pdf/
DSkPDFUtils.cpp55 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils
113 AppendLine(args[1].fX, args[1].fY, content); in EmitPath()
DSkPDFDevice.cpp666 SkPDFUtils::AppendLine(points[i].fX, points[i].fY, in drawPoints()
675 SkPDFUtils::AppendLine(points[i * 2 + 1].fX, in drawPoints()
/external/skia/include/pdf/
DSkPDFUtils.h40 static void AppendLine(SkScalar x, SkScalar y, SkWStream* content);