Searched refs:ppf1 (Results 1 – 1 of 1) sorted by relevance
1786 if (GET_BE_WORD(ppf1->PosFormat) == 1) in GPOS_apply_PairAdjustment()1789 WORD ValueFormat1 = GET_BE_WORD(ppf1->ValueFormat1); in GPOS_apply_PairAdjustment()1790 WORD ValueFormat2 = GET_BE_WORD(ppf1->ValueFormat2); in GPOS_apply_PairAdjustment()1793 offset = GET_BE_WORD(ppf1->Coverage); in GPOS_apply_PairAdjustment()1794 index = GSUB_is_glyph_covered((const BYTE*)ppf1+offset, glyphs[glyph_index]); in GPOS_apply_PairAdjustment()1795 if (index != -1 && index < GET_BE_WORD(ppf1->PairSetCount)) in GPOS_apply_PairAdjustment()1801 offset = GET_BE_WORD(ppf1->PairSetOffset[index]); in GPOS_apply_PairAdjustment()1802 ps = (const GPOS_PairSet*)((const BYTE*)ppf1+offset); in GPOS_apply_PairAdjustment()1812 apply_pair_value(ppf1, ValueFormat1, ValueFormat2, in GPOS_apply_PairAdjustment()1821 else if (GET_BE_WORD(ppf1->PosFormat) == 2) in GPOS_apply_PairAdjustment()[all …]