Home
last modified time | relevance | path

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

/dports/graphics/gpaint/gpaint-2-0.3.3/src/
H A Dbrush.c63 static void brush_button_release(gpaint_tool *tool, int x, int y);
81 GPAINT_TOOL(eraser)->button_release = brush_button_release; in eraser_create()
199 GPAINT_TOOL(brush)->button_release = brush_button_release; in paint_brush_create()
279 brush_button_release(gpaint_tool *tool, int x, int y) in brush_button_release() function