Home | History | Annotate | Download | only in truetype

Lines Matching refs:num_base_points

937                                   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;
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 -(3)-> n_points. */
1567 num_base_points );