Home | History | Annotate | Download | only in src

Lines Matching refs:MaxContextLength

1396   if ( scr->GlyphCount > csf2->MaxContextLength )
1397 csf2->MaxContextLength = scr->GlyphCount;
1582 csf2->MaxContextLength = 0;
1899 if (csf2->MaxContextLength < 1)
1902 if ( ALLOC_ARRAY( classes, csf2->MaxContextLength, HB_UShort ) )