Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DT_S_I__0.py27 self.extra_indices = indices[-4:]
38 for index, textLength, textOffset in self.extra_indices:
42 def set(self, indices, extra_indices): argument
45 self.extra_indices = extra_indices
DT_S_I__1.py27 for i in range(len(indextable.extra_indices)):
28 extraCode, textLength, textOffset = indextable.extra_indices[i]
33 textLength = indextable.extra_indices[i+1][1]
62 extra_indices = []
75 extra_indices.append((code, textLength, len(data)))
77 indextable.set(indices, extra_indices)