Lines Matching refs:startPoint
667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *p… in icvGetAngleLine() argument
690 if( startPoint.x < 0 ) in icvGetAngleLine()
692 if( startPoint.y < 0) in icvGetAngleLine()
697 else if( startPoint.y > imageSize.height-1 ) in icvGetAngleLine()
708 else if ( startPoint.x > imageSize.width-1 ) in icvGetAngleLine()
710 if( startPoint.y < 0 ) in icvGetAngleLine()
715 else if ( startPoint.y > imageSize.height-1 ) in icvGetAngleLine()
728 if( startPoint.y < 0 ) in icvGetAngleLine()
730 if( startPoint.x < imageSize.width/2 ) in icvGetAngleLine()
741 else if( startPoint.y > imageSize.height-1 ) in icvGetAngleLine()
743 if( startPoint.x < imageSize.width/2 ) in icvGetAngleLine()