Home | History | Annotate | Download | only in base

Lines Matching refs:out_x

1106                          FT_Pos  out_x,
1123 result = -out_x;
1125 result = out_x;
1129 if ( out_x >= 0 )
1134 else if ( out_x == 0 )
1145 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
1160 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 );
1186 FT_Pos out_x,
1217 ax = out_x;
1225 ax = out_x + in_x;