Searched defs:npts (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) in icvFillConvexPoly() 1914 cvFillConvexPoly( void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift ) in cvFillConvexPoly() 1949 cvFillPoly( void *img, CvPoint **pts, int *npts, int contours, in cvFillPoly() 2018 cvPolyLine( void *img, CvPoint **pts, int *npts, in cvPolyLine()
|