Home | History | Annotate | Download | only in core

Lines Matching refs:nextPt

252         int nextPt = -1;
260 nextPt = 1;
268 nextPt = 2;
273 nextPt = 3;
281 if (-1 != nextPt) {
282 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) {
285 prevPt = pts[nextPt];