Home
last modified time | relevance | path

Searched refs:MaxLookaheadLength (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-gsub-private.h374 HB_UShort MaxLookaheadLength; member
Dharfbuzz-gpos-private.h629 HB_UShort MaxLookaheadLength; member
Dharfbuzz-gsub.c2439 if ( cscr->LookaheadGlyphCount > ccsf2->MaxLookaheadLength ) in Load_ChainSubClassRule()
2440 ccsf2->MaxLookaheadLength = cscr->LookaheadGlyphCount; in Load_ChainSubClassRule()
2655 ccsf2->MaxLookaheadLength = 0; in Load_ChainContextSubst2()
3172 if ( ALLOC_ARRAY( lookahead_classes, ccsf2->MaxLookaheadLength, HB_UShort ) ) in Lookup_ChainContextSubst2()
Dharfbuzz-dump.c408 DUMP_FUINT (ChainContextSubstFormat2, MaxLookaheadLength); in DEF_DUMP()
Dharfbuzz-gpos.c4443 if ( cpcr->LookaheadGlyphCount > ccpf2->MaxLookaheadLength ) in Load_ChainPosClassRule()
4444 ccpf2->MaxLookaheadLength = cpcr->LookaheadGlyphCount; in Load_ChainPosClassRule()
4656 ccpf2->MaxLookaheadLength = 0; in Load_ChainContextPos2()
5185 if ( ALLOC_ARRAY( lookahead_classes, ccpf2->MaxLookaheadLength, HB_UShort ) ) in Lookup_ChainContextPos2()
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-gsub-private.h374 HB_UShort MaxLookaheadLength; member
Dharfbuzz-gpos-private.h629 HB_UShort MaxLookaheadLength; member
Dharfbuzz-gsub.c2439 if ( cscr->LookaheadGlyphCount > ccsf2->MaxLookaheadLength ) in Load_ChainSubClassRule()
2440 ccsf2->MaxLookaheadLength = cscr->LookaheadGlyphCount; in Load_ChainSubClassRule()
2655 ccsf2->MaxLookaheadLength = 0; in Load_ChainContextSubst2()
3172 if ( ALLOC_ARRAY( lookahead_classes, ccsf2->MaxLookaheadLength, HB_UShort ) ) in Lookup_ChainContextSubst2()
Dharfbuzz-gpos.c4443 if ( cpcr->LookaheadGlyphCount > ccpf2->MaxLookaheadLength ) in Load_ChainPosClassRule()
4444 ccpf2->MaxLookaheadLength = cpcr->LookaheadGlyphCount; in Load_ChainPosClassRule()
4656 ccpf2->MaxLookaheadLength = 0; in Load_ChainContextPos2()
5185 if ( ALLOC_ARRAY( lookahead_classes, ccpf2->MaxLookaheadLength, HB_UShort ) ) in Lookup_ChainContextPos2()