Searched refs:_vertex (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | subdivision2d.cpp | 276 int Subdiv2D::locate(Point2f pt, int& _edge, int& _vertex) in locate() argument 391 _vertex = vertex; in locate()
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2929 cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* _vertex, CvGraphVtx** _inserted_vertex ) in cvGraphAddVtx() argument 2944 if( _vertex ) in cvGraphAddVtx() 2945 CV_MEMCPY_INT( vertex + 1, _vertex + 1, in cvGraphAddVtx()
|
/external/opencv3/modules/core/src/ |
D | datastructs.cpp | 2609 cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* _vertex, CvGraphVtx** _inserted_vertex ) in cvGraphAddVtx() argument 2620 if( _vertex ) in cvGraphAddVtx() 2621 memcpy( vertex + 1, _vertex + 1, graph->elem_size - sizeof(CvGraphVtx) ); in cvGraphAddVtx()
|