Lines Matching full:first_site
136 CvVoronoiSiteInt * first_site;
2434 Chain.first_site = pSite_prev;
2451 Chain.first_site = pSite_prev;
2484 Chain.first_site = pSite_prev;
2505 Chain.first_site = pSite_prev;
2584 pSite_right = pChain1->first_site;
2621 if(pChain1->first_site == NULL || pChain1->last_site == NULL ||
2622 pChain2->first_site == NULL || pChain2->last_site == NULL)
2631 pCvVoronoiSite pSite_right = pChain2->first_site;
2642 pCvVoronoiNode pNode_siteleft = pChain1->first_site->node1;