Home
last modified time | relevance | path

Searched refs:shape_current_y (Results 1 – 1 of 1) sorted by relevance

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c2279 …shape_tool_mode, shape_start_x, shape_start_y, shape_current_x, shape_current_y, old_stamp_group, … in mainloop() local
2320 shape_current_y = 0; in mainloop()
4481 … do_shape(shape_start_x, shape_start_y, shape_current_x, shape_current_y, in mainloop()
5156 shape_current_y = event.button.y - r_canvas.y; in mainloop()
5164 … (shape_start_y - shape_current_y) * (shape_start_y - shape_current_y)); in mainloop()
5172 … if (abs(shape_start_x - shape_current_x) > 15 || abs(shape_start_y - shape_current_y) > 15) in mainloop()
5178 shape_current_x, shape_current_y, in mainloop()
5195 … do_shape(shape_start_x, shape_start_y, shape_current_x, shape_current_y, 0, 1); in mainloop()
5208 … do_shape(shape_start_x, shape_start_y, shape_current_x, shape_current_y, in mainloop()
5739 … shape_current_x, shape_current_y, shape_rotation(shape_start_x, shape_start_y, old_x, old_y), 0); in mainloop()
[all …]