Searched refs:in_clips (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/extension/internal/ | ||
H A D | emf-inout.h | 214 static int in_clips(PEMF_CALLBACK_DATA d, const char *test); |
H A D | wmf-inout.h | 203 static int in_clips(PWMF_CALLBACK_DATA d, const char *test); |
H A D | wmf-inout.cpp | 638 int Wmf::in_clips(PWMF_CALLBACK_DATA d, const char *test){ function in class:Inkscape::Extension::Internal::Wmf 665 uint32_t idx = in_clips(d, combined); |
H A D | emf-inout.cpp | 729 int Emf::in_clips(PEMF_CALLBACK_DATA d, const char *test){ function in class:Inkscape::Extension::Internal::Emf 756 uint32_t idx = in_clips(d, combined); |
Completed in 2866 milliseconds