Lines Matching refs:thickness
70 const void* color, int thickness, int line_type, int shift );
990 const void* color, int thickness, int line_type ) in EllipseEx() argument
999 if( thickness >= 0 ) in EllipseEx()
1000 PolyLine( img, &v[0], (int)v.size(), false, color, thickness, line_type, XY_SHIFT ); in EllipseEx()
1558 int thickness, int line_type, int flags, int shift ) in ThickLine() argument
1567 if( thickness <= 1 ) in ThickLine()
1590 int i, oddThickness = thickness & 1; in ThickLine()
1591 thickness <<= XY_SHIFT - 1; in ThickLine()
1595 r = (thickness + oddThickness*XY_ONE*0.5)/std::sqrt(r); in ThickLine()
1620 Circle( img, center, (thickness + (XY_ONE>>1)) >> XY_SHIFT, color, 1 ); in ThickLine()
1624 EllipseEx( img, p0, cvSize(thickness, thickness), in ThickLine()
1636 const void* color, int thickness, in PolyLine() argument
1645 CV_Assert( 0 <= shift && shift <= XY_SHIFT && thickness >= 0 ); in PolyLine()
1651 ThickLine( img, p0, p, color, thickness, line_type, flags, shift ); in PolyLine()
1662 int thickness, int line_type, int shift ) in line() argument
1669 CV_Assert( 0 <= thickness && thickness <= MAX_THICKNESS ); in line()
1674 ThickLine( img, pt1, pt2, buf, thickness, line_type, 3, shift ); in line()
1678 int thickness, int line_type, int shift, double tipLength) in arrowedLine() argument
1682 line(img, pt1, pt2, color, thickness, line_type, shift); in arrowedLine()
1688 line(img, p, pt2, color, thickness, line_type, shift); in arrowedLine()
1692 line(img, p, pt2, color, thickness, line_type, shift); in arrowedLine()
1696 const Scalar& color, int thickness, in rectangle() argument
1704 CV_Assert( thickness <= MAX_THICKNESS ); in rectangle()
1719 if( thickness >= 0 ) in rectangle()
1720 PolyLine( img, pt, 4, true, buf, thickness, lineType, shift ); in rectangle()
1727 const Scalar& color, int thickness, in rectangle() argument
1733 color, thickness, lineType, shift ); in rectangle()
1738 const Scalar& color, int thickness, int line_type, int shift ) in circle() argument
1745 CV_Assert( radius >= 0 && thickness <= MAX_THICKNESS && in circle()
1751 if( thickness > 1 || line_type >= CV_AA ) in circle()
1757 0, 0, 360, buf, thickness, line_type ); in circle()
1760 Circle( img, center, radius, buf, thickness < 0 ); in circle()
1766 const Scalar& color, int thickness, int line_type, int shift ) in ellipse() argument
1774 thickness <= MAX_THICKNESS && 0 <= shift && shift <= XY_SHIFT ); in ellipse()
1788 _end_angle, buf, thickness, line_type ); in ellipse()
1792 int thickness, int lineType) in ellipse() argument
1800 thickness <= MAX_THICKNESS ); in ellipse()
1810 EllipseEx( img, center, axes, _angle, 0, 360, buf, thickness, lineType ); in ellipse()
1856 const Scalar& color, int thickness, int line_type, int shift ) in polylines() argument
1862 0 <= thickness && thickness <= MAX_THICKNESS && in polylines()
1869 PolyLine( img, pts[i], npts[i], isClosed, buf, thickness, line_type, shift ); in polylines()
2090 int thickness, int line_type, bool bottomLeftOrigin ) in putText() argument
2133 … PolyLine( img, &pts[0], (int)pts.size(), false, buf, thickness, line_type, XY_SHIFT ); in putText()
2150 Size getTextSize( const String& text, int fontFace, double fontScale, int thickness, int* _base_lin… in getTextSize() argument
2159 size.height = cvRound((cap_line + base_line)*fontScale + (thickness+1)/2); in getTextSize()
2174 size.width = cvRound(view_x + thickness); in getTextSize()
2176 *_base_line = cvRound(base_line*fontScale + thickness*0.5); in getTextSize()
2217 int thickness, int lineType, int shift ) in polylines() argument
2242 …polylines(img, (const Point**)ptsptr, npts, (int)ncontours, isClosed, color, thickness, lineType, … in polylines()
2276 int contourIdx, const Scalar& color, int thickness, in drawContours() argument
2351 -maxLevel : maxLevel, thickness, lineType, offset ); in drawContours()
2365 int maxLevel, int thickness, in cvDrawContours() argument
2383 CV_Assert( thickness <= MAX_THICKNESS ); in cvDrawContours()
2407 if( thickness < 0 ) in cvDrawContours()
2428 if( thickness >= 0 ) in cvDrawContours()
2429 cv::ThickLine( img, prev_pt, pt, clr, thickness, line_type, 2, 0 ); in cvDrawContours()
2439 if( thickness >= 0 ) in cvDrawContours()
2442 clr, thickness, line_type, 2, 0 ); in cvDrawContours()
2456 if( thickness < 0 ) in cvDrawContours()
2463 if( thickness >= 0 ) in cvDrawContours()
2464 cv::ThickLine( img, pt1, pt2, clr, thickness, line_type, 2, shift ); in cvDrawContours()
2469 if( thickness < 0 ) in cvDrawContours()
2475 if( thickness < 0 ) in cvDrawContours()
2584 int thickness, int line_type, int shift ) in cvLine() argument
2587 cv::line( img, pt1, pt2, color, thickness, line_type, shift ); in cvLine()
2592 CvScalar color, int thickness, in cvRectangle() argument
2596 cv::rectangle( img, pt1, pt2, color, thickness, line_type, shift ); in cvRectangle()
2601 CvScalar color, int thickness, in cvRectangleR() argument
2605 cv::rectangle( img, rec, color, thickness, line_type, shift ); in cvRectangleR()
2610 CvScalar color, int thickness, int line_type, int shift ) in cvCircle() argument
2613 cv::circle( img, center, radius, color, thickness, line_type, shift ); in cvCircle()
2619 CvScalar color, int thickness, int line_type, int shift ) in cvEllipse() argument
2623 color, thickness, line_type, shift ); in cvEllipse()
2647 int thickness, int line_type, int shift ) in cvPolyLine() argument
2652 closed != 0, color, thickness, line_type, shift ); in cvPolyLine()
2661 color, _font->thickness, _font->line_type, in cvPutText()
2668 double shear, int thickness, int line_type ) in cvInitFont() argument
2670 CV_Assert( font != 0 && hscale > 0 && vscale > 0 && thickness >= 0 ); in cvInitFont()
2676 font->thickness = thickness; in cvInitFont()
2687 _font->thickness, _base_line ); in cvGetTextSize()