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

Lines Matching refs:MaxInputLength

2412   if ( cscr->InputGlyphCount > ccsf2->MaxInputLength )
2413 ccsf2->MaxInputLength = cscr->InputGlyphCount;
2654 ccsf2->MaxInputLength = 0;
3161 if (ccsf2->MaxInputLength < 1)
3168 if ( ALLOC_ARRAY( input_classes, ccsf2->MaxInputLength, HB_UShort ) )