Home | History | Annotate | Download | only in pshinter

Lines Matching refs:num_strongs

1891     FT_UInt        num_strongs = 0;
1902 num_strongs++;
1905 if ( num_strongs == 0 ) /* nothing to do here */
1910 if ( num_strongs <= PSH_MAX_STRONG_INTERNAL )
1917 if ( FT_NEW_ARRAY( strongs, num_strongs ) )
1921 num_strongs = 0;
1930 for ( insert = strongs + num_strongs; insert > strongs; insert-- )
1938 num_strongs++;
1967 for ( nn = 0; nn < num_strongs; nn++ )
1983 for ( nn = num_strongs; nn > 0; nn-- )
1987 if ( nn == num_strongs ) /* point is after last strong point */