Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp1057 T _cvSeqPushFront(CvSeq* Seq, T pElem);
2435 pChain = _cvSeqPushFront(ChainSeq,&Chain); in _cvConstructExtChains()
2452 pChain = _cvSeqPushFront(ChainSeq,&Chain); in _cvConstructExtChains()
2485 pChain = _cvSeqPushFront(ChainSeq,&Chain); in _cvConstructIntChains()
2515 pChain = _cvSeqPushFront(ChainSeq,&Chain); in _cvConstructIntChains()
4457 T _cvSeqPushFront(CvSeq* Seq, T pElem) in _cvSeqPushFront() function