Searched defs:is_touch_fill (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dflood-tool.cpp719 * @param is_touch_fill If true, use only the initial contact point in the Rubberband "touch selection" as the fill target color.
721 static void sp_flood_do_flood_fill(ToolBase *event_context, GdkEvent *event, bool union_with_selection, bool is_point_fill, bool is_touch_fill) { argument
861 if (is_touch_fill) {
1159 bool is_touch_fill = event->button.state & GDK_MOD1_MASK; local
1161 sp_flood_do_flood_fill(this, event, event->button.state & GDK_SHIFT_MASK, is_point_fill, is_touch_fill);

Completed in 19 milliseconds