Searched refs:line_type (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp62 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 )
935 icvPolyLine( img, v, count, 0, color, thickness, line_type, XY_SHIFT );
939 icvFillConvexPoly( img, v, count, color, line_type, XY_SHIFT );
954 CV_CALL( icvCollectPolyEdges( img, &vtx, edges, color, line_type, XY_SHIFT ));
988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift )
1007 if( line_type < CV_AA )
1037 if( line_type <
1149 icvCollectPolyEdges( CvMat* img, CvSeq* v, CvContour* edges, const void* color, int line_type, int shift, CvPoint offset ) argument
2204 int thickness, line_type; local
2415 cvDrawContours( void* img, CvSeq* contour, CvScalar externalColor, CvScalar holeColor, int maxLevel, int thickness, int line_type, CvPoint offset ) argument
[all...]
/external/opencv/cxcore/include/
H A Dcxcore.h1288 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 in struct:CvFont
[all...]
/external/opencv/cv/src/
H A Dcvcalibinit.cpp1993 int type, cn, line_type; local
2018 line_type = type == CV_8UC1 || type == CV_8UC3 ? CV_AA : 8;
2036 cvPoint( pt.x + r, pt.y + r ), color, 1, line_type, shift );
2038 cvPoint( pt.x + r, pt.y - r), color, 1, line_type, shift );
2039 cvCircle( image, pt, r+(1<<shift), color, 1, line_type, shift );
2075 cvLine( image, prev_pt, pt, color, 1, line_type, shift );
2078 cvPoint(pt.x + r, pt.y + r), color, 1, line_type, shift );
2080 cvPoint(pt.x + r, pt.y - r), color, 1, line_type, shift );
2081 cvCircle( image, pt, r+(1<<shift), color, 1, line_type, shift );
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc412 // provided as |line_type|.
415 const char line_type,
419 description << "Expect line: " << line_type << "=" << line_value;
413 ParseFailedExpectLine(const std::string& message, size_t line_start, const char line_type, const std::string& line_value, SdpParseError* error) argument

Completed in 438 milliseconds