Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_util.h175 int start_angle,
Ddownload_util.cc368 int start_angle, in PaintDownloadProgress() argument
417 start_pos = static_cast<float>(start_angle); in PaintDownloadProgress()
/external/opencv/cv/include/
Dcvcompat.h873 double angle, double start_angle,
877 cvEllipse( img, center, axes, angle, start_angle, end_angle,
/external/freetype/src/base/
Dftstroke.c1240 FT_Angle start_angle, in ft_stroker_subpath_start() argument
1250 start_angle + FT_ANGLE_PI2 ); in ft_stroker_subpath_start()
1268 stroker->subpath_angle = start_angle; in ft_stroker_subpath_start()
/external/opencv/cxcore/src/
Dcxdrawing.cpp1866 double angle, double start_angle, double end_angle, in cvEllipse() argument
1898 int _start_angle = cvRound(start_angle); in cvEllipse()
/external/opencv/cxcore/include/
Dcxcore.h1307 double angle, double start_angle, double end_angle,