Searched refs:icvFillConvexPoly (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 73 icvFillConvexPoly( CvMat* img, CvPoint* v, int npts, 939 icvFillConvexPoly( img, v, count, color, line_type, XY_SHIFT ); in icvEllipseEx() 988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) in icvFillConvexPoly() function 1609 icvFillConvexPoly( img, pt, 4, color, line_type, XY_SHIFT ); in icvThickLine() 1810 icvFillConvexPoly( mat, pt, 4, buf, line_type, shift ); in cvRectangle() 1942 icvFillConvexPoly( mat, pts, npts, buf, line_type, shift ); in cvFillConvexPoly()
|