Searched refs:d_hypot (Results 1 – 1 of 1) sorted by relevance
1049 FT_Pos d_in, d_out, d_hypot; in ft_corner_is_flat() local1073 d_hypot = FT_HYPOT( ax, ay ); in ft_corner_is_flat()1079 return ( d_in + d_out - d_hypot ) < ( d_hypot >> 4 ); in ft_corner_is_flat()