Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c1894 FT_UInt num_strongs = 0; in psh_glyph_interpolate_normal_points() local
1905 num_strongs++; in psh_glyph_interpolate_normal_points()
1908 if ( num_strongs == 0 ) /* nothing to do here */ in psh_glyph_interpolate_normal_points()
1913 if ( num_strongs <= PSH_MAX_STRONG_INTERNAL ) in psh_glyph_interpolate_normal_points()
1920 if ( FT_NEW_ARRAY( strongs, num_strongs ) ) in psh_glyph_interpolate_normal_points()
1924 num_strongs = 0; in psh_glyph_interpolate_normal_points()
1933 for ( insert = strongs + num_strongs; insert > strongs; insert-- ) in psh_glyph_interpolate_normal_points()
1941 num_strongs++; in psh_glyph_interpolate_normal_points()
1970 for ( nn = 0; nn < num_strongs; nn++ ) in psh_glyph_interpolate_normal_points()
1986 for ( nn = num_strongs; nn > 0; nn-- ) in psh_glyph_interpolate_normal_points()
[all …]