Home | History | Annotate | Download | only in include

Lines Matching refs:pt2

1286 CVAPI(void)  cvLine( CvArr* img, CvPoint pt1, CvPoint pt2,
1290 /* Draws a rectangle given two opposite corners of the rectangle (pt1 & pt2),
1292 CVAPI(void) cvRectangle( CvArr* img, CvPoint pt1, CvPoint pt2,
1342 /* Clips the line segment connecting *pt1 and *pt2
1345 CVAPI(int) cvClipLine( CvSize img_size, CvPoint* pt1, CvPoint* pt2 );
1348 to pt1 (or pt2, see left_to_right description) location in the image.
1350 CVAPI(int) cvInitLineIterator( const CvArr* image, CvPoint pt1, CvPoint pt2,