Searched refs:cvFillConvexPoly (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvsubdiv2.cpp | 154 cvFillConvexPoly( dst, buf, count, color ); in draw_subdiv_facet()
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 1051 CVAPI(void) cvFillConvexPoly( CvArr* img, const CvPoint* pts, int npts, CvScalar color,
|
/external/opencv3/modules/imgcodecs/test/ |
D | test_drawing.cpp | 310 cvFillConvexPoly( &img, pts, n, cvScalar(0, 80, 0) ); in draw()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1324 CVAPI(void) cvFillConvexPoly( CvArr* img, CvPoint* pts, int npts, CvScalar color,
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 1914 cvFillConvexPoly( void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift ) in cvFillConvexPoly() function
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2627 cvFillConvexPoly( CvArr* _img, const CvPoint *pts, int npts, in cvFillConvexPoly() function
|