Searched defs:add_clips (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){ function in class:Inkscape::Extension::Internal::Wmf
2040 add_clips(d, tmp_path.str().c_str(), U_RGN_AND);
2059 add_clips(d, tmp_path.str().c_str(), U_RGN_AND);
2269 add_clips(d, tmp_path, U_RGN_COPY);
H A Demf-inout.cpp741 void Emf::add_clips(PEMF_CALLBACK_DATA d, const char *clippath, unsigned int logic){ function in class:Inkscape::Extension::Internal::Emf
2247 add_clips(d, tmp_path, U_RGN_COPY);
2288 add_clips(d, tmp_path.str().c_str(), U_RGN_AND);
2308 add_clips(d, tmp_path.str().c_str(), U_RGN_AND);
2885 add_clips(d, d->path.c_str(), logic); // finds an existing one or stores this, sets clip_id

Completed in 27 milliseconds