Home | History | Annotate | Download | only in src

Lines Matching refs:CvPoint

2366                 int line_type, CvPoint _offset )
2483 cvClipLine( CvSize size, CvPoint* pt1, CvPoint* pt2 )
2491 cvEllipse2Poly( CvPoint center, CvSize axes, int angle,
2492 int arc_start, int arc_end, CvPoint* _pts, int delta )
2565 cvInitLineIterator( const CvArr* img, CvPoint pt1, CvPoint pt2,
2583 cvLine( CvArr* _img, CvPoint pt1, CvPoint pt2, CvScalar color,
2591 cvRectangle( CvArr* _img, CvPoint pt1, CvPoint pt2,
2609 cvCircle( CvArr* _img, CvPoint center, int radius,
2617 cvEllipse( CvArr* _img, CvPoint center, CvSize axes,
2627 cvFillConvexPoly( CvArr* _img, const CvPoint *pts, int npts,
2636 cvFillPoly( CvArr* _img, CvPoint **pts, const int *npts, int ncontours,
2645 cvPolyLine( CvArr* _img, CvPoint **pts, const int *npts,
2656 cvPutText( CvArr* _img, const char *text, CvPoint org, const CvFont *_font, CvScalar color )