Searched refs:strongs (Results 1 – 1 of 1) sorted by relevance
1892 PSH_Point* strongs = NULL; in psh_glyph_interpolate_normal_points() local1914 strongs = strongs_0; in psh_glyph_interpolate_normal_points()1920 if ( FT_NEW_ARRAY( strongs, num_strongs ) ) in psh_glyph_interpolate_normal_points()1933 for ( insert = strongs + num_strongs; insert > strongs; insert-- ) in psh_glyph_interpolate_normal_points()1971 if ( strongs[nn]->org_u > point->org_u ) in psh_glyph_interpolate_normal_points()1976 after = strongs[0]; in psh_glyph_interpolate_normal_points()1984 before = strongs[nn - 1]; in psh_glyph_interpolate_normal_points()1987 if ( strongs[nn - 1]->org_u < point->org_u ) in psh_glyph_interpolate_normal_points()1992 before = strongs[nn - 1]; in psh_glyph_interpolate_normal_points()2003 after = strongs[nn]; in psh_glyph_interpolate_normal_points()[all …]