OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endPath
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/pens/
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
().
98
or pen.
endPath
() after each sub path.
102
def
endPath
(self):
104
either pen.closePath() or pen.
endPath
() after each sub path.
137
def
endPath
(self):
214
def
endPath
(self):
/external/fonttools/Lib/fontTools/misc/
psCharStrings.py
677
def
endPath
(self):
717
self.
endPath
()
720
self.
endPath
()
723
self.
endPath
()
726
self.
endPath
()
966
def
endPath
(self):
968
self.pen.
endPath
()
984
self.
endPath
()
991
self.
endPath
()
999
self.
endPath
()
[
all
...]
Completed in 152 milliseconds