Home | History | Annotate | Download | only in autofit

Lines Matching refs:out_x

730           FT_Pos  out_x, out_y;
744 out_x = point->fx - prev->fx;
755 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 )
781 out_x = 0;
797 out_x += next->fx - point->fx;
800 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )
809 out_dir = af_direction_compute( out_x, out_y );
824 out_x = 0;
849 FT_Pos out_x, out_y;
858 out_x = next_u->fx - point->fx;
861 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 )