Home | History | Annotate | Download | only in pshinter

Lines Matching refs:out_x

975                           FT_Pos  out_x,
992 result = -out_x;
994 result = out_x;
998 if ( out_x >= 0 )
1003 else if ( out_x == 0 )
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;
1073 out_x = start->org_u - before->org_u;
1076 } while ( out_x == 0 && out_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
1083 in_x = out_x;
1100 out_x = after->org_u - end->org_u;
1103 } while ( out_x == 0 && out_y == 0 );
1105 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1124 in_x = out_x;