Home | History | Annotate | Download | only in truetype

Lines Matching refs:end_point

6825     FT_UInt   end_point;     /* end point (last+1) of contour */
6886 end_point = exc->pts.contours[contour] - exc->pts.first_point;
6889 if ( BOUNDS( end_point, exc->pts.n_points ) )
6890 end_point = exc->pts.n_points - 1;
6892 while ( point <= end_point && ( exc->pts.tags[point] & mask ) == 0 )
6895 if ( point <= end_point )
6902 while ( point <= end_point )
6918 _iup_worker_shift( &V, first_point, end_point, cur_touched );
6923 end_point,