Searched refs:clippath (Results 1 - 5 of 5) sorted by relevance
| /inkscape/src/extension/internal/ |
| H A D | emf-inout.h | 215 static void add_clips(PEMF_CALLBACK_DATA d, const char *clippath, unsigned int logic);
|
| H A D | wmf-inout.h | 204 static void add_clips(PWMF_CALLBACK_DATA d, const char *clippath, unsigned int logic);
|
| H A D | wmf-inout.cpp | 650 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 D | emf-inout.cpp | 741 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 D | emf-print.cpp | 37 #include <sp-clippath.h>
|
Completed in 63 milliseconds