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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 562 friend struct PairSet;
574 struct PairSet
659 unsigned int count = pairSet.len;
661 (this+pairSet[i]).collect_glyphs (c, &valueFormat1);
681 return TRACE_RETURN ((this+pairSet[index]).apply (c, &valueFormat1, skippy_iter.idx));
689 PairSet::sanitize_closure_t closure = {
696 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && pairSet.sanitize (c, this, &closure));
710 OffsetArrayOf<PairSet>
711 pairSet; /* Array of PairSet table
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 562 friend struct PairSet;
574 struct PairSet
659 unsigned int count = pairSet.len;
661 (this+pairSet[i]).collect_glyphs (c, &valueFormat1);
681 return TRACE_RETURN ((this+pairSet[index]).apply (c, &valueFormat1, skippy_iter.idx));
689 PairSet::sanitize_closure_t closure = {
696 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && pairSet.sanitize (c, this, &closure));
710 OffsetArrayOf<PairSet>
711 pairSet; /* Array of PairSet table
    [all...]

Completed in 2594 milliseconds