Searched refs:keep_prelast (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1301 CvPolyEdge *last, *prelast, *keep_prelast; local
1317 keep_prelast = prelast;
1343 int x1 = keep_prelast->x;
1367 keep_prelast->x += keep_prelast->dx;
1374 keep_prelast = 0;
1381 while( last != keep_prelast && last->next != 0 )
1400 keep_prelast = prelast;
1402 while( sort_flag && keep_prelast != tmp.next && keep_prelast !
[all...]

Completed in 46 milliseconds