Lines Matching full:ccpf1
4273 static HB_Error Load_ChainContextPos1( HB_ChainContextPosFormat1* ccpf1,
4295 ( error = _HB_OPEN_Load_Coverage( &ccpf1->Coverage, stream ) ) != HB_Err_Ok )
4302 count = ccpf1->ChainPosRuleSetCount = GET_UShort();
4306 ccpf1->ChainPosRuleSet = NULL;
4308 if ( ALLOC_ARRAY( ccpf1->ChainPosRuleSet, count, HB_ChainPosRuleSet ) )
4311 cprs = ccpf1->ChainPosRuleSet;
4338 _HB_OPEN_Free_Coverage( &ccpf1->Coverage );
4343 static void Free_ChainContextPos1( HB_ChainContextPosFormat1* ccpf1 )
4350 if ( ccpf1->ChainPosRuleSet )
4352 count = ccpf1->ChainPosRuleSetCount;
4353 cprs = ccpf1->ChainPosRuleSet;
4361 _HB_OPEN_Free_Coverage( &ccpf1->Coverage );
4972 return Load_ChainContextPos1( &ccp->ccpf.ccpf1, stream );
4994 case 1: Free_ChainContextPos1( &ccp->ccpf.ccpf1 ); break;
5004 HB_ChainContextPosFormat1* ccpf1,
5026 error = _HB_OPEN_Coverage_Index( &ccpf1->Coverage, IN_CURGLYPH(), &index );
5030 cpr = ccpf1->ChainPosRuleSet[index].ChainPosRule;
5031 num_cpr = ccpf1->ChainPosRuleSet[index].ChainPosRuleCount;
5460 return Lookup_ChainContextPos1( gpi, &ccp->ccpf.ccpf1, buffer,