OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qCurveTo
(Results
1 - 4
of
4
) sorted by null
/external/fonttools/Lib/fontTools/pens/
transformPen.py
37
def
qCurveTo
(self, *points):
42
self._outPen.
qCurveTo
(*points)
basePen.py
79
def
qCurveTo
(self, *points):
131
def
qCurveTo
(self, *points):
249
self.
qCurveTo
(*points)
255
def
qCurveTo
(self, *points):
362
pen.
qCurveTo
((0, 0), (0, 100), (100, 100), (100, 0), None)
boundsPen.py
85
pen.
qCurveTo
((50, 75), (60, 50), (50, 25), (0, 0))
/external/fonttools/Lib/fontTools/ttLib/
__init__.py
735
# use pen.
qCurveTo
's special case by specifying None
738
pen.
qCurveTo
(*contour)
752
pen.
qCurveTo
(*contour[:nextOnCurve])
Completed in 95 milliseconds