Home | History | Annotate | Download | only in fontTools

Lines Matching refs:LookupListIndex

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
738 return [ll.LookupListIndex
886 self.LookupListIndex = [l for l in self.LookupListIndex
889 self.LookupListIndex = [lookup_indices.index(l)
890 for l in self.LookupListIndex]
891 self.LookupCount = len(self.LookupListIndex)
896 return self.LookupListIndex[:]