Searched refs:MarkArray (Results 1 – 8 of 8) sorted by relevance
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 625 self.MarkArray.MarkRecord = _list_subset(self.MarkArray.MarkRecord, mark_indices) 626 self.MarkArray.MarkCount = len(self.MarkArray.MarkRecord) 631 class_indices = _uniq_sort(v.Class for v in self.MarkArray.MarkRecord) 633 for m in self.MarkArray.MarkRecord: 638 self.MarkArray.MarkCount and 646 for m in self.MarkArray.MarkRecord: 659 self.MarkArray.MarkRecord = _list_subset(self.MarkArray.MarkRecord, mark_indices) 660 self.MarkArray.MarkCount = len(self.MarkArray.MarkRecord) 665 class_indices = _uniq_sort(v.Class for v in self.MarkArray.MarkRecord) 667 for m in self.MarkArray.MarkRecord: [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 1668 oldSubTable.MarkArray.MarkRecord 1698 oldSubTable.MarkArray.MarkRecord = oldMarkRecords 1699 newSubTable.MarkArray = oldSubTable.MarkArray.__class__() 1700 newSubTable.MarkArray.MarkRecord = newMarkRecords 1702 oldSubTable.MarkArray.MarkCount = len(oldMarkRecords) 1703 newSubTable.MarkArray.MarkCount = len(newMarkRecords)
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 452 friend struct MarkArray; 469 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */ struct 1527 OffsetTo<MarkArray> 1652 OffsetTo<MarkArray> 1774 OffsetTo<MarkArray>
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 1830 self = ot.MarkArray() 1914 self.MarkArray = buildMarkArray(marks, glyphMap) 1997 self.MarkArray = buildMarkArray(marks, glyphMap)
|
/external/fonttools/Lib/fontTools/varLib/ |
D | merger.py | 601 array = ot.MarkArray()
|
/external/fonttools/Lib/fontTools/mtiLib/ |
D | __init__.py | 452 setattr(self, c.MarkArray, markArray)
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 5025 …context_t::try_set<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >, int>(OT::Off… 5026 …<function-decl name='try_set<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, … 5029 … <!-- parameter of type 'OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*' --> 6228 …t_t::check_struct<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> > >(const OT::Of… 6229 …<function-decl name='check_struct<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned … 6232 …<!-- parameter of type 'const OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*' … 6772 <!-- OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >* --> 7008 <!-- const OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >* --> 7921 <!-- struct OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> > --> 7922 …<class-decl name='OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >' size-… [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 3233 …<function-decl name='try_set<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, … 3992 …<function-decl name='check_struct<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned … 5068 …<class-decl name='OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >' size-… 14893 …<class-decl name='OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >' size-… 14902 …<class-decl name='MarkArray' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp…
|