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

/inkscape/src/extension/internal/
H A Demf-inout.h215 static void add_clips(PEMF_CALLBACK_DATA d, const char *clippath, unsigned int logic);
H A Dwmf-inout.h204 static void add_clips(PWMF_CALLBACK_DATA d, const char *clippath, unsigned int logic);
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
H A Demf-print.cpp37 #include <sp-clippath.h>

Completed in 63 milliseconds