/external/skia/experimental/SkV8Example/js/ |
D | gears.js | 29 p.closePath(); 40 p.closePath(); 55 p.closePath(); 72 ctx.closePath(); 83 ctx.closePath();
|
D | snow.js | 8 p.closePath(); 61 ctx.closePath();
|
/external/fonttools/Lib/fontTools/pens/ |
D | transformPen.py | 51 def closePath(self): member in TransformPen 52 self._outPen.closePath() 65 pen.closePath()
|
D | basePen.py | 96 def closePath(self): member in AbstractPen 134 def closePath(self): member in NullPen 210 def closePath(self): member in BasePen 358 pen.closePath() 363 pen.closePath()
|
D | pointInsidePen.py | 67 self.closePath() 84 self.closePath()
|
D | cocoaPen.py | 28 self.path.closePath()
|
D | reportLabPen.py | 32 self.path.closePath()
|
D | boundsPen.py | 87 pen.closePath()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/ |
D | Pixmap.java | 392 context.closePath(); in circle() 400 context.closePath(); in circle() 413 context.closePath(); in line() 422 context.closePath(); in line() 434 context.closePath(); in rectangle() 442 context.closePath(); in rectangle() 457 context.closePath(); in triangle() 468 context.closePath(); in triangle() 480 context.closePath(); in image()
|
/external/skia/gm/ |
D | poly2poly.cpp | 27 void closePath(); 63 void SkJSCanvas::closePath() { fPath.close(); } in closePath() function in SkJSCanvas 119 ctx.closePath(); in test_stroke() 145 ctx.closePath(); in test_stroke() 170 ctx.closePath(); in test_stroke()
|
/external/mdnsresponder/mDNSPosix/ |
D | parselog.py | 208 c.closePath() 220 c.closePath() 229 c.closePath()
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.pie.js | 444 ctx.closePath(); 547 layer.closePath(); 557 layer.closePath(); 593 ctx.closePath(); 759 octx.closePath();
|
D | jquery.flot.pie.min.js | 7 …closePath();currentAngle+=angle;if(fill){ctx.fill()}else{ctx.stroke()}}function drawLabels(){var c…
|
D | excanvas.min.js | 1 …closePath()};q.strokeRect=function(m,j,i,p){var Z=this.currentPath_;this.beginPath();this.moveTo(m… function
|
D | excanvas.js | 719 this.closePath(); 730 this.closePath(); 744 this.closePath(); 1108 contextPrototype.closePath = function() { function
|
D | jquery.flot.js | 2510 ctx.closePath(); 3088 octx.closePath();
|
D | jquery.flot.min.js | 8 …closePath();if(fillStyle){ctx.fillStyle=fillStyle;ctx.fill()}ctx.stroke()}}ctx.save();ctx.translat…
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/ |
D | OutlineZigzagEffect.java | 115 if (type == PathIterator.SEG_CLOSE) result.closePath(); in createStrokedShape()
|
/external/skia/experimental/docs/ |
D | canvasBackend.js | 52 ctx.closePath();
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 672 def closePath(self): member in T2OutlineExtractor 674 self.pen.closePath() 680 self.closePath() 1002 self.closePath()
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | __init__.py | 755 pen.closePath()
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …closePath(),n&&(h.fillStyle=n,h.fill()),h.stroke()}}h.save(),h.translate(m.left,m.top);var n=e.poi…
|