Home
last modified time | relevance | path

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

/reactos/base/applications/mspaint/
H A Dtoolsmodel.cpp165 case TOOL_SHAPE: in SetActiveTool()
225 case TOOL_SHAPE: in GetToolSize()
H A Dtoolsmodel.h25 TOOL_SHAPE = 14, enumerator
H A Dtoolsettings.cpp388 case TOOL_SHAPE: in OnPaint()
448 case TOOL_SHAPE: in OnLButtonDown()
H A Dtoolbox.cpp121 { ID_SHAPE, TOOL_SHAPE },
H A Dmouse.cpp1144 case TOOL_SHAPE: return new ShapeTool(); in createToolObject()
1226 case TOOL_SHAPE: in DrawWithMouseTool()
1238 if (m_activeTool == TOOL_RECTSEL || m_activeTool == TOOL_SHAPE) in DrawWithMouseTool()
H A Dcanvas.cpp332 case TOOL_SHAPE: in OnButtonDown()