Searched refs:PairPos (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-dump.c | 590 HB_PairPos *PairPos = &subtable->st.gpos.pair; in Dump_GPOS_Lookup_Pair() local 592 DUMP_FUINT (PairPos, PosFormat); in Dump_GPOS_Lookup_Pair() 593 RECURSE (Coverage, Coverage, &PairPos->Coverage); in Dump_GPOS_Lookup_Pair() 595 DUMP_FUINT (PairPos, ValueFormat1); in Dump_GPOS_Lookup_Pair() 596 DUMP_FUINT (PairPos, ValueFormat2); in Dump_GPOS_Lookup_Pair() 598 if (PairPos->PosFormat == 1) in Dump_GPOS_Lookup_Pair() 602 DUMP_FUINT (&PairPos->ppf.ppf1, PairSetCount); in Dump_GPOS_Lookup_Pair() 603 for (i = 0; i < PairPos->ppf.ppf1.PairSetCount; i++) in Dump_GPOS_Lookup_Pair() 606 …Dump_PairSet (&PairPos->ppf.ppf1.PairSet[i], stream, indent + 1, hb_type, PairPos->ValueFormat1, P… in Dump_GPOS_Lookup_Pair()
|