Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftstroke.c529 FT_Angle angle_diff ) in ft_stroke_border_arcto() argument
542 total = angle_diff; in ft_stroke_border_arcto()
544 rotate = ( angle_diff >= 0 ) ? FT_ANGLE_PI2 : -FT_ANGLE_PI2; in ft_stroke_border_arcto()
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c539 FT_Angle angle_diff ) in ft_stroke_border_arcto() argument
552 total = angle_diff; in ft_stroke_border_arcto()
554 rotate = ( angle_diff >= 0 ) ? FT_ANGLE_PI2 : -FT_ANGLE_PI2; in ft_stroke_border_arcto()
/external/opencv3/modules/imgproc/src/
Dlsd.cpp102 inline double angle_diff(const double& a, const double& b) in angle_diff() function
779 if(angle_diff(theta, reg_angle) > prec) { theta += CV_PI; } in get_theta()