Home
last modified time | relevance | path

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

/dports/graphics/lazpaint/lazpaint-7.1.6/resources/scripts/
H A Dmask_new.py24 tools.choose(tools.FLOOD_FILL)
/dports/games/xmris/xmris.4.04/
H A Dxmris.c968 CELL *list[2][FLOOD_FILL];
1039 assert(aptr - list[toggle] < FLOOD_FILL);
1061 CELL *list[2][FLOOD_FILL];
1145 assert(aptr - list[toggle] < FLOOD_FILL);
H A Dxmris.h40 #define FLOOD_FILL 32 /* how many branches in the distance flood fill */ macro
H A Dplayer.c636 CELL *list[2][FLOOD_FILL];
708 assert(aptr - list[toggle] < FLOOD_FILL);
/dports/graphics/lazpaint/lazpaint-7.1.6/resources/scripts/lazpaint/
H A Dtools.py18 FLOOD_FILL = 'FloodFill' variable