Searched refs:is_point_fill (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dflood-tool.cpp718 * @param is_point_fill If false, use the Rubberband "touch selection" to get the initial points for the fill.
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
848 if (is_point_fill) {
1158 bool is_point_fill = this->within_tolerance; local
1161 sp_flood_do_flood_fill(this, event, event->button.state & GDK_SHIFT_MASK, is_point_fill, is_touch_fill);

Completed in 18 milliseconds