Searched refs:num_base_points (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/autofit/
H A Dafloader.c283 FT_UInt num_points, num_new_points, num_base_points; local
294 num_base_points = gloader->base.outline.n_points;
316 num_new_points = num_points - num_base_points;
325 num_base_points;
343 if ( start_point + k >= num_base_points ||
350 l += num_base_points;
373 dummy.points += num_base_points;
/external/freetype/src/truetype/
H A Dttgload.c937 FT_UInt num_base_points )
956 for ( i = num_base_points; i < num_points; i++ )
974 l += num_base_points;
975 if ( k >= num_base_points ||
1073 translate_array( num_points - num_base_points,
1074 base_vec + num_base_points,
1507 FT_UInt n, num_base_points; local
1537 num_base_points = gloader->base.outline.n_points;
1557 if ( num_points == num_base_points )
1561 /* 0 -(1)-> start_point -(2)-> num_base_points
[all...]

Completed in 195 milliseconds