Searched refs:angle_out (Results 1 – 1 of 1) sorted by relevance
105 FT_Angle *angle_out ) in ft_conic_is_small_enough() argument130 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_conic_is_small_enough()138 *angle_out = FT_Atan2( d1.x, d1.y ); in ft_conic_is_small_enough()143 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_conic_is_small_enough()147 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()196 FT_Angle *angle_out ) in ft_cubic_is_small_enough() argument227 *angle_out = FT_Atan2( d3.x, d3.y ); in ft_cubic_is_small_enough()236 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_cubic_is_small_enough()242 *angle_out = FT_Atan2( d3.x, d3.y ); in ft_cubic_is_small_enough()254 *angle_out = FT_Atan2( d1.x, d1.y ); in ft_cubic_is_small_enough()[all …]