OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_transformpoints
(Results
1 - 1
of
1
) sorted by null
/external/fonttools/Lib/fontTools/pens/
transformPen.py
35
self._outPen.curveTo(*self.
_transformPoints
(points))
39
points = self.
_transformPoints
(points[:-1]) + [None]
41
points = self.
_transformPoints
(points)
44
def
_transformPoints
(self, points):
Completed in 908 milliseconds