Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/base/
Dftcalc.c864 FT_Pos d_in, d_out, d_hypot; in ft_corner_is_flat() local
888 d_hypot = FT_HYPOT( ax, ay ); in ft_corner_is_flat()
894 return ( d_in + d_out - d_hypot ) < ( d_hypot >> 4 ); in ft_corner_is_flat()
/external/freetype/src/base/
Dftcalc.c918 FT_Pos d_in, d_out, d_hypot; in ft_corner_is_flat() local
942 d_hypot = FT_HYPOT( ax, ay ); in ft_corner_is_flat()
948 return ( d_in + d_out - d_hypot ) < ( d_hypot >> 4 ); in ft_corner_is_flat()