Searched refs:clean (Results 1 - 13 of 13) sorted by relevance
/inkscape/jenkins/ |
H A D | jenkins-gtk2.sh | 7 make clean
|
H A D | jenkins-scanbuild.sh | 3 make clean
|
/inkscape/cxxtest/sample/mock/ |
H A D | Makefile | 3 clean:
|
/inkscape/share/extensions/ |
H A D | pturtle.py | 53 def clean(self): member in class:pTurtle 56 self.clean()
|
H A D | eqtexsvg.py | 109 def clean(): function in function:EQTEXSVG.effect 156 clean()
|
H A D | merge_styles.py | 64 def clean(self, threshold): member in class:Style 113 common.clean(threshold)
|
/inkscape/cxxtest/ |
H A D | cxxtest.spec | 31 %clean
|
/inkscape/src/2geom/ |
H A D | crossing.cpp | 202 void clean(Crossings &/*cr_a*/, Crossings &/*cr_b*/) { function in namespace:Geom
|
H A D | crossing.h | 198 void clean(Crossings &cr_a, Crossings &cr_b);
|
/inkscape/src/display/ |
H A D | drawing-surface.cpp | 197 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 D | paint.h | 234 "<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 D | repr-io.cpp | 532 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 D | osx-app.sh | 392 xcodebuild $XCODEFLAGS clean build
|
Completed in 75 milliseconds