Searched refs:endPtsOfContours (Results 1 – 6 of 6) sorted by relevance
413 for j in range(last, self.endPtsOfContours[i] + 1):424 last = self.endPtsOfContours[i] + 1460 self.endPtsOfContours = [len(coordinates)-1]464 self.endPtsOfContours.append(len(self.coordinates)-1)501 return len(self.coordinates), len(self.endPtsOfContours)524 endPtsOfContours = array.array("h")525 endPtsOfContours.fromstring(data[:2*self.numberOfContours])526 if sys.byteorder != "big": endPtsOfContours.byteswap()527 self.endPtsOfContours = endPtsOfContours.tolist()536 nCoordinates = self.endPtsOfContours[-1] + 1[all …]
146 glyph.endPtsOfContours = self.endPts154 glyph.numberOfContours = len(glyph.endPtsOfContours)
716 endPtsOfContours = []721 endPtsOfContours.append(endPoint)722 glyph.endPtsOfContours = endPtsOfContours751 nPoints = glyph.endPtsOfContours[-1] + 1842 for endPoint in glyph.endPtsOfContours:
74 SK_OT_USHORT endPtsOfContours[1/*numberOfContours*/]; member
1248 stbtt_uint8 *endPtsOfContours; in stbtt_GetGlyphShape() local1265 endPtsOfContours = (data + g + 10); in stbtt_GetGlyphShape()1269 n = 1+ttUSHORT(endPtsOfContours + numberOfContours*2-2); in stbtt_GetGlyphShape()1364 next_move = 1 + ttUSHORT(endPtsOfContours+j*2); in stbtt_GetGlyphShape()