Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-gpos-private.h554 typedef struct HB_ChainPosRule_ HB_ChainPosRule; typedef
561 HB_ChainPosRule* ChainPosRule; /* array of ChainPosRule tables */
Dharfbuzz-gpos.c4057 static HB_Error Load_ChainPosRule( HB_ChainPosRule* cpr, in Load_ChainPosRule()
4186 static void Free_ChainPosRule( HB_ChainPosRule* cpr ) in Free_ChainPosRule()
4205 HB_ChainPosRule* cpr; in Load_ChainPosRuleSet()
4219 if ( ALLOC_ARRAY( cprs->ChainPosRule, count, HB_ChainPosRule ) ) in Load_ChainPosRuleSet()
4255 HB_ChainPosRule* cpr; in Free_ChainPosRuleSet()
5016 HB_ChainPosRule* cpr; in Lookup_ChainContextPos1()
5017 HB_ChainPosRule curr_cpr; in Lookup_ChainContextPos1()