Searched refs:mv (Results 1 - 14 of 14) sorted by relevance

/inkscape/
H A Ddownload-gtest.sh10 mv googletest-release-1.7.0 gtest
15 mv googlemock-release-1.7.0 gmock-1.7.0
H A Dautogen.sh48 mv po/Makefile.in.in.tmp po/Makefile.in.in
H A Dgenerate_POTFILES.sh42 mv po/POTFILES.in.new po/POTFILES.in
/inkscape/po/
H A Dupdate_po_files.sh25 mv -f "$FILENAME" "$FILENAME".old # do not ask questions, because the answers would come from the pipe
/inkscape/packaging/macosx/ports/python/py-numpy/files/
H A Dwrapper-template117 mv ${filename} ${filename}.32
123 mv ${filename} ${filename}.64
/inkscape/packaging/macosx/ports/python/py25-numpy/files/
H A Dwrapper-template117 mv ${filename} ${filename}.32
123 mv ${filename} ${filename}.64
/inkscape/packaging/macosx/ports/python/py26-numpy/files/
H A Dwrapper-template117 mv ${filename} ${filename}.32
123 mv ${filename} ${filename}.64
/inkscape/packaging/macosx/
H A Dcreate-stock-icon-theme.sh119 mv "stock" "$ct"
121 mv $ct "stock"
H A Dosx-build.sh557 mv Inkscape.dmg $DMGFILE
560 mv "$DMGFILE" "${NEWNAME}-debug.dmg"
H A Dosx-app.sh470 mv "$pkgbin/gimp-wrapper.sh" "$pkgbin/gimp"
/inkscape/src/livarot/
H A DLivarotDefs.h128 double mh, mv; // center member in struct:rad_grad
/inkscape/src/2geom/numeric/
H A Dfitting-tool.h84 MatrixView mv(m_matrix, 0, 0, total_samples(), m_matrix.columns());
85 m_psdinv_matrix = new Matrix( pseudo_inverse(mv) );
/inkscape/src/widgets/
H A Dselect-toolbar.cpp220 double mv = fabs(y0 - bbox_user->min()[Geom::Y]); local
227 mv = Quantity::convert(mv, "px", unit);
238 mv > 5e-4 ? "selector:toolbar:move:vertical" :
/inkscape/src/2geom/
H A Dpiecewise.h173 double mv = cuts[mid]; local
174 if(mv < t) {
176 } else if(t < mv) {

Completed in 243 milliseconds