Searched refs:angle_out (Results 1 – 3 of 3) sorted by relevance
/external/freetype/src/base/ |
D | ftstroke.c | 100 FT_Angle *angle_out ) in ft_conic_is_small_enough() argument 125 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_conic_is_small_enough() 133 *angle_out = FT_Atan2( d1.x, d1.y ); in ft_conic_is_small_enough() 138 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_conic_is_small_enough() 142 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) ); in ft_conic_is_small_enough() 191 FT_Angle *angle_out ) in ft_cubic_is_small_enough() argument 222 *angle_out = FT_Atan2( d3.x, d3.y ); in ft_cubic_is_small_enough() 231 *angle_out = FT_Atan2( d2.x, d2.y ); in ft_cubic_is_small_enough() 237 *angle_out = FT_Atan2( d3.x, d3.y ); in ft_cubic_is_small_enough() 249 *angle_out = FT_Atan2( d1.x, d1.y ); in ft_cubic_is_small_enough() [all …]
|
D | ftoutln.c | 887 FT_Angle rotate, angle_in, angle_out; in FT_Outline_Embolden() local 946 angle_out = FT_Atan2( out.x, out.y ); in FT_Outline_Embolden() 947 angle_diff = FT_Angle_Diff( angle_in, angle_out ); in FT_Outline_Embolden()
|
/external/freetype/src/pshinter/ |
D | pshalgo.h | 172 FT_Angle angle_out; member
|