Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1781 PSH_Point* strongs = NULL; in psh_glyph_interpolate_normal_points() local
1803 strongs = strongs_0; in psh_glyph_interpolate_normal_points()
1809 if ( FT_NEW_ARRAY( strongs, num_strongs ) ) in psh_glyph_interpolate_normal_points()
1822 for ( insert = strongs + num_strongs; insert > strongs; insert-- ) in psh_glyph_interpolate_normal_points()
1860 if ( strongs[nn]->org_u > point->org_u ) in psh_glyph_interpolate_normal_points()
1865 after = strongs[0]; in psh_glyph_interpolate_normal_points()
1873 before = strongs[nn - 1]; in psh_glyph_interpolate_normal_points()
1876 if ( strongs[nn - 1]->org_u < point->org_u ) in psh_glyph_interpolate_normal_points()
1881 before = strongs[nn - 1]; in psh_glyph_interpolate_normal_points()
1892 after = strongs[nn]; in psh_glyph_interpolate_normal_points()
[all …]