Home
last modified time | relevance | path

Searched refs:angle_out (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/base/
Dftstroke.c106 FT_Angle *angle_out ) in ft_conic_is_small_enough() argument
131 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_conic_is_small_enough()
139 *angle_out = FT_Atan2( d1.x, d1.y ); in ft_conic_is_small_enough()
144 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_conic_is_small_enough()
148 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough()
201 FT_Angle *angle_out ) in ft_cubic_is_small_enough() argument
232 *angle_out = FT_Atan2( d3.x, d3.y ); in ft_cubic_is_small_enough()
241 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_cubic_is_small_enough()
247 *angle_out = FT_Atan2( d3.x, d3.y ); in ft_cubic_is_small_enough()
259 *angle_out = FT_Atan2( d1.x, d1.y ); in ft_cubic_is_small_enough()
[all …]