Home | History | Annotate | Download | only in base

Lines Matching refs:out_x

859                          FT_Pos  out_x,
876 result = -out_x;
878 result = out_x;
882 if ( out_x >= 0 )
887 else if ( out_x == 0 )
898 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
913 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 );
939 FT_Pos out_x,
954 ax = out_x;
962 ax = out_x + in_x;