Home
last modified time | relevance | path

Searched refs:SinglePos (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-dump.c544 HB_SinglePos *SinglePos = &subtable->st.gpos.single; in Dump_GPOS_Lookup_Single() local
546 DUMP_FUINT (SinglePos, PosFormat); in Dump_GPOS_Lookup_Single()
547 RECURSE (Coverage, Coverage, &SinglePos->Coverage); in Dump_GPOS_Lookup_Single()
549 DUMP_FUINT (SinglePos, ValueFormat); in Dump_GPOS_Lookup_Single()
551 if (SinglePos->PosFormat == 1) in Dump_GPOS_Lookup_Single()
553 DUMP_VALUE_RECORD (&SinglePos->spf.spf1.Value, SinglePos->ValueFormat); in Dump_GPOS_Lookup_Single()
559 DUMP_FUINT (&SinglePos->spf.spf2, ValueCount); in Dump_GPOS_Lookup_Single()
560 for (i = 0; i < SinglePos->spf.spf2.ValueCount; i++) in Dump_GPOS_Lookup_Single()
561 DUMP_VALUE_RECORD (&SinglePos->spf.spf2.Value[i], SinglePos->ValueFormat); in Dump_GPOS_Lookup_Single()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh519 struct SinglePos struct
1417 SinglePos single;