HomeSort by relevance Sort by last modified time
    Searched defs:closePath (Results 1 - 12 of 12) sorted by null

  /external/fonttools/Lib/fontTools/pens/
transformPen.py 51 def closePath(self):
52 self._outPen.closePath()
65 pen.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...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
OutlineZigzagEffect.java 115 if (type == PathIterator.SEG_CLOSE) result.closePath();
  /external/skia/gm/
poly2poly.cpp 27 void closePath();
63 void SkJSCanvas::closePath() { fPath.close(); }
119 ctx.closePath();
145 ctx.closePath();
170 ctx.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/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
Pixmap.java 392 context.closePath();
400 context.closePath();
413 context.closePath();
422 context.closePath();
434 context.closePath();
442 context.closePath();
457 context.closePath();
468 context.closePath();
480 context.closePath();
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 808 mPath.closePath();
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 
gwt-user.jar 

Completed in 372 milliseconds