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

/inkscape/src/extension/internal/filter/
H A Dpaint.h355 "<param name=\"ios\" gui-text=\"" N_("Image on stroke") "\" type=\"boolean\" >false</param>\n"
392 std::ostringstream ios; local
430 if (ext->get_param_bool("ios"))
431 ios << "SourceGraphic";
433 ios << "flood2";
466 "</filter>\n", simply.str().c_str(), clean.str().c_str(), erase.str().c_str(), smooth.str().c_str(), dilat.str().c_str(), erosion.str().c_str(), blur.str().c_str(), bdilat.str().c_str(), berosion.str().c_str(), stroker.str().c_str(), strokeg.str().c_str(), strokeb.str().c_str(), ios.str().c_str(), strokea.str().c_str(), offset.str().c_str(), offset.str().c_str(), fillr.str().c_str(), fillg.str().c_str(), fillb.str().c_str(), iof.str().c_str(), filla.str().c_str(), translucent.str().c_str());

Completed in 510 milliseconds