Home
last modified time | relevance | path

Searched refs:MarkArray (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/layout/
DMarkArrays.h27 struct MarkArray struct
35 LE_VAR_ARRAY(MarkArray, markRecordArray) argument
DMarkToMarkPosnSubtables.cpp40 const MarkArray *markArray = (const MarkArray *) ((char *) this + SWAPW(markArrayOffset)); in process()
DMarkToLigaturePosnSubtables.cpp39 const MarkArray *markArray = (const MarkArray *) ((char *) this + SWAPW(markArrayOffset)); in process()
DMarkToBasePosnSubtables.cpp40 const MarkArray *markArray = (const MarkArray *) ((char *) this + SWAPW(markArrayOffset)); in process()
DMarkArrays.cpp16 le_int32 MarkArray::getMarkClass(LEGlyphID glyphID, le_int32 coverageIndex, const LEFontInstance *f… in getMarkClass()
/external/fonttools/Lib/fontTools/
Dsubset.py277 self.MarkArray.MarkRecord = [self.MarkArray.MarkRecord[i]
279 self.MarkArray.MarkCount = len(self.MarkArray.MarkRecord)
285 class_indices = _uniq_sort(v.Class for v in self.MarkArray.MarkRecord)
287 for m in self.MarkArray.MarkRecord:
292 self.MarkArray.MarkCount and
300 for m in self.MarkArray.MarkRecord:
313 self.MarkArray.MarkRecord = [self.MarkArray.MarkRecord[i]
315 self.MarkArray.MarkCount = len(self.MarkArray.MarkRecord)
321 class_indices = _uniq_sort(v.Class for v in self.MarkArray.MarkRecord)
323 for m in self.MarkArray.MarkRecord:
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh375 friend struct MarkArray;
391 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */ struct
1087 OffsetTo<MarkArray>
1208 OffsetTo<MarkArray>
1327 OffsetTo<MarkArray>