Searched defs:cprs (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-gpos.c4197 static HB_Error Load_ChainPosRuleSet( HB_ChainPosRuleSet* cprs, argument
4213 count = cprs->ChainPosRuleCount = GET_UShort();
4217 cprs->ChainPosRule = NULL;
4219 if ( ALLOC_ARRAY( cprs->ChainPosRule, count, HB_ChainPosRule ) )
4222 cpr = cprs->ChainPosRule;
4251 static void Free_ChainPosRuleSet( HB_ChainPosRuleSet* cprs )
4258 if ( cprs->ChainPosRule )
4260 count = cprs->ChainPosRuleCount;
4261 cpr = cprs->ChainPosRule;
4281 HB_ChainPosRuleSet* cprs; local
4347 HB_ChainPosRuleSet* cprs; local
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos.c4197 static HB_Error Load_ChainPosRuleSet( HB_ChainPosRuleSet* cprs, argument
4213 count = cprs->ChainPosRuleCount = GET_UShort();
4217 cprs->ChainPosRule = NULL;
4219 if ( ALLOC_ARRAY( cprs->ChainPosRule, count, HB_ChainPosRule ) )
4222 cpr = cprs->ChainPosRule;
4251 static void Free_ChainPosRuleSet( HB_ChainPosRuleSet* cprs )
4258 if ( cprs->ChainPosRule )
4260 count = cprs->ChainPosRuleCount;
4261 cpr = cprs->ChainPosRule;
4281 HB_ChainPosRuleSet* cprs; local
4347 HB_ChainPosRuleSet* cprs; local
[all...]

Completed in 53 milliseconds