| /external/fonttools/Lib/fontTools/pens/ |
| D | basePen.py | 55 def lineTo(self, pt: Tuple[float, float]) -> None: member in AbstractPen 130 def lineTo(self, pt): member in NullPen 263 def lineTo(self, pt): member in BasePen
|
| D | teePen.py | 20 def lineTo(self, p1): member in TeePen
|
| D | roundingPen.py | 38 def lineTo(self, pt): member in RoundingPen
|
| D | ttGlyphPen.py | 69 def lineTo(self, pt): member in TTGlyphPen
|
| D | transformPen.py | 29 def lineTo(self, pt): member in TransformPen
|
| D | filterPen.py | 64 def lineTo(self, pt): member in FilterPen
|
| D | cu2quPen.py | 77 def lineTo(self, pt): member in Cu2QuPen
|
| D | recordingPen.py | 53 def lineTo(self, p1): member in RecordingPen
|
| /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 192 this.lineTo = function(x, y) { method in Path2D
|
| /external/freetype/src/psaux/ |
| D | psglue.h | 127 CF2_Callback_Type lineTo; member
|
| /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/fonttools/Lib/fontTools/cu2qu/ |
| D | ufo.py | 79 def lineTo(self, pt): member in GetSegmentsPen
|
| /external/skqp/gm/ |
| D | poly2poly.cpp | 64 void SkJSCanvas::lineTo(double x, double y) { in lineTo() function in SkJSCanvas
|
| /external/skqp/modules/pathkit/ |
| D | chaining.js | 102 PathKit.SkPath.prototype.lineTo = function(x, y) { method in PathKit.SkPath
|
| /external/skia/modules/pathkit/ |
| D | chaining.js | 102 PathKit.SkPath.prototype.lineTo = function(x, y) { method in PathKit.SkPath
|
| /external/fonttools/Tests/pens/ |
| D | utils.py | 41 def lineTo(self, pt): member in DummyPen
|
| D | pointPen_test.py | 19 def lineTo(self, pt): member in _TestSegmentPen
|
| /external/skia/include/core/ |
| D | SkPathBuilder.h | 42 SkPathBuilder& lineTo(SkScalar x, SkScalar y) { return this->lineTo(SkPoint::Make(x, y)); } in lineTo() function
|
| /external/skia/src/gpu/tessellate/ |
| D | GrStrokeFixedCountTessellator.cpp | 55 void lineTo(SkPoint start, SkPoint end) { in lineTo() function in __anon8c3ab0930111::InstanceWriter
|
| /external/skqp/src/pathops/ |
| D | SkPathWriter.cpp | 116 void SkPathWriter::lineTo() { in lineTo() function in SkPathWriter
|
| /external/skia/bench/ |
| D | PathOpsBench.cpp | 108 void lineTo(float x, float y) { in lineTo() function
|
| /external/skia/src/pathops/ |
| D | SkPathWriter.cpp | 116 void SkPathWriter::lineTo() { in lineTo() function in SkPathWriter
|
| /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 | 925 void GrAAConvexTessellator::lineTo(const SkPoint& p, CurveState curve) { in lineTo() function in GrAAConvexTessellator 949 void GrAAConvexTessellator::lineTo(const SkMatrix& m, const SkPoint& p, CurveState curve) { in lineTo() function in GrAAConvexTessellator
|