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

/inkscape/src/ui/tools/
H A Dflood-tool.cpp388 Shape *path_shape = new Shape(); local
391 path->Fill(path_shape, 0);
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);
407 delete path_shape;

Completed in 21 milliseconds