Home | History | Annotate | Download | only in pshinter

Lines Matching refs:in_x

973   psh_corner_orientation( FT_Pos  in_x,
984 if ( in_x >= 0 )
989 else if ( in_x == 0 )
1006 result = -in_x;
1008 result = in_x;
1012 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1038 FT_Pos in_x, in_y, out_x, out_y;
1057 in_x = end->org_u - start->org_u;
1060 } while ( in_x == 0 && in_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
1083 in_x = out_x;
1105 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1124 in_x = out_x;