Home | History | Annotate | Download | only in base

Lines Matching refs:in_y

1105                          FT_Pos  in_y,
1113 if ( in_y == 0 )
1122 if ( in_y >= 0 )
1130 result = in_y;
1132 result = -in_y;
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 );
1185 FT_Pos in_y,
1190 FT_Pos ay = in_y;
1228 ay = out_y + in_y;