Searched refs:_list_subset (Results 1 – 1 of 1) sorted by relevance
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 388 def _list_subset(l, indices): function 517 self.Substitute = _list_subset(self.Substitute, indices) 521 self.Substitute = _list_subset(self.Substitute, indices) 569 self.PairSet = _list_subset(self.PairSet, indices) 625 self.MarkArray.MarkRecord = _list_subset(self.MarkArray.MarkRecord, mark_indices) 628 self.BaseArray.BaseRecord = _list_subset(self.BaseArray.BaseRecord, base_indices) 636 b.BaseAnchor = _list_subset(b.BaseAnchor, class_indices) 659 self.MarkArray.MarkRecord = _list_subset(self.MarkArray.MarkRecord, mark_indices) 662 …self.LigatureArray.LigatureAttach = _list_subset(self.LigatureArray.LigatureAttach, ligature_indic… 671 c.LigatureAnchor = _list_subset(c.LigatureAnchor, class_indices) [all …]
|