Searched refs:enlarge_clips (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/extension/internal/
H A Demf-inout.h213 static void enlarge_clips(PEMF_CALLBACK_DATA d);
H A Dwmf-inout.h202 static void enlarge_clips(PWMF_CALLBACK_DATA d);
H A Dwmf-inout.cpp631 void Wmf::enlarge_clips(PWMF_CALLBACK_DATA d){ function in class:Inkscape::Extension::Internal::Wmf
667 if(d->clips.count == d->clips.size){ enlarge_clips(d); }
H A Demf-inout.cpp722 void Emf::enlarge_clips(PEMF_CALLBACK_DATA d){ function in class:Inkscape::Extension::Internal::Emf
758 if(d->clips.count == d->clips.size){ enlarge_clips(d); }

Completed in 734 milliseconds