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

  /external/freetype/src/autofit/
afhints.c 587 AF_Direction in_dir = AF_DIR_NONE; local
601 in_dir = af_direction_compute( in_x, in_y );
605 point->in_dir = (FT_Char)in_dir;
611 in_dir = af_direction_compute( out_x, out_y );
612 point->out_dir = (FT_Char)in_dir;
619 else if ( point->out_dir == point->in_dir )
627 else if ( point->in_dir == -point->out_dir )
afhints.h 108 FT_Char in_dir; /* direction of inwards vector */ member in struct:AF_PointRec_
aflatin2.c 721 if ( FT_ABS( point->in_dir ) == major_dir )
725 while ( point->in_dir == start->in_dir )
748 point->in_dir != point->out_dir );
    [all...]

Completed in 253 milliseconds