/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 62 std::vector<PolyEdge>& edges, const void* color, int line_type, 70 const void* color, int thickness, int line_type, int shift ); 74 const void* color, int line_type, int shift ); 990 const void* color, int thickness, int line_type ) in EllipseEx() argument 1000 PolyLine( img, &v[0], (int)v.size(), false, color, thickness, line_type, XY_SHIFT ); in EllipseEx() 1002 FillConvexPoly( img, &v[0], (int)v.size(), color, line_type, XY_SHIFT ); in EllipseEx() 1007 CollectPolyEdges( img, &v[0], (int)v.size(), edges, color, line_type, XY_SHIFT ); in EllipseEx() 1036 FillConvexPoly( Mat& img, const Point* v, int npts, const void* color, int line_type, int shift ) in FillConvexPoly() argument 1055 if( line_type < CV_AA ) in FillConvexPoly() 1084 if( line_type <= 8 ) in FillConvexPoly() [all …]
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 62 const void* color, int line_type, 70 const void* color, int thickness, int line_type, int shift ); 74 const void* color, int line_type, int shift ); 914 const void* color, int thickness, int line_type ) in icvEllipseEx() argument 935 icvPolyLine( img, v, count, 0, color, thickness, line_type, XY_SHIFT ); in icvEllipseEx() 939 icvFillConvexPoly( img, v, count, color, line_type, XY_SHIFT ); in icvEllipseEx() 954 CV_CALL( icvCollectPolyEdges( img, &vtx, edges, color, line_type, XY_SHIFT )); in icvEllipseEx() 988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) in icvFillConvexPoly() argument 1007 if( line_type < CV_AA ) in icvFillConvexPoly() 1037 if( line_type <= 8 ) in icvFillConvexPoly() [all …]
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 995 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0) ); 1004 int line_type CV_DEFAULT(8), 1012 int line_type CV_DEFAULT(8), 1023 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0)); 1034 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0)); 1038 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0) ) 1045 0, 360, color, thickness, line_type, shift ); 1052 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0)); 1059 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0) ); 1066 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0) ); [all …]
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
D | Utils.cpp | 111 …2i p, cv::Point2i q, cv::Scalar color, int arrowMagnitude, int thickness, int line_type, int shift) in drawArrow() argument 114 cv::line(image, p, q, color, thickness, line_type, shift); in drawArrow() 122 cv::line(image, p, q, color, thickness, line_type, shift); in drawArrow() 127 cv::line(image, p, q, color, thickness, line_type, shift); in drawArrow()
|
D | Utils.h | 40 …oint2i q, cv::Scalar color, int arrowMagnitude = 9, int thickness=1, int line_type=8, int shift=0);
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1288 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0) ); 1294 int line_type CV_DEFAULT(8), 1301 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0)); 1309 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0)); 1313 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0) ) 1320 0, 360, color, thickness, line_type, shift ); 1325 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0)); 1329 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0) ); 1334 int line_type CV_DEFAULT(8), int shift CV_DEFAULT(0) ); 1392 int line_type; member [all …]
|
/external/opencv3/modules/calib3d/src/ |
D | calibinit.cpp | 1807 int type, cn, line_type; in cvDrawChessboardCorners() local 1832 line_type = type == CV_8UC1 || type == CV_8UC3 ? CV_AA : 8; in cvDrawChessboardCorners() 1850 cvPoint( pt.x + r, pt.y + r ), color, 1, line_type, shift ); in cvDrawChessboardCorners() 1852 cvPoint( pt.x + r, pt.y - r), color, 1, line_type, shift ); in cvDrawChessboardCorners() 1853 cvCircle( image, pt, r+(1<<shift), color, 1, line_type, shift ); in cvDrawChessboardCorners() 1889 cvLine( image, prev_pt, pt, color, 1, line_type, shift ); in cvDrawChessboardCorners() 1892 cvPoint(pt.x + r, pt.y + r), color, 1, line_type, shift ); in cvDrawChessboardCorners() 1894 cvPoint(pt.x + r, pt.y - r), color, 1, line_type, shift ); in cvDrawChessboardCorners() 1895 cvCircle( image, pt, r+(1<<shift), color, 1, line_type, shift ); in cvDrawChessboardCorners()
|
/external/opencv/cv/src/ |
D | cvcalibinit.cpp | 1993 int type, cn, line_type; in cvDrawChessboardCorners() local 2018 line_type = type == CV_8UC1 || type == CV_8UC3 ? CV_AA : 8; in cvDrawChessboardCorners() 2036 cvPoint( pt.x + r, pt.y + r ), color, 1, line_type, shift ); in cvDrawChessboardCorners() 2038 cvPoint( pt.x + r, pt.y - r), color, 1, line_type, shift ); in cvDrawChessboardCorners() 2039 cvCircle( image, pt, r+(1<<shift), color, 1, line_type, shift ); in cvDrawChessboardCorners() 2075 cvLine( image, prev_pt, pt, color, 1, line_type, shift ); in cvDrawChessboardCorners() 2078 cvPoint(pt.x + r, pt.y + r), color, 1, line_type, shift ); in cvDrawChessboardCorners() 2080 cvPoint(pt.x + r, pt.y - r), color, 1, line_type, shift ); in cvDrawChessboardCorners() 2081 cvCircle( image, pt, r+(1<<shift), color, 1, line_type, shift ); in cvDrawChessboardCorners()
|
/external/opencv3/modules/highgui/include/opencv2/ |
D | highgui.hpp | 562 int line_type; // Qt: PointSize member
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touchbotII_robot_wrapper.py | 495 line_type = 'swipe' if bool('swipe' in gesture) else 'basic' 505 if line_type is 'swipe': 539 speed, line_type)
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 2532 …wedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int line_type, int shift, doub… in arrowedLine() argument 2535 …2.y, color.val[0], color.val[1], color.val[2], color.val[3], thickness, line_type, shift, tipLengt… in arrowedLine() 3237 …le color_val1, double color_val2, double color_val3, int thickness, int line_type, int shift, doub… in arrowedLine_0() argument
|
D | imgproc.cpp | 5271 …olor_val1, jdouble color_val2, jdouble color_val3, jint thickness, jint line_type, jint shift, jdo… in Java_org_opencv_imgproc_Imgproc_arrowedLine_10() argument 5280 …cv::arrowedLine( img, pt1, pt2, color, (int)thickness, (int)line_type, (int)shift, (double)tipLeng… in Java_org_opencv_imgproc_Imgproc_arrowedLine_10()
|
/external/opencv3/modules/imgproc/include/opencv2/ |
D | imgproc.hpp | 3793 int thickness=1, int line_type=8, int shift=0, double tipLength=0.1);
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 425 const char line_type, in ParseFailedExpectLine() argument 429 description << "Expect line: " << line_type << "=" << line_value; in ParseFailedExpectLine()
|
/external/opencv3/modules/highgui/src/ |
D | window_QT.cpp | 823 QFont f(font->nameFont, font->line_type/*PointSize*/, font->thickness/*weight*/); in putText()
|