Home | History | Annotate | Download | only in pshinter

Lines Matching refs:strongs

1888     PSH_Point*     strongs     = NULL;
1910 strongs = strongs_0;
1916 if ( FT_NEW_ARRAY( strongs, num_strongs ) )
1929 for ( insert = strongs + num_strongs; insert > strongs; insert-- )
1967 if ( strongs[nn]->org_u > point->org_u )
1972 after = strongs[0];
1980 before = strongs[nn - 1];
1983 if ( strongs[nn - 1]->org_u < point->org_u )
1988 before = strongs[nn - 1];
1999 after = strongs[nn];
2021 if ( strongs != strongs_0 )
2022 FT_FREE( strongs );