Home
last modified time | relevance | path

Searched refs:SequenceIndex (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-gsub-private.h162 HB_UShort SequenceIndex; /* index into current member
Dharfbuzz-gpos-private.h428 HB_UShort SequenceIndex; /* index into current member
Dharfbuzz-gsub.c1092 if ( SubstCount && i == subst->SequenceIndex ) in Do_ContextSubst()
1182 slr[n].SequenceIndex = GET_UShort(); in Load_SubRule()
1432 slr[n].SequenceIndex = GET_UShort(); in Load_SubClassRule()
1720 slr[n].SequenceIndex = GET_UShort(); in Load_ContextSubst3()
2158 slr[n].SequenceIndex = GET_UShort(); in Load_ChainSubRule()
2481 slr[n].SequenceIndex = GET_UShort(); in Load_ChainSubClassRule()
2878 slr[n].SequenceIndex = GET_UShort(); in Load_ChainContextSubst3()
Dharfbuzz-gpos.c3086 if ( PosCount && i == pos->SequenceIndex ) in Do_ContextPos()
3167 plr[n].SequenceIndex = GET_UShort(); in Load_PosRule()
3417 plr[n].SequenceIndex = GET_UShort(); in Load_PosClassRule()
3704 plr[n].SequenceIndex = GET_UShort(); in Load_ContextPos3()
4163 plr[n].SequenceIndex = GET_UShort(); in Load_ChainPosRule()
4484 plr[n].SequenceIndex = GET_UShort(); in Load_ChainPosClassRule()
4877 plr[n].SequenceIndex = GET_UShort(); in Load_ChainContextPos3()
Dharfbuzz-dump.c258 DUMP_FUINT (SubstLookupRecord, SequenceIndex); in DEF_DUMP()