OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endPtsOfContours
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py
272
for j in range(last, self.
endPtsOfContours
[i] + 1):
278
last = self.
endPtsOfContours
[i] + 1
306
self.
endPtsOfContours
= [len(coordinates)-1]
310
self.
endPtsOfContours
.append(len(self.coordinates)-1)
347
return len(self.coordinates), len(self.
endPtsOfContours
)
367
endPtsOfContours
= array.array("h")
368
endPtsOfContours
.fromstring(data[:2*self.numberOfContours])
370
endPtsOfContours
.byteswap()
371
self.
endPtsOfContours
=
endPtsOfContours
.tolist(
[
all
...]
/external/skia/src/sfnt/
SkOTTable_glyf.h
75
SK_OT_USHORT
endPtsOfContours
[1/*numberOfContours*/];
Completed in 2018 milliseconds