Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFUtils.cpp68 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils
167 AppendLine(args[1].fX, args[1].fY, &currentSegment); in EmitPath()
DSkPDFUtils.h53 void AppendLine(SkScalar x, SkScalar y, SkWStream* content);
DSkPDFDevice.cpp450 SkPDFUtils::AppendLine(points[i].fX, points[i].fY, contentStream); in drawPoints()
457 SkPDFUtils::AppendLine(points[i * 2 + 1].fX, points[i * 2 + 1].fY, contentStream); in drawPoints()
/third_party/protobuf/objectivec/DevTools/
Dpddm.py165 def AppendLine(self, line): member in MacroCollection.MacroDefinition
225 current_macro.AppendLine(line)