Home | History | Annotate | Download | only in pshinter

Lines Matching refs:strongs

1889     PSH_Point*     strongs     = NULL;
1911 strongs = strongs_0;
1917 if ( FT_NEW_ARRAY( strongs, num_strongs ) )
1930 for ( insert = strongs + num_strongs; insert > strongs; insert-- )
1968 if ( strongs[nn]->org_u > point->org_u )
1973 after = strongs[0];
1981 before = strongs[nn - 1];
1984 if ( strongs[nn - 1]->org_u < point->org_u )
1989 before = strongs[nn - 1];
2000 after = strongs[nn];
2022 if ( strongs != strongs_0 )
2023 FT_FREE( strongs );