Home | History | Annotate | Download | only in truetype

Lines Matching defs:end_point

7381     FT_UInt   end_point;     /* end point (last+1) of contour */
7427 end_point = CUR.pts.contours[contour] - CUR.pts.first_point;
7430 if ( BOUNDS ( end_point, CUR.pts.n_points ) )
7431 end_point = CUR.pts.n_points - 1;
7433 while ( point <= end_point && ( CUR.pts.tags[point] & mask ) == 0 )
7436 if ( point <= end_point )
7443 while ( point <= end_point )
7459 _iup_worker_shift( &V, first_point, end_point, cur_touched );
7464 end_point,