Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1892 FT_UInt num_strongs = 0; in psh_glyph_interpolate_normal_points() local
1903 num_strongs++; in psh_glyph_interpolate_normal_points()
1906 if ( num_strongs == 0 ) /* nothing to do here */ in psh_glyph_interpolate_normal_points()
1911 if ( num_strongs <= PSH_MAX_STRONG_INTERNAL ) in psh_glyph_interpolate_normal_points()
1918 if ( FT_NEW_ARRAY( strongs, num_strongs ) ) in psh_glyph_interpolate_normal_points()
1922 num_strongs = 0; in psh_glyph_interpolate_normal_points()
1931 for ( insert = strongs + num_strongs; insert > strongs; insert-- ) in psh_glyph_interpolate_normal_points()
1939 num_strongs++; in psh_glyph_interpolate_normal_points()
1968 for ( nn = 0; nn < num_strongs; nn++ ) in psh_glyph_interpolate_normal_points()
1984 for ( nn = num_strongs; nn > 0; nn-- ) in psh_glyph_interpolate_normal_points()
[all …]