Searched refs:icvCircle (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 1411 icvCircle( CvMat* img, CvPoint center, int radius, const void* color, int fill ) in icvCircle() function 1620 icvCircle( img, center, thickness >> XY_SHIFT, color, 1 ); in icvThickLine() 1857 icvCircle( mat, center, radius, buf, thickness < 0 ); in cvCircle()
|