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

  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 581 friend struct PairSet;
593 struct PairSet
690 unsigned int count = pairSet.len;
692 (this+pairSet[i]).collect_glyphs (c, &valueFormat1);
711 return_trace ((this+pairSet[index]).apply (c, &valueFormat1, skippy_iter.idx));
722 PairSet::sanitize_closure_t closure = {
729 return_trace (coverage.sanitize (c, this) && pairSet.sanitize (c, this, &closure));
743 OffsetArrayOf<PairSet>
744 pairSet; /* Array of PairSet table
    [all...]
  /external/fonttools/Lib/fontTools/
subset.py 216 self.PairSet = [self.PairSet[i] for i in indices]
217 for p in self.PairSet:
222 indices = [i for i,p in enumerate(self.PairSet) if p.PairValueCount]
224 self.PairSet = [self.PairSet[i] for i in indices]
225 self.PairSetCount = len(self.PairSet)
    [all...]

Completed in 2853 milliseconds