Lines Matching refs:InversParabola2
4131 float InversParabola2[6]; in _cvPar_OpenParIntersection() local
4132 _cvCalcOrtogInverse(InversParabola2, Parabola2); in _cvPar_OpenParIntersection()
4136 _cvCalcVectorImage(&Direction_img,&Direction, InversParabola2); in _cvPar_OpenParIntersection()
4137 _cvCalcPointImage(&Point_img, &Point, InversParabola2); in _cvPar_OpenParIntersection()
4150 _cvCalcPointImage(&Par2Point1_img, pPar2Point1, InversParabola2); in _cvPar_OpenParIntersection()
4271 float InversParabola2[6]; in _cvPar_CloseParIntersection() local
4272 _cvCalcOrtogInverse(InversParabola2, Parabola2); in _cvPar_CloseParIntersection()
4276 _cvCalcVectorImage(&Direction_img,&Direction, InversParabola2); in _cvPar_CloseParIntersection()
4277 _cvCalcPointImage(&Point_img, &Point, InversParabola2); in _cvPar_CloseParIntersection()
4290 _cvCalcPointImage(&Par2Point1_img, pPar2Point1, InversParabola2); in _cvPar_CloseParIntersection()
4291 _cvCalcPointImage(&Par2Point2_img, pPar2Point2, InversParabola2); in _cvPar_CloseParIntersection()