Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-gpos-private.h463 HB_PosRuleSet* PosRuleSet; /* array of PosRuleSet tables */ member
Dharfbuzz-gpos.c3302 cpf1->PosRuleSet = NULL; in Load_ContextPos1()
3304 if ( ALLOC_ARRAY( cpf1->PosRuleSet, count, HB_PosRuleSet ) ) in Load_ContextPos1()
3307 prs = cpf1->PosRuleSet; in Load_ContextPos1()
3346 if ( cpf1->PosRuleSet ) in Free_ContextPos1()
3349 prs = cpf1->PosRuleSet; in Free_ContextPos1()
3820 pr = cpf1->PosRuleSet[index].PosRule; in Lookup_ContextPos1()
3821 numpr = cpf1->PosRuleSet[index].PosRuleCount; in Lookup_ContextPos1()