Searched refs:clean (Results 1 - 13 of 13) sorted by relevance

/inkscape/jenkins/
H A Djenkins-gtk2.sh7 make clean
H A Djenkins-scanbuild.sh3 make clean
/inkscape/cxxtest/sample/mock/
H A DMakefile3 clean:
/inkscape/share/extensions/
H A Dpturtle.py53 def clean(self): member in class:pTurtle
56 self.clean()
H A Deqtexsvg.py109 def clean(): function in function:EQTEXSVG.effect
156 clean()
H A Dmerge_styles.py64 def clean(self, threshold): member in class:Style
113 common.clean(threshold)
/inkscape/cxxtest/
H A Dcxxtest.spec31 %clean
/inkscape/src/2geom/
H A Dcrossing.cpp202 void clean(Crossings &/*cr_a*/, Crossings &/*cr_b*/) { function in namespace:Geom
H A Dcrossing.h198 void clean(Crossings &cr_a, Crossings &cr_b);
/inkscape/src/display/
H A Ddrawing-surface.cpp197 cairo_rectangle_int_t clean = _convertRect(*r);
198 cairo_region_union_rectangle(_clean_region, &clean);
226 // is to ensure that the clean area is not too large
270 * Paints the clean area from cache and modifies the @a area
278 // We subtract the clean region from the area, then get the bounds
/inkscape/src/extension/internal/filter/
H A Dpaint.h234 "<param name=\"clean\" gui-text=\"" N_("Clean-up") "\" type=\"int\" appearance=\"full\" min=\"1\" max=\"500\">30</param>\n"
258 std::ostringstream clean; local
265 clean << (-1000 - ext->get_param_int("clean"));
288 "</filter>\n", clean.str().c_str(), dilat.str().c_str(), erosion.str().c_str(), strength.str().c_str(), length.str().c_str(), length.str().c_str(), trans.str().c_str());
337 "<param name=\"clean\" gui-text=\"" N_("Clean-up") "\" type=\"int\" indent=\"1\" appearance=\"full\" min=\"1\" max=\"500\">10</param>\n"
378 std::ostringstream clean; local
400 clean << (-1000 - ext->get_param_int("clean"));
466 "</filter>\n", simply.str().c_str(), clean
[all...]
/inkscape/src/xml/
H A Drepr-io.cpp532 bool clean = prefs->getBool("/options/svgoutput/check_on_reading"); local
533 if( clean ) {
882 bool clean = prefs->getBool("/options/svgoutput/check_on_writing"); local
883 if (clean) sp_attribute_clean_tree( repr );
/inkscape/packaging/macosx/
H A Dosx-app.sh392 xcodebuild $XCODEFLAGS clean build

Completed in 75 milliseconds