Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1783 FT_UInt num_strongs = 0; in psh_glyph_interpolate_normal_points() local
1794 num_strongs++; in psh_glyph_interpolate_normal_points()
1797 if ( num_strongs == 0 ) /* nothing to do here */ in psh_glyph_interpolate_normal_points()
1802 if ( num_strongs <= PSH_MAX_STRONG_INTERNAL ) in psh_glyph_interpolate_normal_points()
1809 if ( FT_NEW_ARRAY( strongs, num_strongs ) ) in psh_glyph_interpolate_normal_points()
1813 num_strongs = 0; in psh_glyph_interpolate_normal_points()
1822 for ( insert = strongs + num_strongs; insert > strongs; insert-- ) in psh_glyph_interpolate_normal_points()
1830 num_strongs++; in psh_glyph_interpolate_normal_points()
1859 for ( nn = 0; nn < num_strongs; nn++ ) in psh_glyph_interpolate_normal_points()
1875 for ( nn = num_strongs; nn > 0; nn-- ) in psh_glyph_interpolate_normal_points()
[all …]