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

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp650 void Wmf::add_clips(PWMF_CALLBACK_DATA d, const char *clippath, unsigned int logic){ argument
657 Geom::PathVector new_vect = sp_svg_read_pathv(clippath);
662 combined = strdup(clippath); // COPY operation, erases everything and starts a new one
H A Demf-inout.cpp741 void Emf::add_clips(PEMF_CALLBACK_DATA d, const char *clippath, unsigned int logic){ argument
748 Geom::PathVector new_vect = sp_svg_read_pathv(clippath);
753 combined = strdup(clippath); // COPY operation, erases everything and starts a new one

Completed in 40 milliseconds