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

/inkscape/src/ui/tools/
H A Dflood-tool.cpp394 Shape *expanded_path_shape = new Shape(); local
396 expanded_path_shape->ConvertToShape(path_shape, fill_nonZero);
397 path_shape->MakeOffset(expanded_path_shape, offset * desktop->current_zoom(), join_round, 4);
398 expanded_path_shape->ConvertToShape(path_shape, fill_positive);
403 expanded_path_shape->ConvertToForme(expanded_path);
408 delete expanded_path_shape;

Completed in 25 milliseconds