/external/fonttools/Tests/pens/ |
D | ttGlyphPen_test.py | 53 pen.closePath() 64 pen.closePath() 89 pen.closePath() 95 pen.closePath() 103 pen.closePath() 107 pen.closePath() 117 pen.closePath() 127 pen.closePath() 137 pen.closePath() 149 pen.closePath() [all …]
|
D | pointInsidePen_test.py | 12 pen.closePath() 34 pen.closePath() 56 pen.closePath() 94 pen.closePath() 112 pen.closePath() 154 pen.closePath() 179 pen.closePath() 192 pen.closePath() 204 pen.closePath() 216 pen.closePath()
|
D | perimeterPen_test.py | 13 pen.closePath() 21 pen.closePath() 29 pen.closePath() 38 pen.closePath() 59 pen.closePath() 79 pen.closePath() 99 pen.closePath() 120 pen.closePath()
|
D | areaPen_test.py | 15 pen.closePath() 23 pen.closePath() 31 pen.closePath() 40 pen.closePath() 61 pen.closePath() 81 pen.closePath() 101 pen.closePath() 122 pen.closePath()
|
D | t2CharStringPen_test.py | 31 pen.closePath() # no-op 36 pen.closePath() 54 pen.closePath() # no-op 130 pen.closePath() 146 pen.closePath() 164 pen.closePath()
|
D | pointPen_test.py | 33 def closePath(self): member in _TestSegmentPen 177 pen.closePath() 188 pen.closePath() 198 pen.closePath() 208 pen.closePath() 219 pen.closePath() 226 pen.closePath()
|
D | basePen_test.py | 44 pen.closePath() 124 pen.closePath()
|
D | recordingPen_test.py | 13 pen.closePath()
|
D | boundsPen_test.py | 12 pen.closePath()
|
/external/fonttools/Lib/fontTools/pens/ |
D | filterPen.py | 74 def closePath(self): member in FilterPen 75 self._outPen.closePath() 93 def closePath(self): member in ContourFilterPen 94 super(ContourFilterPen, self).closePath()
|
D | teePen.py | 31 def closePath(self): member in TeePen 33 pen.closePath() 48 pen.closePath()
|
D | transformPen.py | 48 def closePath(self): member in TransformPen 49 self._outPen.closePath() 65 pen.closePath()
|
D | basePen.py | 97 def closePath(self): member in AbstractPen 135 def closePath(self): member in NullPen 241 def closePath(self): member in BasePen 389 pen.closePath() 394 pen.closePath()
|
D | recordingPen.py | 55 def closePath(self): member in RecordingPen 99 pen.closePath()
|
D | ttGlyphPen.py | 78 def closePath(self): member in TTGlyphPen 98 self.closePath()
|
D | pointInsidePen.py | 58 self.closePath() 82 self.closePath()
|
D | cocoaPen.py | 28 self.path.closePath()
|
/external/perfetto/ui/src/common/ |
D | canvas_utils.ts | 46 ctx.closePath(); 54 ctx.closePath(); 60 ctx.closePath();
|
/external/skqp/gm/ |
D | poly2poly.cpp | 30 void closePath(); 68 void SkJSCanvas::closePath() { fPath.close(); } in closePath() function in SkJSCanvas 123 ctx.closePath(); in test_stroke() 149 ctx.closePath(); in test_stroke() 174 ctx.closePath(); in test_stroke()
|
/external/mdnsresponder/mDNSPosix/ |
D | parselog.py | 208 c.closePath() 220 c.closePath() 229 c.closePath()
|
/external/skqp/experimental/canvaskit/htmlcanvas/ |
D | path2d.js | 32 function closePath(skpath) { function 181 this.closePath = function() { method in Path2D 182 closePath(this._path);
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 32 function closePath(skpath) { function 181 this.closePath = function() { method in Path2D 182 closePath(this._path);
|
/external/perfetto/ui/src/tracks/cpu_slices/ |
D | frontend.ts | 108 ctx.closePath(); 201 ctx.closePath(); 242 ctx.closePath();
|
/external/perfetto/ui/src/tracks/counter/ |
D | frontend.ts | 112 ctx.closePath(); 122 ctx.closePath();
|
/external/perfetto/ui/src/frontend/ |
D | vertical_line_helper.ts | 40 ctx.closePath();
|