Home | History | Annotate | Download | only in pshinter

Lines Matching refs:num_strongs

1890     FT_UInt        num_strongs = 0;
1901 num_strongs++;
1904 if ( num_strongs == 0 ) /* nothing to do here */
1909 if ( num_strongs <= PSH_MAX_STRONG_INTERNAL )
1916 if ( FT_NEW_ARRAY( strongs, num_strongs ) )
1920 num_strongs = 0;
1929 for ( insert = strongs + num_strongs; insert > strongs; insert-- )
1937 num_strongs++;
1966 for ( nn = 0; nn < num_strongs; nn++ )
1982 for ( nn = num_strongs; nn > 0; nn-- )
1986 if ( nn == num_strongs ) /* point is after last strong point */