Home | History | Annotate | Download | only in pshinter

Lines Matching refs:in_x

974   psh_corner_orientation( FT_Pos  in_x,
985 if ( in_x >= 0 )
990 else if ( in_x == 0 )
1007 result = -in_x;
1009 result = in_x;
1013 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1039 FT_Pos in_x, in_y, out_x, out_y;
1058 in_x = end->org_u - start->org_u;
1061 } while ( in_x == 0 && in_y == 0 );
1079 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
1084 in_x = out_x;
1106 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1125 in_x = out_x;