Home
last modified time | relevance | path

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

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c1955 static void rect_xor(int x1, int y1, int x2, int y2);
1962 #define stamp_xor(x,y) rect_xor( \
5571 rect_xor(new_x - sz / 2, new_y - sz / 2, new_x + sz / 2, new_y + sz / 2); in mainloop()
5647 rect_xor(old_x - w / 2, old_y - h / 2, old_x + w / 2, old_y + h / 2); in mainloop()
5668 rect_xor(new_x - w / 2, new_y - h / 2, new_x + w / 2, new_y + h / 2); in mainloop()
10528 static void rect_xor(int x1, int y1, int x2, int y2) in rect_xor() function
10656 rect_xor(x - sz / 2, y - sz / 2, x + sz / 2, y + sz / 2); in do_eraser()