/external/fonttools/Lib/fontTools/pens/ |
D | basePen.py | 55 def lineTo(self, pt): member in AbstractPen 126 def lineTo(self, pt): member in NullPen 253 def lineTo(self, pt): member in BasePen
|
D | teePen.py | 22 def lineTo(self, p1): member in TeePen
|
D | transformPen.py | 31 def lineTo(self, pt): member in TransformPen
|
D | recordingPen.py | 49 def lineTo(self, p1): member in RecordingPen
|
D | filterPen.py | 65 def lineTo(self, pt): member in FilterPen
|
D | ttGlyphPen.py | 62 def lineTo(self, pt): member in TTGlyphPen
|
D | pointPen.py | 232 def lineTo(self, pt): member in SegmentToPointPen
|
/external/skqp/experimental/canvaskit/htmlcanvas/ |
D | path2d.js | 108 function lineTo(skpath, x, y) { function 191 this.lineTo = function(x, y) { method in Path2D
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 108 function lineTo(skpath, x, y) { function 191 this.lineTo = function(x, y) { method in Path2D
|
/external/freetype/src/psaux/ |
D | psglue.h | 127 CF2_Callback_Type lineTo; member
|
/external/skia/src/gpu/ccpr/ |
D | GrCCStrokeGeometry.cpp | 103 void GrCCStrokeGeometry::lineTo(SkPoint pt) { in lineTo() function in GrCCStrokeGeometry 108 void GrCCStrokeGeometry::lineTo(Verb leftJoinVerb, SkPoint pt) { in lineTo() function in GrCCStrokeGeometry
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCStrokeGeometry.cpp | 103 void GrCCStrokeGeometry::lineTo(SkPoint pt) { in lineTo() function in GrCCStrokeGeometry 108 void GrCCStrokeGeometry::lineTo(Verb leftJoinVerb, SkPoint pt) { in lineTo() function in GrCCStrokeGeometry
|
/external/skqp/gm/ |
D | poly2poly.cpp | 64 void SkJSCanvas::lineTo(double x, double y) { in lineTo() function in SkJSCanvas
|
/external/skia/modules/pathkit/ |
D | chaining.js | 102 PathKit.SkPath.prototype.lineTo = function(x, y) { method in PathKit.SkPath
|
/external/skqp/modules/pathkit/ |
D | chaining.js | 102 PathKit.SkPath.prototype.lineTo = function(x, y) { method in PathKit.SkPath
|
/external/skia/src/pathops/ |
D | SkPathWriter.cpp | 116 void SkPathWriter::lineTo() { in lineTo() function in SkPathWriter
|
/external/skqp/src/pathops/ |
D | SkPathWriter.cpp | 116 void SkPathWriter::lineTo() { in lineTo() function in SkPathWriter
|
/external/fonttools/Tests/pens/ |
D | pointPen_test.py | 22 def lineTo(self, pt): member in _TestSegmentPen
|
/external/skia/modules/canvaskit/ |
D | externs.js | 473 CanvasKit.SkPath.prototype.lineTo = function() {}; method in CanvasKit.SkPath 539 CanvasRenderingContext2D.prototype.lineTo = function() {}; method in CanvasRenderingContext2D 567 Path2D.prototype.lineTo = function() {}; method in Path2D
|
D | interface.js | 284 CanvasKit.SkPath.prototype.lineTo = function(x, y) { method in CanvasKit.SkPath
|
/external/skqp/experimental/canvaskit/ |
D | externs.js | 454 CanvasKit.SkPath.prototype.lineTo = function() {}; method in CanvasKit.SkPath 520 CanvasRenderingContext2D.prototype.lineTo = function() {}; method in CanvasRenderingContext2D 548 Path2D.prototype.lineTo = function() {}; method in Path2D
|
/external/skia/src/gpu/ops/ |
D | GrAAConvexTessellator.cpp | 909 void GrAAConvexTessellator::lineTo(const SkPoint& p, CurveState curve) { in lineTo() function in GrAAConvexTessellator 930 void GrAAConvexTessellator::lineTo(const SkMatrix& m, SkPoint p, CurveState curve) { in lineTo() function in GrAAConvexTessellator
|
/external/skqp/src/gpu/ops/ |
D | GrAAConvexTessellator.cpp | 909 void GrAAConvexTessellator::lineTo(const SkPoint& p, CurveState curve) { in lineTo() function in GrAAConvexTessellator 930 void GrAAConvexTessellator::lineTo(const SkMatrix& m, SkPoint p, CurveState curve) { in lineTo() function in GrAAConvexTessellator
|
/external/skia/include/core/ |
D | SkPath.h | 603 SkPath& lineTo(const SkPoint& p) { in lineTo() function
|
/external/skqp/include/core/ |
D | SkPath.h | 603 SkPath& lineTo(const SkPoint& p) { in lineTo() function
|