Home
last modified time | relevance | path

Searched refs:strongs (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/pshinter/
Dpshalgo.c1890 PSH_Point* strongs = NULL; in psh_glyph_interpolate_normal_points() local
1912 strongs = strongs_0; in psh_glyph_interpolate_normal_points()
1918 if ( FT_NEW_ARRAY( strongs, num_strongs ) ) in psh_glyph_interpolate_normal_points()
1931 for ( insert = strongs + num_strongs; insert > strongs; insert-- ) in psh_glyph_interpolate_normal_points()
1969 if ( strongs[nn]->org_u > point->org_u ) in psh_glyph_interpolate_normal_points()
1974 after = strongs[0]; in psh_glyph_interpolate_normal_points()
1982 before = strongs[nn - 1]; in psh_glyph_interpolate_normal_points()
1985 if ( strongs[nn - 1]->org_u < point->org_u ) in psh_glyph_interpolate_normal_points()
1990 before = strongs[nn - 1]; in psh_glyph_interpolate_normal_points()
2001 after = strongs[nn]; in psh_glyph_interpolate_normal_points()
[all …]