Searched refs:is_closed (Results 1 - 13 of 13) sorted by relevance

/external/opencv/cv/src/
H A Dcvapprox.cpp528 int is_closed = CV_IS_SEQ_CLOSED( src_contour ); local
549 if( !is_closed )
563 is_closed = 1;
568 if( is_closed )
673 is_closed = CV_IS_SEQ_CLOSED( src_contour );
674 if( !is_closed )
679 cvStartReadSeq( *dst_contour, &reader, is_closed );
686 for( i = !is_closed; i < count - !is_closed && new_count > 2; i++ )
708 if( !is_closed )
732 int is_closed = CV_IS_SEQ_CLOSED( src_contour ); local
[all...]
H A Dcvshapedescr.cpp45 cvArcLength( const void *array, CvSlice slice, int is_closed )
67 if( is_closed < 0 )
68 is_closed = CV_IS_SEQ_CLOSED( contour );
72 is_closed = is_closed > 0;
74 CV_SEQ_KIND_CURVE | (is_closed ? CV_SEQ_FLAG_CLOSED : 0),
86 count -= !is_closed && count == contour->total;
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbug.py76 def is_closed(self): member in class:Bug
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_rfc.c350 BOOLEAN is_closed = TRUE; local
355 is_closed = FALSE;
358 return is_closed;
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dflakytestreporter.py139 while bug.is_closed() and bug.duplicate_of():
145 if bug.is_closed():
H A Dcommitqueuetask.py72 if self._patch.bug().is_closed():
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dearlywarningsystem.py87 if patch.bug().is_closed():
H A Dupload.py112 elif patch.bug().is_closed():
/external/oprofile/libpp/
H A Dxml_utils.cpp427 bool is_closed(string const & n);
561 bool module_info::is_closed(string const & n) function in class:module_info
906 if (!m.is_closed(old_name))
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1635 icvPolyLine( CvMat* img, CvPoint *v, int count, int is_closed,
1645 int i = is_closed ? count - 1 : 0;
1646 int flags = 2 + !is_closed;
1656 for( i = !is_closed; i < count; i++ )
/external/opencv/cv/include/
H A Dcvcompat.h882 int is_closed, double color, int scale CV_DEFAULT(0) )
884 cvPolyLine( img, pts, npts, contours, is_closed,
881 cvPolyLineAA( CvArr* img, CvPoint** pts, int* npts, int contours, int is_closed, double color, int scale CV_DEFAULT(0) ) argument
H A Dcv.h734 int is_closed CV_DEFAULT(-1));
/external/opencv/cxcore/include/
H A Dcxcore.h1333 int is_closed, CvScalar color, int thickness CV_DEFAULT(1),

Completed in 270 milliseconds