Lines Matching refs:def
48 def moveTo(self, pt):
54 def lineTo(self, pt):
58 def curveTo(self, *points):
79 def qCurveTo(self, *points):
96 def closePath(self):
102 def endPath(self):
108 def addComponent(self, glyphName, transformation):
122 def moveTo(self, pt):
125 def lineTo(self, pt):
128 def curveTo(self, *points):
131 def qCurveTo(self, *points):
134 def closePath(self):
137 def endPath(self):
140 def addComponent(self, glyphName, transformation):
152 def __init__(self, glyphSet):
158 def _moveTo(self, pt):
161 def _lineTo(self, pt):
164 def _curveToOne(self, pt1, pt2, pt3):
169 def _closePath(self):
172 def _endPath(self):
175 def _qCurveToOne(self, pt1, pt2):
189 def addComponent(self, glyphName, transformation):
204 def _getCurrentPoint(self):
210 def closePath(self):
214 def endPath(self):
218 def moveTo(self, pt):
222 def lineTo(self, pt):
226 def curveTo(self, *points):
255 def qCurveTo(self, *points):
284 def decomposeSuperBezierSegment(points):
318 def decomposeQuadraticSegment(points):
342 def _moveTo(self, pt):
344 def _lineTo(self, pt):
346 def _curveToOne(self, bcp1, bcp2, pt):
349 def _closePath(self):