Home
last modified time | relevance | path

Searched defs:moveTo (Results 1 – 25 of 45) sorted by relevance

12

/external/fonttools/Lib/fontTools/pens/
DbasePen.py49 def moveTo(self, pt): member in AbstractPen
123 def moveTo(self, pt): member in NullPen
249 def moveTo(self, pt): member in BasePen
DteePen.py19 def moveTo(self, p0): member in TeePen
DtransformPen.py28 def moveTo(self, pt): member in TransformPen
DrecordingPen.py47 def moveTo(self, p0): member in RecordingPen
DfilterPen.py62 def moveTo(self, pt): member in FilterPen
DttGlyphPen.py65 def moveTo(self, pt): member in TTGlyphPen
DpointPen.py228 def moveTo(self, pt): member in SegmentToPointPen
/external/skia/src/effects/
DSkCornerPathEffect.cpp49 SkPoint moveTo, lastCorner; in onFilterPath() local
/external/skqp/src/effects/
DSkCornerPathEffect.cpp49 SkPoint moveTo, lastCorner; in onFilterPath() local
/external/skqp/experimental/canvaskit/htmlcanvas/
Dpath2d.js119 function moveTo(skpath, x, y) { function
195 this.moveTo = function(x, y) { method in Path2D
/external/skia/modules/canvaskit/htmlcanvas/
Dpath2d.js119 function moveTo(skpath, x, y) { function
195 this.moveTo = function(x, y) { method in Path2D
/external/freetype/src/psaux/
Dpsglue.h126 CF2_Callback_Type moveTo; member
/external/skqp/gm/
Dpoly2poly.cpp60 void SkJSCanvas::moveTo(double x, double y) { in moveTo() function in SkJSCanvas
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java95 public void moveTo(int offset) { in moveTo() method in AnnotatedBytes
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.cpp79 Stack::moveTo(Stack& that) in moveTo() function in nv50_ir::Stack
/external/skia/modules/pathkit/
Dchaining.js107 PathKit.SkPath.prototype.moveTo = function(x, y) { method in PathKit.SkPath
/external/skqp/modules/pathkit/
Dchaining.js107 PathKit.SkPath.prototype.moveTo = function(x, y) { method in PathKit.SkPath
/external/skia/src/pathops/
DSkPathWriter.cpp139 void SkPathWriter::moveTo() { in moveTo() function in SkPathWriter
/external/skqp/src/pathops/
DSkPathWriter.cpp139 void SkPathWriter::moveTo() { in moveTo() function in SkPathWriter
/external/fonttools/Tests/pens/
DpointPen_test.py19 def moveTo(self, pt): member in _TestSegmentPen
/external/skia/modules/canvaskit/
Dexterns.js474 CanvasKit.SkPath.prototype.moveTo = function() {}; method in CanvasKit.SkPath
541 CanvasRenderingContext2D.prototype.moveTo = function() {}; method in CanvasRenderingContext2D
568 Path2D.prototype.moveTo = function() {}; method in Path2D
/external/skqp/experimental/canvaskit/
Dexterns.js455 CanvasKit.SkPath.prototype.moveTo = function() {}; method in CanvasKit.SkPath
522 CanvasRenderingContext2D.prototype.moveTo = function() {}; method in CanvasRenderingContext2D
549 Path2D.prototype.moveTo = function() {}; method in Path2D
/external/skia/include/core/
DSkPath.h567 SkPath& moveTo(const SkPoint& p) { in moveTo() function
/external/skqp/include/core/
DSkPath.h567 SkPath& moveTo(const SkPoint& p) { in moveTo() function
/external/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp95 void GrCCStrokeGeometry::moveTo(SkPoint pt) { in moveTo() function in GrCCStrokeGeometry

12