Home
last modified time | relevance | path

Searched refs:actionIndex (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Tests/ttLib/tables/
DotTables_test.py383 r.compile(writer, self.font, actionIndex=None)
415 a.compile(writer, self.font, actionIndex=None)
460 actions, actionIndex = act.compileActions(self.font, [])
462 self.assertEqual(actionIndex, {})
474 actions, actionIndex = t[0].compileActions(self.font, [state])
477 self.assertEqual(actionIndex, {
518 actionIndex={('B', 'C'): 9, ('B', 'A', 'D'): 7})
523 actions, actionIndex = act.compileActions(self.font, [])
525 self.assertEqual(actionIndex, {})
537 actions, actionIndex = t[0].compileActions(self.font, [state])
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py86 def compile(self, writer, font, actionIndex): argument
87 assert actionIndex is None
147 def compile(self, writer, font, actionIndex): argument
148 assert actionIndex is None
229 def compile(self, writer, font, actionIndex): argument
230 assert actionIndex is not None
239 writer.writeUShort(actionIndex[actions])
256 actionIndex = reader.readUShort()
259 actionReader, actionIndex)
265 result, actions, actionIndex = b"", set(), {}
[all …]
DotConverters.py1132 actionData, actionIndex = \
1135 font, value.States, glyphClassCount, actionIndex)
1176 def _compileStates(self, font, states, glyphClassCount, actionIndex): argument
1184 actionIndex)