Searched refs:vtx_size (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cv/src/ |
D | cvsubdivision2d.cpp | 45 int vtx_size, int quadedge_size, CvMemStorage * storage ) in cvCreateSubdiv2D() argument 58 vtx_size < (int)sizeof( CvSubdiv2DPoint )) in cvCreateSubdiv2D() 62 vtx_size, quadedge_size, storage ); in cvCreateSubdiv2D()
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2878 int vtx_size, int edge_size, CvMemStorage * storage ) in cvCreateGraph() argument 2891 || vtx_size < (int) sizeof( CvGraphVtx ) in cvCreateGraph() 2896 CV_CALL( vertices = cvCreateSet( graph_type, header_size, vtx_size, storage )); in cvCreateGraph() 3690 int vtx_size, edge_size; in cvCloneGraph() local 3702 vtx_size = graph->elem_size; in cvCloneGraph() 3708 vtx_size, edge_size, storage )); in cvCloneGraph() 3725 CV_NEXT_SEQ_ELEM( vtx_size, reader ); in cvCloneGraph() 3753 CV_NEXT_SEQ_ELEM( vtx_size, reader ); in cvCloneGraph()
|
D | cxpersistence.cpp | 4641 int vtx_size = sizeof(CvGraphVtx), edge_size, header_size = sizeof(CvGraph); in icvReadGraph() local 4681 CV_CALL( vtx_size = icvCalcElemSize( vtx_dt, vtx_size )); in icvReadGraph() 4722 CV_CALL( graph = cvCreateGraph( flags, header_size, vtx_size, edge_size, fs->dststorage )); in icvReadGraph() 4744 int elem_size = k == 0 ? vtx_size : edge_size; in icvReadGraph()
|
/external/opencv/cv/include/ |
D | cv.h | 623 int vtx_size, int quadedge_size, in LOAD_CHDL()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1157 int vtx_size, int edge_size,
|