HomeSort by relevance Sort by last modified time
    Searched full:closepath (Results 1 - 25 of 42) sorted by null

1 2

  /external/fonttools/Lib/fontTools/pens/
transformPen.py 51 def closePath(self):
52 self._outPen.closePath()
65 pen.closePath()
cocoaPen.py 28 self.path.closePath()
basePen.py 21 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):
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):
210 def closePath(self):
350 print("closepath")
358 pen.closePath()
363 pen.closePath()
    [all...]
reportLabPen.py 32 self.path.closePath()
pointInsidePen.py 67 self.closePath()
84 self.closePath()
boundsPen.py 87 pen.closePath()
  /external/skia/experimental/SkV8Example/js/
gears.js 29 p.closePath();
40 p.closePath();
55 p.closePath();
72 ctx.closePath();
83 ctx.closePath();
snow.js 8 p.closePath();
61 ctx.closePath();
  /external/skia/src/pdf/
SkPDFUtils.h 50 static void ClosePath(SkWStream* content);
SkPDFUtils.cpp 176 ClosePath(&currentSegment);
192 void SkPDFUtils::ClosePath(SkWStream* content) {
  /external/skia/gm/
poly2poly.cpp 24 void closePath();
60 void SkJSCanvas::closePath() { fPath.close(); }
116 ctx.closePath();
142 ctx.closePath();
167 ctx.closePath();
  /external/skia/experimental/SkV8Example/
Path2DBuilder.h 34 static void ClosePath(const v8::FunctionCallbackInfo<v8::Value>& args);
Path2DBuilder.cpp 48 ADD_METHOD("close", ClosePath);
71 void Path2DBuilder::ClosePath(const v8::FunctionCallbackInfo<v8::Value>& args) {
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/
picture_ops_chart_view.html 316 this.chartCtx_.closePath();
339 this.chartCtx_.closePath();
366 this.chartCtx_.closePath();
375 this.chartCtx_.closePath();
  /external/e2fsprogs/contrib/
dconf 75 printf(" x1 y2 lineto closepath} def\n")
  /external/freetype/src/cff/
cf2hints.h 179 * open paths to control ClosePath and to insert MoveTo for broken fonts.
207 FT_Bool pathIsClosing; /* true when synthesizing closepath line */
  /external/pdfium/third_party/freetype/src/cff/
cf2hints.h 179 * open paths to control ClosePath and to insert MoveTo for broken fonts.
207 FT_Bool pathIsClosing; /* true when synthesizing closepath line */
  /external/mdnsresponder/mDNSPosix/
parselog.py 208 c.closePath()
220 c.closePath()
229 c.closePath()
  /external/fonttools/Lib/fontTools/misc/
psCharStrings.py 428 (9, 'closepath'),
672 def closePath(self):
674 self.pen.closePath()
678 # In T2 there are no open paths, so always do a closePath when
680 self.closePath()
1002 self.closePath()
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
quad_stack_view.html 99 ctx.closePath();
275 ctx.closePath();
287 ctx.closePath();
324 ctx.closePath();
draw_helpers.html 88 ctx.closePath();
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
chart_series.html 366 ctx.closePath();
419 ctx.closePath();
  /external/freetype/src/psaux/
t1decode.c 86 0, /* closepath */
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
t1decode.c 86 0, /* closepath */
    [all...]
  /external/skia/tools/
pathops_sorter.htm 481 ctx.closePath();
847 ctx.closePath();
895 ctx.closePath();
    [all...]

Completed in 344 milliseconds

1 2