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

/inkscape/src/extension/internal/
H A Dmetafile-print.h103 int hold_gradient(void *gr, int mode);
H A Dmetafile-print.cpp325 int PrintMetafile::hold_gradient(void *gr, int mode) function in class:Inkscape::Extension::Internal::PrintMetafile
351 g_error("Fatal programming error, hold_gradient() in metafile-print.cpp called with invalid draw mode");
H A Dwmf-print.cpp424 return hold_gradient(rg, fill_mode);
430 return hold_gradient(lg, fill_mode);
H A Demf-print.cpp433 return hold_gradient(rg, fill_mode);
439 return hold_gradient(lg, fill_mode);

Completed in 28 milliseconds