Home | History | Annotate | Download | only in tables

Lines Matching refs:numberOfContours

96 			if glyph.numberOfContours:
175 numberOfContours: h
213 self.numberOfContours = 0
228 self.numberOfContours = 0
240 if self.numberOfContours == 0:
269 for i in range(self.numberOfContours):
281 if self.numberOfContours:
289 if self.numberOfContours < 0:
291 self.numberOfContours = self.numberOfContours + 1
312 if self.numberOfContours > 0:
314 self.numberOfContours = -1
334 if baseGlyph.numberOfContours == 0:
336 elif baseGlyph.numberOfContours > 0:
346 assert self.numberOfContours > 0
368 endPtsOfContours.fromstring(data[:2*self.numberOfContours])
373 data = data[2*self.numberOfContours:]
615 return self.numberOfContours == -1
623 if self.numberOfContours > 0: