Home | History | Annotate | Download | only in src

Lines Matching refs:ccpf1

4270 static HB_Error  Load_ChainContextPos1( HB_ChainContextPosFormat1*  ccpf1,
4292 ( error = _HB_OPEN_Load_Coverage( &ccpf1->Coverage, stream ) ) != HB_Err_Ok )
4299 count = ccpf1->ChainPosRuleSetCount = GET_UShort();
4303 ccpf1->ChainPosRuleSet = NULL;
4305 if ( ALLOC_ARRAY( ccpf1->ChainPosRuleSet, count, HB_ChainPosRuleSet ) )
4308 cprs = ccpf1->ChainPosRuleSet;
4335 _HB_OPEN_Free_Coverage( &ccpf1->Coverage );
4340 static void Free_ChainContextPos1( HB_ChainContextPosFormat1* ccpf1 )
4347 if ( ccpf1->ChainPosRuleSet )
4349 count = ccpf1->ChainPosRuleSetCount;
4350 cprs = ccpf1->ChainPosRuleSet;
4358 _HB_OPEN_Free_Coverage( &ccpf1->Coverage );
4969 return Load_ChainContextPos1( &ccp->ccpf.ccpf1, stream );
4991 case 1: Free_ChainContextPos1( &ccp->ccpf.ccpf1 ); break;
5001 HB_ChainContextPosFormat1* ccpf1,
5023 error = _HB_OPEN_Coverage_Index( &ccpf1->Coverage, IN_CURGLYPH(), &index );
5027 cpr = ccpf1->ChainPosRuleSet[index].ChainPosRule;
5028 num_cpr = ccpf1->ChainPosRuleSet[index].ChainPosRuleCount;
5457 return Lookup_ChainContextPos1( gpi, &ccp->ccpf.ccpf1, buffer,