Searched defs:closePath (Results 1 - 8 of 8) sorted by relevance

/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 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 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/skia/gm/
H A Dpoly2poly.cpp28 void closePath();
64 void SkJSCanvas::closePath() { fPath.close(); } function in class:SkJSCanvas
119 ctx.closePath();
145 ctx.closePath();
170 ctx.closePath();
/external/skqp/gm/
H A Dpoly2poly.cpp28 void closePath();
64 void SkJSCanvas::closePath() { fPath.close(); } function in class:SkJSCanvas
119 ctx.closePath();
145 ctx.closePath();
170 ctx.closePath();
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py672 def closePath(self): member in class:T2OutlineExtractor
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/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py672 def closePath(self): member in class:T2OutlineExtractor
674 self.pen.closePath()
678 # In T2 there are no open paths, so always do a closePath when
680 self.closePath()
1002 self.closePath()

Completed in 254 milliseconds