Home
last modified time | relevance | path

Searched defs:closePath (Results 1 – 20 of 20) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
DfilterPen.py74 def closePath(self): member in FilterPen
93 def closePath(self): member in ContourFilterPen
DbasePen.py97 def closePath(self): member in AbstractPen
135 def closePath(self): member in NullPen
241 def closePath(self): member in BasePen
DteePen.py31 def closePath(self): member in TeePen
DtransformPen.py48 def closePath(self): member in TransformPen
DrecordingPen.py55 def closePath(self): member in RecordingPen
DttGlyphPen.py78 def closePath(self): member in TTGlyphPen
DpointPen.py248 def closePath(self): member in SegmentToPointPen
/external/skqp/experimental/canvaskit/htmlcanvas/
Dpath2d.js32 function closePath(skpath) { function
181 this.closePath = function() { method in Path2D
Dcanvas2dcontext.js539 this.closePath = function() { method in CanvasRenderingContext2D
/external/skia/modules/canvaskit/htmlcanvas/
Dpath2d.js32 function closePath(skpath) { function
181 this.closePath = function() { method in Path2D
Dcanvas2dcontext.js539 this.closePath = function() { method in CanvasRenderingContext2D
/external/skqp/gm/
Dpoly2poly.cpp68 void SkJSCanvas::closePath() { fPath.close(); } in closePath() function in SkJSCanvas
/external/skia/modules/pathkit/
Dchaining.js74 PathKit.SkPath.prototype.closePath = function() { method in PathKit.SkPath
Dexterns.js94 PathKit.SkPath.prototype.closePath = function() {}; method in PathKit.SkPath
/external/skqp/modules/pathkit/
Dchaining.js74 PathKit.SkPath.prototype.closePath = function() { method in PathKit.SkPath
Dexterns.js94 PathKit.SkPath.prototype.closePath = function() {}; method in PathKit.SkPath
/external/fonttools/Tests/pens/
DpointPen_test.py33 def closePath(self): member in _TestSegmentPen
/external/skia/modules/canvaskit/
Dexterns.js524 CanvasRenderingContext2D.prototype.closePath = function() {}; method in CanvasRenderingContext2D
565 Path2D.prototype.closePath = function() {}; method in Path2D
/external/skqp/experimental/canvaskit/
Dexterns.js505 CanvasRenderingContext2D.prototype.closePath = function() {}; method in CanvasRenderingContext2D
546 Path2D.prototype.closePath = function() {}; method in Path2D
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py532 def closePath(self): member in T2OutlineExtractor