/external/opencv/cvaux/src/ |
H A D | cvlcm.cpp | 179 // pNode : in, given node 182 // pSite: in, original site (pNode must be the begin point of pEdge 189 CvVoronoiNode2D* pNode, 355 CvVoronoiNode2D* pNode, *pNode1; local 375 pNode = CV_VORONOIEDGE2D_BEGINNODE(pEdge,pSite); 376 if(pNode->radius > LCM->maxWidth) 385 if(_cvNodeMultyplicity(pSite, pEdge,pNode,LinkedEdges,LinkedSites) == 1) 490 CvVoronoiNode2D* pNode = CV_VORONOIEDGE2D_BEGINNODE(pEdge,pSite); local 494 int multyplicity = _cvNodeMultyplicity(pSite,pEdge,pNode,LinkedEdges,LinkedSites); 507 cvSeqPush((CvSeq*)pLCMNode->contour,&pNode 577 CvVoronoiNode2D* pNode = CV_VORONOIEDGE2D_BEGINNODE(pEdge,pSite); local 632 _cvNodeMultyplicity(CvVoronoiSite2D* pSite, CvVoronoiEdge2D* pEdge, CvVoronoiNode2D* pNode, CvVoronoiEdge2D** LinkedEdges, CvVoronoiSite2D** LinkedSites) argument [all...] |
H A D | cvlee.cpp | 568 pNode : in, point 575 pCvVoronoiNode pNode, 584 pNode : in, point 590 void _cvCalcEdge(pCvVoronoiNode pNode, 1012 pNode : out 1018 void _cvInitVoronoiNode(pCvVoronoiNode pNode, 1076 by point pNode on two parts 1079 pNode : in, given point 1085 pCvVoronoiNode pNode, 1091 by point pNode o 1673 pCvVoronoiNode pNode; local 3073 pCvVoronoiNode pNode = pHole->node; local 3128 pCvVoronoiNode pNode = pHole->node; local 3382 _cvCalcEdge(pCvVoronoiSite pSite, pCvVoronoiNode pNode, pCvVoronoiEdge pEdge, CvVoronoiDiagramInt* pVoronoiDiagram) argument 3395 _cvCalcEdge(pCvVoronoiNode pNode, pCvVoronoiSite pSite, pCvVoronoiEdge pEdge, CvVoronoiDiagramInt* pVoronoiDiagram) argument 4428 _cvInitVoronoiNode(pCvVoronoiNode pNode, T pPoint, float radius) argument 4517 _cvDivideRightEdge(pCvVoronoiEdge pEdge,pCvVoronoiNode pNode, CvSeq* EdgeSeq) argument 4541 _cvDivideLeftEdge(pCvVoronoiEdge pEdge,pCvVoronoiNode pNode, CvSeq* EdgeSeq) argument [all...] |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 23712 os2ShmNode *pNode, /* Apply locks to this open shared-memory segment */ 23722 assert( sqlite3_mutex_held(pNode->mutex) || pNode->nRef==0 ); 23735 rc = DosSetFileLocks(pNode->hLockFile, 23740 rc = DosSetFileLocks(pNode->hLockFile, 23746 pNode->hLockFile, 23751 ERR_TRACE(rc, ("os2ShmSystemLock: %d %s\n", rc, pNode->shmBaseName)) 23764 os2ShmNode *pNode; local 23788 for( pNode = os2ShmNodeList; 23789 pNode 23711 os2ShmSystemLock( os2ShmNode *pNode, int lockType, int ofst, int nByte ) argument 23868 os2ShmNode *pNode; local 23956 os2ShmNode *pNode; local 24049 os2ShmNode *pNode = pLink->pShmNode; local 130325 RtreeNode *pNode; /* Node cursor is currently pointing at */ member in struct:RtreeCursor 130532 nodeHashInsert(Rtree *pRtree, RtreeNode *pNode) argument 130543 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) argument 130560 RtreeNode *pNode; local 130585 RtreeNode *pNode; local 130665 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument 130683 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument 130699 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument 130724 nodeWrite(Rtree *pRtree, RtreeNode *pNode) argument 130750 nodeRelease(Rtree *pRtree, RtreeNode *pNode) argument 130777 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) argument 130789 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument 130803 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument 131164 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument 131185 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex) argument 131216 RtreeNode *pNode = pCsr->pNode; local 131677 RtreeNode *pNode; local 131766 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument 132261 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument 132280 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument 132458 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument 132507 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) argument 132534 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument 132565 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument 132668 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument 132707 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) argument [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 23712 os2ShmNode *pNode, /* Apply locks to this open shared-memory segment */ 23722 assert( sqlite3_mutex_held(pNode->mutex) || pNode->nRef==0 ); 23735 rc = DosSetFileLocks(pNode->hLockFile, 23740 rc = DosSetFileLocks(pNode->hLockFile, 23746 pNode->hLockFile, 23751 ERR_TRACE(rc, ("os2ShmSystemLock: %d %s\n", rc, pNode->shmBaseName)) 23764 os2ShmNode *pNode; local 23788 for( pNode = os2ShmNodeList; 23789 pNode 23711 os2ShmSystemLock( os2ShmNode *pNode, int lockType, int ofst, int nByte ) argument 23868 os2ShmNode *pNode; local 23956 os2ShmNode *pNode; local 24049 os2ShmNode *pNode = pLink->pShmNode; local 130371 RtreeNode *pNode; /* Node cursor is currently pointing at */ member in struct:RtreeCursor 130578 nodeHashInsert(Rtree *pRtree, RtreeNode *pNode) argument 130589 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) argument 130606 RtreeNode *pNode; local 130631 RtreeNode *pNode; local 130711 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument 130729 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument 130745 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument 130770 nodeWrite(Rtree *pRtree, RtreeNode *pNode) argument 130796 nodeRelease(Rtree *pRtree, RtreeNode *pNode) argument 130823 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) argument 130835 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument 130849 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument 131210 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument 131231 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex) argument 131262 RtreeNode *pNode = pCsr->pNode; local 131723 RtreeNode *pNode; local 131812 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument 132307 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument 132326 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument 132504 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument 132553 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) argument 132580 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument 132611 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument 132714 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument 132753 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) argument [all...] |