Home
last modified time | relevance | path

Searched refs:csf3 (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-gsub.c1658 static HB_Error Load_ContextSubst3( HB_ContextSubstFormat3* csf3, in Load_ContextSubst3() argument
1675 csf3->GlyphCount = GET_UShort(); in Load_ContextSubst3()
1676 csf3->SubstCount = GET_UShort(); in Load_ContextSubst3()
1680 csf3->Coverage = NULL; in Load_ContextSubst3()
1682 count = csf3->GlyphCount; in Load_ContextSubst3()
1684 if ( ALLOC_ARRAY( csf3->Coverage, count, HB_Coverage ) ) in Load_ContextSubst3()
1687 c = csf3->Coverage; in Load_ContextSubst3()
1705 csf3->SubstLookupRecord = NULL; in Load_ContextSubst3()
1707 count = csf3->SubstCount; in Load_ContextSubst3()
1709 if ( ALLOC_ARRAY( csf3->SubstLookupRecord, count, in Load_ContextSubst3()
[all …]
Dharfbuzz-gsub-private.h265 HB_ContextSubstFormat3 csf3; member
Dharfbuzz-dump.c384 Dump_ContextSubstFormat3 (&ContextSubst->csf.csf3, stream, indent+2, hb_type); in Dump_GSUB_Lookup_Context()