Searched refs:MarkArray (Results 1 – 18 of 18) sorted by relevance
/external/harfbuzz_ng/src/graph/ |
D | markbasepos-graph.hh | 124 struct MarkArray : public OT::Layout::GPOS_impl::MarkArray struct 129 unsigned min_size = MarkArray::min_size; in sanitize() 165 o.tail = o.head + MarkArray::min_size + in shrink() 176 unsigned size = MarkArray::min_size + in clone() 181 MarkArray* prime = (MarkArray*) c.graph.object (prime_id).head; in clone() 221 MarkArray::min_size + in split_subtables() 324 auto mark_array = c.graph.as_table<MarkArray> (this_index, &markArray); in get_class_info() 394 auto mark_array = sc.c.graph.as_mutable_table<MarkArray> (this_index, in shrink() 446 graph.as_table <MarkArray> (sc.this_index, &markArray); in clone_range()
|
/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
D | MarkArray.hh | 11 struct MarkArray : Array16Of<MarkRecord> /* Array of MarkRecords--in Coverage order */ struct 102 const MarkArray &mark_array, in Markclass_closure_and_remap_indexes()
|
D | MarkRecord.hh | 10 friend struct MarkArray;
|
D | MarkLigPosFormat1.hh | 24 typename Types::template OffsetTo<MarkArray>
|
D | MarkMarkPosFormat1.hh | 29 typename Types::template OffsetTo<MarkArray>
|
D | MarkBasePosFormat1.hh | 27 typename Types::template OffsetTo<MarkArray>
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 747 self.MarkArray.MarkRecord = _list_subset(self.MarkArray.MarkRecord, mark_indices) 748 self.MarkArray.MarkCount = len(self.MarkArray.MarkRecord) 753 class_indices = _uniq_sort(v.Class for v in self.MarkArray.MarkRecord) 755 for m in self.MarkArray.MarkRecord: 760 self.MarkArray.MarkCount and 768 for m in self.MarkArray.MarkRecord: 781 self.MarkArray.MarkRecord = _list_subset(self.MarkArray.MarkRecord, mark_indices) 782 self.MarkArray.MarkCount = len(self.MarkArray.MarkRecord) 787 class_indices = _uniq_sort(v.Class for v in self.MarkArray.MarkRecord) 789 for m in self.MarkArray.MarkRecord: [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 1848 oldSubTable.MarkArray.MarkRecord 1878 oldSubTable.MarkArray.MarkRecord = oldMarkRecords 1879 newSubTable.MarkArray = oldSubTable.MarkArray.__class__() 1880 newSubTable.MarkArray.MarkRecord = newMarkRecords 1882 oldSubTable.MarkArray.MarkCount = len(oldMarkRecords) 1883 newSubTable.MarkArray.MarkCount = len(newMarkRecords)
|
/external/fonttools/Lib/fontTools/otlLib/ |
D | builder.py | 1879 self = ot.MarkArray() 1963 self.MarkArray = buildMarkArray(marks, glyphMap) 2046 self.MarkArray = buildMarkArray(marks, glyphMap)
|
/external/harfbuzz_ng/src/ |
D | Makefile.sources | 122 OT/Layout/GPOS/MarkArray.hh \
|
D | meson.build | 123 'OT/Layout/GPOS/MarkArray.hh',
|
/external/skia/bazel/external/harfbuzz/ |
D | BUILD.bazel | 63 "src/OT/Layout/GPOS/MarkArray.hh",
|
/external/skia/third_party/harfbuzz/ |
D | BUILD.gn | 79 "$_src/OT/Layout/GPOS/MarkArray.hh",
|
/external/fonttools/Lib/fontTools/mtiLib/ |
D | __init__.py | 452 setattr(self, c.MarkArray, markArray)
|
/external/fonttools/Lib/fontTools/varLib/ |
D | merger.py | 637 array = ot.MarkArray()
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 5648 …context_t::try_set<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >, int>(OT::Off… 5649 …<function-decl name='try_set<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, … 5652 … <!-- parameter of type 'OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*' --> 6851 …t_t::check_struct<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> > >(const OT::Of… 6852 …<function-decl name='check_struct<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned … 6855 …<!-- parameter of type 'const OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*' … 13738 <!-- OT::MarkArray& --> 13740 <!-- OT::MarkArray* --> 13848 <!-- OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >* --> 14492 <!-- const OT::MarkArray --> [all …]
|
/external/harfbuzz_ng/perf/texts/ |
D | en-words.txt | 6720 MarkArray
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 3581 …<function-decl name='try_set<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, … 4340 …<function-decl name='check_struct<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned … 10221 …<class-decl name='OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >' size-… 13721 …<class-decl name='MarkArray' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp…
|