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

/inkscape/src/
H A Dselection-chemistry.cpp3645 Glib::ustring param1 = prefs->getString("/options/createbitmap/filter_param1"); local
3646 if (!param1.empty()) {
3647 if (param1[param1.length() - 1] == '%') {
3650 g_ascii_dtostr(p1, 256, ceil(g_ascii_strtod(param1.data(), NULL) * MAX(width, height) / 100));
3651 // the first param is always the image filename, the second is param1
3654 // otherwise pass the param1 unchanged
3655 run = g_strdup_printf("%s \"%s\" %s", filter.data(), filepath, param1.data());

Completed in 259 milliseconds