OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:csf2
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz/src/
harfbuzz-gsub.c
1378
static HB_Error Load_SubClassRule( HB_ContextSubstFormat2*
csf2
,
1396
if ( scr->GlyphCount >
csf2
->MaxContextLength )
1397
csf2
->MaxContextLength = scr->GlyphCount;
1458
static HB_Error Load_SubClassSet( HB_ContextSubstFormat2*
csf2
,
1497
( error = Load_SubClassRule(
csf2
, &scr[n],
1536
static HB_Error Load_ContextSubst2( HB_ContextSubstFormat2*
csf2
,
1558
( error = _HB_OPEN_Load_Coverage( &
csf2
->Coverage, stream ) ) != HB_Err_Ok )
1570
count =
csf2
->SubClassSetCount = GET_UShort();
1576
( error = _HB_OPEN_Load_ClassDefinition( &
csf2
->ClassDef, count,
1581
csf2
->SubClassSet = NULL
[
all
...]
harfbuzz-gsub-private.h
264
HB_ContextSubstFormat2
csf2
;
member in union:HB_ContextSubst_::__anon6685
harfbuzz-dump.c
381
Dump_ContextSubstFormat2 (&ContextSubst->csf.
csf2
, stream, indent+2, hb_type);
Completed in 20 milliseconds