Searched refs:_start_angle (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 1898 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/ |
D | drawing.cpp | 1780 int _start_angle = cvRound(start_angle); in ellipse() local 1787 EllipseEx( img, center, axes, _angle, _start_angle, in ellipse()
|