OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookupListIndex
(Results
1 - 5
of
5
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py
9
self.
LookupListIndex
= overflowTuple[1]
15
return str((self.tableType, "LookupIndex:", self.
LookupListIndex
, "SubTableIndex:", self.SubTableIndex, "ItemName:", self.itemName, "ItemIndex:", self.itemIndex))
462
LookupListIndex
= SubTableIndex = itemName = itemIndex = None
464
LookupListIndex
= item.repeatIndex
466
LookupListIndex
= self.repeatIndex
473
LookupListIndex
= self.parent.repeatIndex
476
LookupListIndex
= self.parent.parent.repeatIndex
486
LookupListIndex
= p1.parent.parent.repeatIndex
489
LookupListIndex
= p1.parent.repeatIndex
492
return OverflowErrorRecord( (self.globalState.tableType,
LookupListIndex
, SubTableIndex, itemName, itemIndex)
[
all
...]
otTables.py
538
lookupIndex = overflowRecord.
LookupListIndex
655
lookup = table.LookupList.Lookup[overflowRecord.
LookupListIndex
]
/external/fonttools/Lib/fontTools/
merge.py
471
f.
LookupListIndex
= []
490
feature.Feature.
LookupListIndex
[:0] = [id(synthLookup)]
572
ll.
LookupListIndex
= lookupMap[ll.
LookupListIndex
]
576
ll.
LookupListIndex
= lookupMap[ll.
LookupListIndex
]
594
self.
LookupListIndex
= [lookupMap[i] for i in self.
LookupListIndex
]
subset.py
585
lookup = s.table.LookupList.Lookup[ll.
LookupListIndex
]
612
lookup = s.table.LookupList.Lookup[ll.
LookupListIndex
]
630
lookup = s.table.LookupList.Lookup[ll.
LookupListIndex
]
711
if ll and ll.
LookupListIndex
in lookup_indices])
714
ll.
LookupListIndex
= lookup_indices.index(ll.
LookupListIndex
)
718
if ll and ll.
LookupListIndex
in lookup_indices])
721
ll.
LookupListIndex
= lookup_indices.index(ll.
LookupListIndex
)
733
return [ll.
LookupListIndex
[
all
...]
/external/noto-fonts/emoji-compat/
createfont.py
522
record.
LookupListIndex
)
Completed in 169 milliseconds