Home | History | Annotate | Download | only in hb-old

Lines Matching refs:MaxLookaheadLength

2439   if ( cscr->LookaheadGlyphCount > ccsf2->MaxLookaheadLength )
2440 ccsf2->MaxLookaheadLength = cscr->LookaheadGlyphCount;
2655 ccsf2->MaxLookaheadLength = 0;
3172 if ( ALLOC_ARRAY( lookahead_classes, ccsf2->MaxLookaheadLength, HB_UShort ) )