Lines Matching refs:CvPoint

63                      int shift, CvPoint offset=cvPoint(0,0) );
69 icvPolyLine( CvMat* img, CvPoint *v, int count, int closed,
73 icvFillConvexPoly( CvMat* img, CvPoint* v, int npts,
81 cvClipLine( CvSize img_size, CvPoint* pt1, CvPoint* pt2 ) in cvClipLine()
160 cvInitLineIterator( const CvArr* img, CvPoint pt1, CvPoint pt2, in cvInitLineIterator()
256 icvLine( CvMat* mat, CvPoint pt1, CvPoint pt2, in icvLine()
296 icvLineAA( CvMat* img, CvPoint pt1, CvPoint pt2, in icvLineAA()
561 icvLine2( CvMat* img, CvPoint pt1, CvPoint pt2, const void* color ) in icvLine2()
851 cvEllipse2Poly( CvPoint center, CvSize axes, int angle, in cvEllipse2Poly()
852 int arc_start, int arc_end, CvPoint* pts, int delta ) in cvEllipse2Poly()
857 CvPoint *pts_origin = pts; in cvEllipse2Poly()
912 icvEllipseEx( CvMat* img, CvPoint center, CvSize axes, in icvEllipseEx()
922 CvPoint v[1 << 8]; in icvEllipseEx()
951 CV_CALL( cvMakeSeqHeaderForArray( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), in icvEllipseEx()
988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) in icvFillConvexPoly()
1004 CvPoint p0; in icvFillConvexPoly()
1023 CvPoint p = v[i]; in icvFillConvexPoly()
1041 CvPoint pt0, pt1; in icvFillConvexPoly()
1151 CvPoint offset ) in icvCollectPolyEdges()
1166 CvPoint pt0, pt1, t0, t1; in icvCollectPolyEdges()
1411 icvCircle( CvMat* img, CvPoint center, int radius, const void* color, int fill ) in icvCircle()
1557 icvThickLine( CvMat* img, CvPoint p0, CvPoint p1, const void* color, in icvThickLine()
1587 CvPoint pt[4], dp = {0,0}; in icvThickLine()
1617 CvPoint center; in icvThickLine()
1635 icvPolyLine( CvMat* img, CvPoint *v, int count, int is_closed, in icvPolyLine()
1647 CvPoint p0; in icvPolyLine()
1658 CvPoint p = v[i]; in icvPolyLine()
1737 cvLine( void* img, CvPoint pt1, CvPoint pt2, CvScalar color, in cvLine()
1770 cvRectangle( void* img, CvPoint pt1, CvPoint pt2, in cvRectangle()
1774 CvPoint pt[4]; in cvRectangle()
1817 cvCircle( void *img, CvPoint center, int radius, in cvCircle()
1865 cvEllipse( void *img, CvPoint center, CvSize axes, in cvEllipse()
1914 cvFillConvexPoly( void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift ) in cvFillConvexPoly()
1949 cvFillPoly( void *img, CvPoint **pts, int *npts, int contours, in cvFillPoly()
2001 cvMakeSeqHeaderForArray( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), in cvFillPoly()
2018 cvPolyLine( void *img, CvPoint **pts, int *npts, in cvPolyLine()
2194 cvPutText( void *img, const char *text, CvPoint org, const CvFont *font, CvScalar color ) in cvPutText()
2207 CvPoint pt[1 << 10]; in cvPutText()
2247 CvPoint p; in cvPutText()
2391 CvPoint p; in cvGetTextSize()
2408 static const CvPoint icvCodeDeltas[8] =
2418 int line_type, CvPoint offset ) in cvDrawContours()
2465 tseq = cvCreateSeq( 0, sizeof(CvContour), sizeof(CvPoint), st ); in cvDrawContours()
2484 CvPoint pt = ((CvChain*)contour)->origin; in cvDrawContours()
2485 CvPoint prev_pt = pt; in cvDrawContours()
2539 CvPoint pt1, pt2; in cvDrawContours()