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

  /xsrc/external/mit/freetype/dist/src/autofit/
afhints.c 1606 AF_Point first_touched, last_touched; local
1625 first_touched = point;
1659 if ( last_touched == first_touched )
1660 af_iup_shift( first_point, end_point, first_touched );
1666 last_touched, first_touched );
1668 if ( first_touched > points )
1669 af_iup_interp( first_point, first_touched - 1,
1670 last_touched, first_touched );
  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.c 6995 FT_UInt first_touched; /* first touched point in contour */ local
7065 first_touched = point;
7085 if ( cur_touched == first_touched )
7093 first_touched );
7095 if ( first_touched > 0 )
7098 first_touched - 1,
7100 first_touched );

Completed in 9 milliseconds