OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extra_indices
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
T_S_I__0.py
27
self.
extra_indices
= indices[-4:]
38
for index, textLength, textOffset in self.
extra_indices
:
42
def set(self, indices,
extra_indices
):
45
self.
extra_indices
=
extra_indices
T_S_I__1.py
27
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
)
Completed in 76 milliseconds