Home
last modified time | relevance | path

Searched refs:expect_number_ (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/voltLib/
Dparser.py59 gid = self.expect_number_()
65 gunicode = [self.expect_number_()]
80 components = self.expect_number_()
389 id_1 = self.expect_number_()
390 id_2 = self.expect_number_()
419 gid = self.expect_number_()
423 component = self.expect_number_()
452 adjustment = self.expect_number_()
454 size = self.expect_number_()
470 adv = self.expect_number_()
[all …]
/external/fonttools/Lib/fontTools/feaLib/
Dparser.py116 x, y = self.expect_number_(), self.expect_number_()
121 contourpoint = self.expect_number_()
151 x, y = self.expect_number_(), self.expect_number_()
155 contourpoint = self.expect_number_()
179 contourPoints = {self.expect_number_()}
181 contourPoints.add(self.expect_number_())
477 carets = [self.expect_number_()]
479 carets.append(self.expect_number_())
488 carets = [self.expect_number_()]
490 carets.append(self.expect_number_())
[all …]