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

  /external/harfbuzz/src/
harfbuzz-dump.c 590 HB_PairPos *PairPos = &subtable->st.gpos.pair;
592 DUMP_FUINT (PairPos, PosFormat);
593 RECURSE (Coverage, Coverage, &PairPos->Coverage);
595 DUMP_FUINT (PairPos, ValueFormat1);
596 DUMP_FUINT (PairPos, ValueFormat2);
598 if (PairPos->PosFormat == 1)
602 DUMP_FUINT (&PairPos->ppf.ppf1, PairSetCount);
603 for (i = 0; i < PairPos->ppf.ppf1.PairSetCount; i++)
606 Dump_PairSet (&PairPos->ppf.ppf1.PairSet[i], stream, indent + 1, hb_type, PairPos->ValueFormat1, PairPos->ValueFormat2)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 793 * beginning of PairPos subtable--for
797 * beginning of PairPos subtable--for
810 struct PairPos
    [all...]

Completed in 38 milliseconds