OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:csf1
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz/src/
harfbuzz-gsub.c
1284
static HB_Error Load_ContextSubst1( HB_ContextSubstFormat1*
csf1
,
1306
( error = _HB_OPEN_Load_Coverage( &
csf1
->Coverage, stream ) ) != HB_Err_Ok )
1313
count =
csf1
->SubRuleSetCount = GET_UShort();
1317
csf1
->SubRuleSet = NULL;
1319
if ( ALLOC_ARRAY(
csf1
->SubRuleSet, count, HB_SubRuleSet ) )
1322
srs =
csf1
->SubRuleSet;
1349
_HB_OPEN_Free_Coverage( &
csf1
->Coverage );
1354
static void Free_ContextSubst1( HB_ContextSubstFormat1*
csf1
)
1361
if (
csf1
->SubRuleSet )
1363
count =
csf1
->SubRuleSetCount
[
all
...]
harfbuzz-gsub-private.h
263
HB_ContextSubstFormat1
csf1
;
member in union:HB_ContextSubst_::__anon6685
harfbuzz-dump.c
378
Dump_ContextSubstFormat1 (&ContextSubst->csf.
csf1
, stream, indent+2, hb_type);
Completed in 56 milliseconds