Lines Matching refs:CvArr
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,
2600 cvRectangleR( CvArr* _img, CvRect rec,
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 )