Lines Matching refs:CvPoint
382 CV_INLINE void cvConvexHull( CvPoint* points, int num_points,
407 CV_INLINE void cvMinAreaRect( CvPoint* points, int n,
860 CV_INLINE void cvLineAA( CvArr* img, CvPoint pt1, CvPoint pt2,
866 CV_INLINE void cvCircleAA( CvArr* img, CvPoint center, int radius,
872 CV_INLINE void cvEllipseAA( CvArr* img, CvPoint center, CvSize axes,
881 CV_INLINE void cvPolyLineAA( CvArr* img, CvPoint** pts, int* npts, int contours,