Home | History | Annotate | Download | only in truetype

Lines Matching refs:end_point

6904     FT_UInt   end_point;     /* end point (last+1) of contour */
6948 end_point = exc->pts.contours[contour] - exc->pts.first_point;
6951 if ( BOUNDS( end_point, exc->pts.n_points ) )
6952 end_point = exc->pts.n_points - 1;
6954 while ( point <= end_point && ( exc->pts.tags[point] & mask ) == 0 )
6957 if ( point <= end_point )
6964 while ( point <= end_point )
6980 _iup_worker_shift( &V, first_point, end_point, cur_touched );
6985 end_point,