Searched defs:enlarge_clips (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/ | ||
H A D | wmf-inout.cpp | 631 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 D | emf-inout.cpp | 722 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 467 milliseconds