Home | History | Annotate | Download | only in include

Lines Matching defs:thickness

1287                      CvScalar color, int thickness CV_DEFAULT(1),
1291 if thickness<0 (e.g. thickness == CV_FILLED), the filled box is drawn */
1293 CvScalar color, int thickness CV_DEFAULT(1),
1298 Thickness works in the same way as with cvRectangle */
1300 CvScalar color, int thickness CV_DEFAULT(1),
1304 depending on <thickness>, <start_angle> and <end_angle> parameters. The resultant figure
1308 CvScalar color, int thickness CV_DEFAULT(1),
1312 int thickness CV_DEFAULT(1),
1320 0, 360, color, thickness, line_type, shift );
1333 int is_closed, CvScalar color, int thickness CV_DEFAULT(1),
1390 int thickness; /* letters thickness */
1400 int thickness CV_DEFAULT(1),
1403 CV_INLINE CvFont cvFont( double scale, int thickness CV_DEFAULT(1) )
1406 cvInitFont( &font, CV_FONT_HERSHEY_PLAIN, scale, scale, 0, thickness, CV_AA );
1436 int max_level, int thickness CV_DEFAULT(1),