Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-gsub-private.h240 HB_UShort MaxContextLength; member
Dharfbuzz-gpos-private.h497 HB_UShort MaxContextLength; member
Dharfbuzz-gsub.c1396 if ( scr->GlyphCount > csf2->MaxContextLength ) in Load_SubClassRule()
1397 csf2->MaxContextLength = scr->GlyphCount; in Load_SubClassRule()
1582 csf2->MaxContextLength = 0; in Load_ContextSubst2()
1899 if (csf2->MaxContextLength < 1) in Lookup_ContextSubst2()
1902 if ( ALLOC_ARRAY( classes, csf2->MaxContextLength, HB_UShort ) ) in Lookup_ContextSubst2()
Dharfbuzz-dump.c356 DUMP_FUINT (ContextSubstFormat2, MaxContextLength); in DEF_DUMP()
Dharfbuzz-gpos.c3383 if ( pcr->GlyphCount > cpf2->MaxContextLength ) in Load_PosClassRule()
3384 cpf2->MaxContextLength = pcr->GlyphCount; in Load_PosClassRule()
3567 cpf2->MaxContextLength = 0; in Load_ContextPos2()
3893 if (cpf2->MaxContextLength < 1) in Lookup_ContextPos2()
3896 if ( ALLOC_ARRAY( classes, cpf2->MaxContextLength, HB_UShort ) ) in Lookup_ContextPos2()