Home | History | Annotate | Download | only in truetype

Lines Matching refs:end_point

6895     FT_UInt   end_point;     /* end point (last+1) of contour */
6939 end_point = exc->pts.contours[contour] - exc->pts.first_point;
6942 if ( BOUNDS( end_point, exc->pts.n_points ) )
6943 end_point = exc->pts.n_points - 1;
6945 while ( point <= end_point && ( exc->pts.tags[point] & mask ) == 0 )
6948 if ( point <= end_point )
6955 while ( point <= end_point )
6971 _iup_worker_shift( &V, first_point, end_point, cur_touched );
6976 end_point,