Lines Matching defs:thickness

70              const void* color, int thickness, int line_type, int shift );
914 const void* color, int thickness, int line_type )
933 if( thickness >= 0 )
935 icvPolyLine( img, v, count, 0, color, thickness, line_type, XY_SHIFT );
1558 int thickness, int line_type, int flags, int shift )
1567 if( thickness <= 1 )
1591 thickness <<= XY_SHIFT - 1;
1595 r = thickness * cvInvSqrt( (float) r );
1620 icvCircle( img, center, thickness >> XY_SHIFT, color, 1 );
1624 icvEllipseEx( img, p0, cvSize(thickness, thickness),
1636 const void* color, int thickness,
1649 assert( img && thickness >= 0 );
1659 icvThickLine( img, p0, p, color, thickness, line_type, flags, shift );
1738 int thickness, int line_type, int shift )
1756 if( (unsigned)thickness > 255 )
1763 icvThickLine( mat, pt1, pt2, buf, thickness, line_type, 3, shift );
1771 CvScalar color, int thickness,
1784 if( thickness > 255 )
1807 if( thickness >= 0 )
1808 icvPolyLine( mat, pt, 4, 1, buf, thickness, line_type, shift );
1818 CvScalar color, int thickness, int line_type, int shift )
1839 if( thickness > 255 )
1847 if( thickness > 1 || line_type >= CV_AA )
1853 0, 0, 360, buf, thickness, line_type );
1857 icvCircle( mat, center, radius, buf, thickness < 0 );
1867 CvScalar color, int thickness, int line_type, int shift )
1888 if( thickness > 255 )
1906 _end_angle, buf, thickness, line_type ));
2020 int thickness, int line_type, int shift )
2041 if( thickness < -1 || thickness > 255 )
2056 icvPolyLine( mat, pts[i], npts[i], closed, buf, thickness, line_type, shift );
2204 int thickness, line_type;
2230 thickness = font->thickness;
2287 icvPolyLine( mat, pt, count, 0, buf, thickness, line_type, XY_SHIFT );
2309 double shear, int thickness, int line_type )
2320 if( hscale <= 0 || vscale <= 0 || thickness < 0 )
2356 font->thickness = thickness;
2385 size->height = cvRound((cap_line + base_line)*font->vscale + font->thickness);
2402 size->width = cvRound(view_x + font->thickness);
2417 int maxLevel, int thickness,
2446 if( thickness < -1 || thickness > 255 )
2459 if( thickness < 0 )
2488 if( thickness < 0 )
2508 if( thickness >= 0 )
2510 icvThickLine( mat, prev_pt, pt, clr, thickness, line_type, 2, 0 );
2523 if( thickness >= 0 )
2526 clr, thickness, line_type, 2, 0 );
2537 if( thickness >= 0 )
2573 icvThickLine( mat, pt1, pt2, clr, thickness, line_type, 2, shift );
2584 if( thickness < 0 )