Home
last modified time | relevance | path

Searched refs:csf1 (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-gsub.c1284 static HB_Error Load_ContextSubst1( HB_ContextSubstFormat1* csf1, in Load_ContextSubst1() argument
1306 ( error = _HB_OPEN_Load_Coverage( &csf1->Coverage, stream ) ) != HB_Err_Ok ) in Load_ContextSubst1()
1313 count = csf1->SubRuleSetCount = GET_UShort(); in Load_ContextSubst1()
1317 csf1->SubRuleSet = NULL; in Load_ContextSubst1()
1319 if ( ALLOC_ARRAY( csf1->SubRuleSet, count, HB_SubRuleSet ) ) in Load_ContextSubst1()
1322 srs = csf1->SubRuleSet; in Load_ContextSubst1()
1349 _HB_OPEN_Free_Coverage( &csf1->Coverage ); in Load_ContextSubst1()
1354 static void Free_ContextSubst1( HB_ContextSubstFormat1* csf1 ) in Free_ContextSubst1() argument
1361 if ( csf1->SubRuleSet ) in Free_ContextSubst1()
1363 count = csf1->SubRuleSetCount; in Free_ContextSubst1()
[all …]
Dharfbuzz-gsub-private.h263 HB_ContextSubstFormat1 csf1; member
Dharfbuzz-dump.c378 Dump_ContextSubstFormat1 (&ContextSubst->csf.csf1, stream, indent+2, hb_type); in Dump_GSUB_Lookup_Context()
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-gsub.c1284 static HB_Error Load_ContextSubst1( HB_ContextSubstFormat1* csf1, in Load_ContextSubst1() argument
1306 ( error = _HB_OPEN_Load_Coverage( &csf1->Coverage, stream ) ) != HB_Err_Ok ) in Load_ContextSubst1()
1313 count = csf1->SubRuleSetCount = GET_UShort(); in Load_ContextSubst1()
1317 csf1->SubRuleSet = NULL; in Load_ContextSubst1()
1319 if ( ALLOC_ARRAY( csf1->SubRuleSet, count, HB_SubRuleSet ) ) in Load_ContextSubst1()
1322 srs = csf1->SubRuleSet; in Load_ContextSubst1()
1349 _HB_OPEN_Free_Coverage( &csf1->Coverage ); in Load_ContextSubst1()
1354 static void Free_ContextSubst1( HB_ContextSubstFormat1* csf1 ) in Free_ContextSubst1() argument
1361 if ( csf1->SubRuleSet ) in Free_ContextSubst1()
1363 count = csf1->SubRuleSetCount; in Free_ContextSubst1()
[all …]
Dharfbuzz-gsub-private.h263 HB_ContextSubstFormat1 csf1; member