Searched refs:cvClipLine (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp81 cvClipLine( CvSize img_size, CvPoint* pt1, CvPoint* pt2 ) function
85 CV_FUNCNAME( "cvClipLine" );
188 "One of the ending points is outside of the image, use cvClipLine" );
259 if( cvClipLine( cvGetMatSize(mat), &pt1, &pt2 ))
324 if( !cvClipLine( size, &pt1, &pt2 ))
587 if( !cvClipLine( size, &pt1, &pt2 ))
/external/opencv/cxcore/include/
H A Dcxcore.h1345 CVAPI(int) cvClipLine( CvSize img_size, CvPoint* pt1, CvPoint* pt2 );

Completed in 78 milliseconds