Home | History | Annotate | Download | only in src

Lines Matching refs:MaxContextLength

3383   if ( pcr->GlyphCount > cpf2->MaxContextLength )
3384 cpf2->MaxContextLength = pcr->GlyphCount;
3567 cpf2->MaxContextLength = 0;
3893 if (cpf2->MaxContextLength < 1)
3896 if ( ALLOC_ARRAY( classes, cpf2->MaxContextLength, HB_UShort ) )