Searched refs:AppendLine (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/src/pdf/ |
D | SkPDFUtils.cpp | 67 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils 166 AppendLine(args[1].fX, args[1].fY, ¤tSegment); in EmitPath()
|
D | SkPDFUtils.h | 52 void AppendLine(SkScalar x, SkScalar y, SkWStream* content);
|
D | SkPDFDevice.cpp | 422 SkPDFUtils::AppendLine(points[i].fX, points[i].fY, contentStream); in drawPoints() 429 SkPDFUtils::AppendLine(points[i * 2 + 1].fX, points[i * 2 + 1].fY, contentStream); in drawPoints()
|
/third_party/skia/src/pdf/ |
D | SkPDFUtils.cpp | 68 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() function in SkPDFUtils 167 AppendLine(args[1].fX, args[1].fY, ¤tSegment); in EmitPath()
|
D | SkPDFUtils.h | 53 void AppendLine(SkScalar x, SkScalar y, SkWStream* content);
|
D | SkPDFDevice.cpp | 450 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/ |
D | pddm.py | 165 def AppendLine(self, line): member in MacroCollection.MacroDefinition 225 current_macro.AppendLine(line)
|