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

  /external/harfbuzz/src/
harfbuzz-dump.c 574 Dump_PairSet (HB_PairSet *PairSet, FILE *stream, int indent, HB_Type hb_type, HB_UShort ValueFormat1, HB_UShort ValueFormat2)
577 DUMP_FUINT (PairSet, PairValueCount);
579 for (i = 0; i < PairSet->PairValueCount; i++)
582 Dump_PairValueRecord (&PairSet->PairValueRecord[i], stream, indent + 1, hb_type, ValueFormat1, ValueFormat2);
605 DUMP ("<PairSet>\n");
606 Dump_PairSet (&PairPos->ppf.ppf1.PairSet[i], stream, indent + 1, hb_type, PairPos->ValueFormat1, PairPos->ValueFormat2);
607 DUMP ("</PairSet>\n");
harfbuzz-gpos-private.h 231 HB_UShort PairSetCount; /* number of PairSet tables */
232 HB_PairSet* PairSet; /* array of PairSet tables */
harfbuzz-gpos.c 1065 /* PairSet */
1192 ppf1->PairSet = NULL;
1194 if ( ALLOC_ARRAY( ppf1->PairSet, count, HB_PairSet ) )
1197 ps = ppf1->PairSet;
1236 if ( ppf1->PairSet )
1239 ps = ppf1->PairSet;
1510 pvr = ppf1->PairSet[index].PairValueRecord;
1516 for ( numpvr = ppf1->PairSet[index].PairValueCount;
    [all...]
  /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 */
harfbuzz-gpos.c 1065 /* PairSet */
1192 ppf1->PairSet = NULL;
1194 if ( ALLOC_ARRAY( ppf1->PairSet, count, HB_PairSet ) )
1197 ps = ppf1->PairSet;
1236 if ( ppf1->PairSet )
1239 ps = ppf1->PairSet;
1510 pvr = ppf1->PairSet[index].PairValueRecord;
1516 for ( numpvr = ppf1->PairSet[index].PairValueCount;
    [all...]
  /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 507 milliseconds