Home | History | Annotate | Download | only in base

Lines Matching refs:out_x

857                          FT_Pos  out_x,
874 result = -out_x;
876 result = out_x;
880 if ( out_x >= 0 )
885 else if ( out_x == 0 )
896 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
911 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 );
937 FT_Pos out_x,
952 ax = out_x;
960 ax = out_x + in_x;