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

  /external/harfbuzz/src/
harfbuzz-gpos-private.h 231 HB_UShort PairSetCount; /* number of PairSet tables */
232 HB_PairSet* PairSet; /* array of PairSet tables */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h 231 HB_UShort PairSetCount; /* number of PairSet tables */
232 HB_PairSet* PairSet; /* array of PairSet tables */
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 553 friend struct PairSet;
565 struct PairSet
649 unsigned int count = pairSet.len;
651 (this+pairSet[i]).collect_glyphs (c, &valueFormat1);
670 return TRACE_RETURN ((this+pairSet[index]).apply (c, &valueFormat1, skippy_iter.idx));
678 PairSet::sanitize_closure_t closure = {
685 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && pairSet.sanitize (c, this, &closure));
699 OffsetArrayOf<PairSet>
700 pairSet; /* Array of PairSet table
    [all...]

Completed in 116 milliseconds