Lines Matching refs:pRayPoint1
3623 pCvPointFloat pRayPoint1; in _cvLine_OpenParIntersection() local
3625 pRayPoint1 = &(pEdge1->node1->node); in _cvLine_OpenParIntersection()
3627 pRayPoint1 = &(pEdge1->node2->node); in _cvLine_OpenParIntersection()
3643 _cvCalcPointImage(&RayPoint1_img, pRayPoint1, InversParabola); in _cvLine_OpenParIntersection()
3711 float dist = _cvPPDist(pPoint, pRayPoint1); in _cvLine_OpenParIntersection()
3733 pCvPointFloat pRayPoint1; in _cvLine_CloseParIntersection() local
3735 pRayPoint1 = &(pEdge1->node1->node); in _cvLine_CloseParIntersection()
3737 pRayPoint1 = &(pEdge1->node2->node); in _cvLine_CloseParIntersection()
3752 _cvCalcPointImage(&RayPoint1_img, pRayPoint1, InversParabola); in _cvLine_CloseParIntersection()
3841 float dist = _cvPPDist(pPoint, pRayPoint1); in _cvLine_CloseParIntersection()
3882 pCvPointFloat pRayPoint1; in _cvPar_OpenLineIntersection() local
3884 pRayPoint1 = &(pEdge2->node2->node); in _cvPar_OpenLineIntersection()
3886 pRayPoint1 = &(pEdge2->node1->node); in _cvPar_OpenLineIntersection()
3896 _cvCalcPointImage(&RayPoint1_img, pRayPoint1, InversParabola); in _cvPar_OpenLineIntersection()
3970 pCvPointFloat pRayPoint1,pRayPoint2; in _cvPar_CloseLineIntersection() local
3972 pRayPoint1 = &(pEdge2->node2->node); in _cvPar_CloseLineIntersection()
3980 _cvCalcPointImage(&RayPoint1_img, pRayPoint1, InversParabola); in _cvPar_CloseLineIntersection()