Home | History | Annotate | Download | only in base

Lines Matching refs:in_y

858                          FT_Pos  in_y,
866 if ( in_y == 0 )
875 if ( in_y >= 0 )
883 result = in_y;
885 result = -in_y;
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 );
938 FT_Pos in_y,
943 FT_Pos ay = in_y;
965 ay = out_y + in_y;