Home | History | Annotate | Download | only in src

Lines Matching refs:total

1315             else if(CurContourSeq->total >= 3)
1352 if( (*ContourSeq)->total != 0)
1427 for(int i = 0;i < ApproxContourSeq->total;i++)
1476 if(ContourSeq->total<3)
1501 _cvSetSeqBlockSize(pVoronoiDiagramInt,ContourSeq->total);
1508 _cvRandomModification(pVoronoiDiagramInt, 0,pVoronoiDiagramInt->NodeSeq->total,0.2f);
1563 if(CurContourSeq->total == 0)
1832 while((pEdge != NULL && CurrSiteSeq->total>1) ||
1833 (pEdge != pSite->edge2 && CurrSiteSeq->total == 1))
1842 // cvSetRemove((CvSet*)VoronoiDiagram,VoronoiDiagram->total-1);
1886 // cvSetRemove((CvSet*)VoronoiDiagram,VoronoiDiagram->total-1);
2025 while((pEdge != NULL && CurrSiteSeq->total>1) ||
2026 (pEdge != pSite->edge1 && CurrSiteSeq->total == 1))
2035 // cvSetRemove((CvSet*)VoronoiDiagram,VoronoiDiagram->total-1);
2079 // cvSetRemove((CvSet*)VoronoiDiagram,VoronoiDiagram->total-1);
2168 for( i = 0;i<ContourSeq->total;i++)
2234 if(ContourSeq->total - NReflexSite<2)
2237 if(SiteSeq->total<3)
2246 for(i=0; i<SiteSeq->total; i++)
2255 return (i<SiteSeq->total);
2283 if(CurrContourSeq->total == 1)
2327 for( i = 0;i<CurrContourSeq->total;i++)
2358 else if((_sin < -angl_eps) || (_sin < 0 && _cos > 0) || (_sin == 0 && CurrContourSeq->total == 2))
2396 if(NReflexSite < 3 && CurrContourSeq->total > 2 || NReflexSite < 2)
2453 pChainFirst = (pCvVoronoiChain)cvGetSeqElem(ChainSeq,ChainSeq->total - 1);
2455 if(ChainSeq->total < 3)
2468 if(CurrSiteSeq->total == 1)
2502 if(pSite == pSiteFirst->prev_site && ChainSeq->total == 0)
2508 pChainFirst = (pCvVoronoiChain)cvGetSeqElem(ChainSeq,ChainSeq->total - 1);
2516 pChainFirst = (pCvVoronoiChain)cvGetSeqElem(ChainSeq,ChainSeq->total - 1);
2954 if(CurrSeq->total == 1)
2965 for(i = 0; i < CurrSeq->total;i++, pSite = pSite->next_site)
3050 if(pHole->ChainSeq->total == 0)
3053 for(i = pHole->ChainSeq->total; i > 0;i--)
4453 // return (T)cvGetSeqElem(Seq, Seq->total - 1,NULL);
4492 if(pVoronoiDiagram->HoleSeq->total == 1)