Home
last modified time | relevance | path

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

/dports/graphics/rgbpaint/rgbpaint-0.8.7/src/
H A Dmemory.h41 #define TOOL_SMUDGE 11 macro
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dmemory.h68 TOOL_SMUDGE, enumerator
H A Dcanvas.c1222 if ((tool_type == TOOL_SMUDGE) && in update_menus()
2717 case TOOL_SMUDGE: in tool_draw()
2993 if (tool_type == TOOL_SMUDGE) in do_tool_action()
H A Dtoolbar.c527 REFv(m_cursor[TOOL_SMUDGE]), XBMCURSOR(smudge, 0, 0),
H A Dmainwindow.c3460 t = TOOL_SMUDGE; break; in change_to_tool()