HomeSort by relevance Sort by last modified time
    Searched refs:end_point (Results 1 - 6 of 6) sorted by null

  /external/freetype/include/freetype/internal/
pshints.h 231 * end_point ::
238 FT_UInt end_point );
254 * end_point ::
267 FT_UInt end_point );
485 * end_point ::
497 * definition), the value of `end_point' should be 0.
509 FT_UInt end_point,
527 * end_point ::
539 * definition), the value of `end_point' should be 0.
568 * end_point :
    [all...]
  /external/freetype/src/pshinter/
pshrec.c 130 mask->end_point = 0;
275 mask->end_point = 0;
469 mask2->end_point = 0;
583 FT_UInt end_point )
592 mask->end_point = end_point;
601 FT_UInt end_point,
608 ps_dimension_end_mask( dim, end_point );
621 FT_UInt end_point,
628 error = ps_dimension_reset_mask( dim, end_point, memory )
    [all...]
pshrec.h 103 FT_UInt end_point; member in struct:PS_MaskRec_
pshalgo.c     [all...]
  /external/freetype/src/autofit/
afhints.c 998 AF_Point end_point; local
1033 end_point = point->prev;
1039 if ( point > end_point ) /* no touched point in contour */
1053 FT_ASSERT( point <= end_point &&
1057 while ( point < end_point && ( point[1].flags & touch_flag ) != 0 )
1066 if ( point > end_point )
1084 af_iup_shift( first_point, end_point, first_touched );
1088 if ( last_touched < end_point )
1089 af_iup_interp( last_touched + 1, end_point,
  /external/freetype/src/truetype/
ttinterp.c 6720 FT_UInt end_point; \/* end point (last+1) of contour *\/ local
    [all...]

Completed in 386 milliseconds