Searched refs:move_y (Results 1 – 1 of 1) sorted by relevance
110 void move_y (const number_t &dy) { y += dy; } in move_y() function111 void move (const number_t &dx, const number_t &dy) { move_x (dx); move_y (dy); } in move()112 void move (const point_t &d) { move_x (d.x); move_y (d.y); } in move()484 pt1.move_y (env.pop_arg ()); in vmoveto()507 pt1.move_y (env.eval_arg (i+1)); in hlineto()525 pt1.move_y (env.eval_arg (i)); in vlineto()533 pt1.move_y (env.eval_arg (i)); in vlineto()603 pt1.move_y (env.eval_arg (i)); in vvcurveto()607 pt3.move_y (env.eval_arg (i+3)); in vvcurveto()618 pt1.move_y (env.eval_arg (i++)); in hhcurveto()[all …]