Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdrawing.cpp1898 int _start_angle = cvRound(start_angle); in cvEllipse() local
1905 CV_CALL( icvEllipseEx( mat, center, axes, _angle, _start_angle, in cvEllipse()
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp1780 int _start_angle = cvRound(start_angle); in ellipse() local
1787 EllipseEx( img, center, axes, _angle, _start_angle, in ellipse()