Home | History | Annotate | Download | only in pshinter

Lines Matching refs:in_y

974                           FT_Pos  in_y,
982 if ( in_y == 0 )
991 if ( in_y >= 0 )
999 result = in_y;
1001 result = -in_y;
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;
1058 in_y = end->org_v - start->org_v;
1060 } while ( in_x == 0 && in_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
1084 in_y = out_y;
1105 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1125 in_y = out_y;