Searched defs:new_textToPath (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | cairo-ps-out.cpp | 147 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 D | cairo-renderer-pdf-out.cpp | 150 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