Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/voltLib/
Dparser.py66 gid = self.expect_number_()
72 gunicode = [self.expect_number_()]
87 components = self.expect_number_()
399 id_1 = self.expect_number_()
400 id_2 = self.expect_number_()
429 gid = self.expect_number_()
433 component = self.expect_number_()
462 adjustment = self.expect_number_()
464 size = self.expect_number_()
480 adv = self.expect_number_()
[all …]
/external/fonttools/Lib/fontTools/feaLib/
Dparser.py155 x, y = self.expect_number_(), self.expect_number_()
160 contourpoint = self.expect_number_()
195 x, y = self.expect_number_(), self.expect_number_()
199 contourpoint = self.expect_number_()
225 contourPoints = {self.expect_number_()}
227 contourPoints.add(self.expect_number_())
557 carets = [self.expect_number_()]
559 carets.append(self.expect_number_())
567 carets = [self.expect_number_()]
569 carets.append(self.expect_number_())
[all …]