Searched refs:closePath (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css.js14 ctx.closePath();
/external/chromium_org/ui/webui/resources/css/
H A Dtree.css.js23 ctx.closePath();
/external/fonttools/Lib/fontTools/pens/
H A DtransformPen.py51 def closePath(self): member in class:TransformPen
52 self._outPen.closePath()
65 pen.closePath()
H A DcocoaPen.py28 self.path.closePath()
H A DbasePen.py21 nothing (only no-op closePath() and endPath() methods), but is useful
50 end each sub path with a call to pen.closePath() or pen.endPath().
96 def closePath(self): member in class:AbstractPen
97 """Close the current sub path. You must call either pen.closePath()
104 either pen.closePath() or pen.endPath() after each sub path.
134 def closePath(self): member in class:NullPen
210 def closePath(self): member in class:BasePen
358 pen.closePath()
363 pen.closePath()
/external/fonttools/Tools/fontTools/pens/
H A DtransformPen.py51 def closePath(self): member in class:TransformPen
52 self._outPen.closePath()
65 pen.closePath()
H A DcocoaPen.py28 self.path.closePath()
H A DbasePen.py21 nothing (only no-op closePath() and endPath() methods), but is useful
50 end each sub path with a call to pen.closePath() or pen.endPath().
96 def closePath(self): member in class:AbstractPen
97 """Close the current sub path. You must call either pen.closePath()
104 either pen.closePath() or pen.endPath() after each sub path.
134 def closePath(self): member in class:NullPen
210 def closePath(self): member in class:BasePen
358 pen.closePath()
363 pen.closePath()
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dtree.css.js51 ctx.closePath();
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasPathMethods.h43 void closePath();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathBuilder.cpp64 void SVGPathBuilder::closePath() function in class:blink::SVGPathBuilder
H A DSVGPathConsumer.h55 virtual void closePath() = 0;
H A DSVGPathStringBuilder.h42 virtual void closePath() OVERRIDE;
H A DSVGPathBuilder.h49 virtual void closePath() OVERRIDE;
H A DSVGPathByteStreamBuilder.h46 virtual void closePath() OVERRIDE;
H A DSVGPathSegListBuilder.h55 virtual void closePath() OVERRIDE;
H A DSVGPathTraversalStateBuilder.cpp53 void SVGPathTraversalStateBuilder::closePath() function in class:blink::SVGPathTraversalStateBuilder
H A DSVGPathTraversalStateBuilder.h50 virtual void closePath() OVERRIDE;
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
H A Dbouncing_balls_draw_ball_as_filled_path.js29 canvasContext.closePath();
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A Dsnow.js8 p.closePath();
61 ctx.closePath();
H A Dgears.js29 p.closePath();
40 p.closePath();
55 p.closePath();
72 ctx.closePath();
83 ctx.closePath();
/external/skia/experimental/SkV8Example/
H A Dsnow.js8 p.closePath();
61 ctx.closePath();
H A Dgears.js29 p.closePath();
40 p.closePath();
55 p.closePath();
72 ctx.closePath();
83 ctx.closePath();
/external/chromium_org/third_party/skia/gm/
H A Dpoly2poly.cpp24 void closePath();
60 void SkJSCanvas::closePath() { fPath.close(); } function in class:SkJSCanvas
116 ctx.closePath();
142 ctx.closePath();
167 ctx.closePath();
/external/skia/gm/
H A Dpoly2poly.cpp24 void closePath();
59 void SkJSCanvas::closePath() { fPath.close(); } function in class:SkJSCanvas
115 ctx.closePath();
141 ctx.closePath();
166 ctx.closePath();

Completed in 2614 milliseconds

123