Searched defs:in_dir (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/autofit/
H A Dafhints.c741 AF_Direction in_dir = AF_DIR_NONE; local
755 in_dir = af_direction_compute( in_x, in_y );
759 point->in_dir = (FT_Char)in_dir;
765 in_dir = af_direction_compute( out_x, out_y );
766 point->out_dir = (FT_Char)in_dir;
775 else if ( point->out_dir == point->in_dir )
783 else if ( point->in_dir == -point->out_dir )
H A Dafhints.h253 FT_Char in_dir; /* direction of inwards vector */ member in struct:AF_PointRec_
/external/freetype/src/autofit/
H A Dafhints.h264 FT_Char in_dir; /* direction of inwards vector */ member in struct:AF_PointRec_

Completed in 1605 milliseconds