Searched refs:StartPt (Results 1 – 1 of 1) sorted by relevance
71 int check_slice( CvPoint StartPt, CvPoint EndPt,166 int CV_ApproxPolyTest::check_slice( CvPoint StartPt, CvPoint EndPt, in check_slice() argument194 dx = (double)StartPt.x - (double)EndPt.x; in check_slice()195 dy = (double)StartPt.y - (double)EndPt.y; in check_slice()202 C = dy * (double)StartPt.x - dx * (double)StartPt.y; in check_slice()214 if( StartPt.x == Pt.x && StartPt.y == Pt.y ) break; in check_slice()235 CvPoint StartPt, EndPt; in check() local250 CV_READ_SEQ_ELEM( StartPt, DstReader ); in check()255 if( StartPt.x == EndPt.x && StartPt.y == EndPt.y ) break; in check()262 EndPt.x = StartPt.x; in check()[all …]