Searched defs:new_textToPath (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dcairo-ps-out.cpp147 bool new_textToPath = FALSE; local
149 new_textToPath = (strcmp(mod->get_param_optiongroup("textToPath"), "paths") == 0);
191 ret = ps_print_document_to_file(doc, final_name, level, new_textToPath,
236 bool new_textToPath = FALSE; local
238 new_textToPath = (strcmp(mod->get_param_optiongroup("textToPath"), "paths") == 0);
280 ret = ps_print_document_to_file(doc, final_name, level, new_textToPath,
H A Dcairo-renderer-pdf-out.cpp150 bool new_textToPath = FALSE; local
152 new_textToPath = (strcmp(mod->get_param_optiongroup("textToPath"), "paths") == 0);
211 new_textToPath, new_textToLaTeX, new_blurToBitmap, new_bitmapResolution,

Completed in 31 milliseconds