Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-gsub-private.h376 HB_UShort MaxInputLength; member
Dharfbuzz-gpos-private.h625 HB_UShort MaxInputLength; member
Dharfbuzz-gsub.c2412 if ( cscr->InputGlyphCount > ccsf2->MaxInputLength ) in Load_ChainSubClassRule()
2413 ccsf2->MaxInputLength = cscr->InputGlyphCount; in Load_ChainSubClassRule()
2654 ccsf2->MaxInputLength = 0; in Load_ChainContextSubst2()
3165 if (ccsf2->MaxInputLength < 1) in Lookup_ChainContextSubst2()
3168 if ( ALLOC_ARRAY( input_classes, ccsf2->MaxInputLength, HB_UShort ) ) in Lookup_ChainContextSubst2()
Dharfbuzz-dump.c406 DUMP_FUINT (ChainContextSubstFormat2, MaxInputLength); in DEF_DUMP()
Dharfbuzz-gpos.c4414 if ( cpcr->InputGlyphCount > ccpf2->MaxInputLength ) in Load_ChainPosClassRule()
4415 ccpf2->MaxInputLength = cpcr->InputGlyphCount; in Load_ChainPosClassRule()
4655 ccpf2->MaxInputLength = 0; in Load_ChainContextPos2()
5178 if (ccpf2->MaxInputLength < 1) in Lookup_ChainContextPos2()
5181 if ( ALLOC_ARRAY( input_classes, ccpf2->MaxInputLength, HB_UShort ) ) in Lookup_ChainContextPos2()