Home
last modified time | relevance | path

Searched refs:_vertex (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dsubdivision2d.cpp276 int Subdiv2D::locate(Point2f pt, int& _edge, int& _vertex) in locate() argument
391 _vertex = vertex; in locate()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2929 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/
Ddatastructs.cpp2609 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()