Searched defs:ccpf1 (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-gpos-private.h676 HB_ChainContextPosFormat1 ccpf1; member in union:HB_ChainContextPos_::__anon6367
H A Dharfbuzz-gpos.c4273 static HB_Error Load_ChainContextPos1( HB_ChainContextPosFormat1* ccpf1, argument
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
5002 Lookup_ChainContextPos1( GPOS_Instance* gpi, HB_ChainContextPosFormat1* ccpf1, HB_Buffer buffer, HB_UShort flags, HB_UShort context_length, int nesting_level ) argument
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos-private.h676 HB_ChainContextPosFormat1 ccpf1; member in union:HB_ChainContextPos_::__anon6428
H A Dharfbuzz-gpos.c4273 static HB_Error Load_ChainContextPos1( HB_ChainContextPosFormat1* ccpf1, argument
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
5002 Lookup_ChainContextPos1( GPOS_Instance* gpi, HB_ChainContextPosFormat1* ccpf1, HB_Buffer buffer, HB_UShort flags, HB_UShort context_length, int nesting_level ) argument
[all...]

Completed in 518 milliseconds