HomeSort by: relevance | last modified time | path
    Searched refs:end_point (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/internal/
pshints.h 230 * end_point ::
237 FT_UInt end_point );
253 * end_point ::
266 FT_UInt end_point );
484 * end_point ::
496 * definition), the value of `end_point` should be 0.
508 FT_UInt end_point,
526 * end_point ::
538 * definition), the value of `end_point` should be 0.
567 * end_point :
    [all...]
  /xsrc/external/mit/freetype/dist/src/pshinter/
pshrec.c 129 mask->end_point = 0;
271 mask->end_point = 0;
467 mask2->end_point = 0;
590 FT_UInt end_point )
600 mask->end_point = end_point;
609 FT_UInt end_point,
616 ps_dimension_end_mask( dim, end_point );
629 FT_UInt end_point,
636 error = ps_dimension_reset_mask( dim, end_point, memory )
    [all...]
pshrec.h 98 FT_UInt end_point; member in struct:PS_MaskRec_
pshalgo.c 1589 first = mask->end_point > glyph->num_points
1591 : mask->end_point;
1595 FT_UInt next = FT_MIN( mask->end_point, glyph->num_points );
  /xsrc/external/mit/freetype/dist/src/autofit/
afhints.c 1577 AF_Point end_point; local
1610 end_point = point->prev;
1616 if ( point > end_point ) /* no touched point in contour */
1629 FT_ASSERT( point <= end_point &&
1633 while ( point < end_point &&
1643 if ( point > end_point )
1660 af_iup_shift( first_point, end_point, first_touched );
1664 if ( last_touched < end_point )
1665 af_iup_interp( last_touched + 1, end_point,
  /xsrc/external/mit/freetype/dist/src/sfnt/
sfwoff2.c 1044 FT_Int end_point; local
1144 end_point = -1;
1148 end_point += n_points_arr[contour_ix];
1149 if ( end_point >= 65536 )
1152 WRITE_SHORT( pointer, end_point );
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c 3637 FT_Int end_point; local
3655 end_point = outline->contours[contour];
3659 while ( point <= end_point && !has_delta[point] )
3662 if ( point <= end_point )
3669 while ( point <= end_point )
3690 end_point,
3699 end_point,
ttinterp.c 6993 FT_UInt end_point; /* end point (last+1) of contour */ local
7054 end_point = exc->pts.contours[contour] - exc->pts.first_point;
7057 if ( BOUNDS( end_point, exc->pts.n_points ) )
7058 end_point = exc->pts.n_points - 1;
7060 while ( point <= end_point && ( exc->pts.tags[point] & mask ) == 0 )
7063 if ( point <= end_point )
7070 while ( point <= end_point )
7086 _iup_worker_shift( &V, first_point, end_point, cur_touched );
7091 end_point,

Completed in 14 milliseconds