Home
last modified time | relevance | path

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

/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/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/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.h43 static void AppendLine(SkScalar x, SkScalar y, SkWStream* content);
DSkPDFUtils.cpp69 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils
152 AppendLine(args[1].fX, args[1].fY, &currentSegment); in EmitPath()
DSkPDFDevice.cpp852 SkPDFUtils::AppendLine(points[i].fX, points[i].fY, in drawPoints()
861 SkPDFUtils::AppendLine(points[i * 2 + 1].fX, in drawPoints()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec.cpp54 void CCodec_ScanlineDecoder::ImageDataCache::AppendLine(const uint8_t* line) { in AppendLine() function in CCodec_ScanlineDecoder::ImageDataCache
130 m_pDataCache->AppendLine(pLine); in ReadNextLine()
Dcodec_int.h67 void AppendLine(const uint8_t* line);