Home | History | Annotate | Download | only in core

Lines Matching refs:nextPt

315         int nextPt = -1;
323 nextPt = 1;
331 nextPt = 2;
336 nextPt = 3;
344 if (-1 != nextPt) {
359 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) {
363 prevPt = pts[nextPt];