Home
last modified time | relevance | path

Searched refs:icvThickLine (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxdrawing.cpp1557 icvThickLine( CvMat* img, CvPoint p0, CvPoint p1, const void* color, in icvThickLine() function
1659 icvThickLine( img, p0, p, color, thickness, line_type, flags, shift ); in icvPolyLine()
1763 icvThickLine( mat, pt1, pt2, buf, thickness, line_type, 3, shift ); in cvLine()
2510 icvThickLine( mat, prev_pt, pt, clr, thickness, line_type, 2, 0 ); in cvDrawContours()
2525 icvThickLine( mat, prev_pt, ((CvChain*)contour)->origin, in cvDrawContours()
2573 icvThickLine( mat, pt1, pt2, clr, thickness, line_type, 2, shift ); in cvDrawContours()