Home | History | Annotate | Download | only in dist

Lines Matching refs:new_x

589 	int new_x = context->fill_points[p].x;
620 old_x, new_x, new_y);
622 if (new_x > old_x + 1) {
627 old_x = new_x;
648 int new_x = context->fill_points[p].x;
677 old_x, new_x, new_y);
679 if (new_x > old_x + 1) {
684 old_x = new_x;
6957 int new_x, new_y;
6969 &new_x, &new_y)) {
6987 new_x, new_y, orig_x, orig_y));
6989 c_x = new_x;
6996 e_x = new_x;
7061 state->x_points[state->num_points] = new_x;
7065 new_x, new_y));