HomeSort by relevance Sort by last modified time
    Searched refs:MarkRecord (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/layout/
MarkArrays.h 21 struct MarkRecord
30 MarkRecord markRecordArray[ANY_NUMBER];
MarkArrays.cpp 25 const MarkRecord *markRecord = &markRecordArray[coverageIndex];
26 Offset anchorTableOffset = SWAPW(markRecord->markAnchorTableOffset);
30 markClass = SWAPW(markRecord->markClass);
  /external/fonttools/Lib/fontTools/
subset.py 277 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:
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)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 391 struct MarkRecord
410 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */
419 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index);
448 return_trace (ArrayOf<MarkRecord>::sanitize (c, this));
    [all...]

Completed in 74 milliseconds