Home | History | Annotate | Download | only in truetype

Lines Matching defs:end_point

7266     FT_UInt   end_point;     /* end point (last+1) of contour */
7312 end_point = CUR.pts.contours[contour] - CUR.pts.first_point;
7315 if ( BOUNDS ( end_point, CUR.pts.n_points ) )
7316 end_point = CUR.pts.n_points - 1;
7318 while ( point <= end_point && ( CUR.pts.tags[point] & mask ) == 0 )
7321 if ( point <= end_point )
7328 while ( point <= end_point )
7344 _iup_worker_shift( &V, first_point, end_point, cur_touched );
7349 end_point,