Home
last modified time | relevance | path

Searched defs:line_type (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxdrawing.cpp914 const void* color, int thickness, int line_type ) in icvEllipseEx()
988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) in icvFillConvexPoly()
1150 const void* color, int line_type, int shift, in icvCollectPolyEdges()
1558 int thickness, int line_type, int flags, int shift ) in icvThickLine()
1637 int line_type, int shift ) in icvPolyLine()
1738 int thickness, int line_type, int shift ) in cvLine()
1772 int line_type, int shift ) in cvRectangle()
1818 CvScalar color, int thickness, int line_type, int shift ) in cvCircle()
1867 CvScalar color, int thickness, int line_type, int shift ) in cvEllipse()
1914 cvFillConvexPoly( void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift ) in cvFillConvexPoly()
[all …]
/external/opencv/cxcore/include/
Dcxcore.h1392 int line_type; member
/external/opencv/cv/src/
Dcvcalibinit.cpp1993 int type, cn, line_type; in cvDrawChessboardCorners() local