Home
last modified time | relevance | path

Searched refs:CV_IS_SET_ELEM (Results 1 – 12 of 12) sorted by relevance

/external/opencv/cvaux/src/
Dcvsubdiv2.cpp61 if( edge && CV_IS_SET_ELEM( edge )) in icvSubdiv2DCheck()
175 if( edge && CV_IS_SET_ELEM( edge )) in icvDrawMosaic()
/external/opencv3/modules/core/test/
Dtest_ds.cpp1304 CV_TS_SEQ_CHECK_CONDITION( CV_IS_SET_ELEM(elem3) && in test_set_ops()
1326 CV_TS_SEQ_CHECK_CONDITION( CV_IS_SET_ELEM(elem) && elem->flags == idx && in test_set_ops()
1341 CV_TS_SEQ_CHECK_CONDITION( !CV_IS_SET_ELEM(elem) && !cvGetSetElem(cvset, idx) && in test_set_ops()
1523 CV_TS_SEQ_CHECK_CONDITION( (CV_IS_SET_ELEM(vtx3) && vtx3->flags == idx && in test_graph_ops()
1548 CV_TS_SEQ_CHECK_CONDITION( CV_IS_SET_ELEM(vtx) && vtx->flags == idx && in test_graph_ops()
1568 CV_TS_SEQ_CHECK_CONDITION( !CV_IS_SET_ELEM(vtx) && !cvGetGraphVtx(graph, idx) && in test_graph_ops()
1652 CV_TS_SEQ_CHECK_CONDITION( res == 1 && edge2 != 0 && CV_IS_SET_ELEM(edge2) && in test_graph_ops()
1753 CV_TS_SEQ_CHECK_CONDITION( !edge2 && !CV_IS_SET_ELEM(edge), in test_graph_ops()
/external/opencv3/modules/core/src/
Ddatastructs.cpp2364 if( !is_set || CV_IS_SET_ELEM( reader.ptr )) in cvSeqPartition()
2642 if( !CV_IS_SET_ELEM(vtx)) in cvGraphRemoveVtxByPtr()
3279 if( CV_IS_SET_ELEM( reader.ptr )) in cvCloneGraph()
3295 if( CV_IS_SET_ELEM( reader.ptr )) in cvCloneGraph()
3311 if( CV_IS_SET_ELEM( reader.ptr )) in cvCloneGraph()
Dpersistence.cpp3399 if( !is_map || CV_IS_SET_ELEM(elem) ) in icvWriteCollection()
4446 if( CV_IS_SET_ELEM( reader.ptr )) in icvWriteGraph()
4508 if( CV_IS_SET_ELEM( reader.ptr )) in icvWriteGraph()
4550 if( CV_IS_SET_ELEM( reader.ptr )) in icvWriteGraph()
5067 if( CV_IS_SET_ELEM( reader.ptr )) in cvLoad()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2642 if( !is_set || CV_IS_SET_ELEM( reader.ptr )) in cvSeqPartition()
2973 if( !CV_IS_SET_ELEM(vtx)) in cvGraphRemoveVtxByPtr()
3716 if( CV_IS_SET_ELEM( reader.ptr )) in cvCloneGraph()
3732 if( CV_IS_SET_ELEM( reader.ptr )) in cvCloneGraph()
3748 if( CV_IS_SET_ELEM( reader.ptr )) in cvCloneGraph()
Dcxpersistence.cpp3411 if( !is_map || CV_IS_SET_ELEM(elem) ) in icvWriteCollection()
4511 if( CV_IS_SET_ELEM( reader.ptr )) in icvWriteGraph()
4574 if( CV_IS_SET_ELEM( reader.ptr )) in icvWriteGraph()
4616 if( CV_IS_SET_ELEM( reader.ptr )) in icvWriteGraph()
5211 if( CV_IS_SET_ELEM( reader.ptr )) in cvLoad()
/external/opencv/cv/src/
Dcvsubdivision2d.cpp659 if( CV_IS_SET_ELEM( quadedge )) in cvCalcSubdivVoronoi2D()
/external/opencv/cxcore/include/
Dcxtypes.h1263 #define CV_IS_SET_ELEM( ptr ) (((CvSetElem*)(ptr))->flags >= 0) macro
Dcxcore.h1149 return elem && CV_IS_SET_ELEM( elem ) ? elem : 0; in cvGetSetElem()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1291 #define CV_IS_SET_ELEM( ptr ) (((CvSetElem*)(ptr))->flags >= 0) macro
Dcore_c.h1770 return elem && CV_IS_SET_ELEM( elem ) ? elem : 0; in cvGetSetElem()
/external/opencv/cv/include/
Dcvcompat.h500 #define CV_IS_SET_ELEM_EXISTS CV_IS_SET_ELEM