Searched refs:move_x (Results 1 – 1 of 1) sorted by relevance
109 void move_x (const Number &dx) { x += dx; } in move_x() function111 void move (const Number &dx, const Number &dy) { move_x (dx); move_y (dy); } in move()112 void move (const Point &d) { move_x (d.x); move_y (d.y); } in move()475 pt1.move_x (env.pop_arg ()); in hmoveto()503 pt1.move_x (env.eval_arg (i)); in hlineto()511 pt1.move_x (env.eval_arg (i)); in hlineto()525 pt1.move_x (env.eval_arg (i+1)); in vlineto()598 pt1.move_x (env.eval_arg (i++)); in vvcurveto()619 pt1.move_x (env.eval_arg (i)); in hhcurveto()623 pt3.move_x (env.eval_arg (i+3)); in hhcurveto()[all …]