Home
last modified time | relevance | path

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

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dmemory.h918 int pixel_protected(int x, int y); // generic
H A Dcanvas.c2692 if (pixel_protected(rx, ry) || in tool_draw()
2693 pixel_protected(sx, sy)) in tool_draw()
2914 if ((pixel_protected(x, y) < 255) && in do_tool_action()
H A Dmemory.c4254 j = pixel_protected(x, y); in put_pixel_sb()
4530 (get_pixel(x, y) != col) || (pixel_protected(x, y) == 255)) in wjfloodfill()
4669 if (pixel_protected(tx, ty) == 255) in wjfloodfill()
6547 int pixel_protected(int x, int y) in pixel_protected() function
6936 j = pixel_protected(x, y); in put_pixel_def()