Searched refs:rescale (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsvg-view.h29 bool _rescale; ///< whether to rescale automatically
50 void setRescale(bool rescale, bool keepaspect, double width, double height);
53 * Helper function that sets rescale ratio and emits resize event.
H A Dsvg-view.cpp57 void SPSVGView::setRescale(bool rescale, bool keepaspect, gdouble width, gdouble height) argument
59 g_return_if_fail (!rescale || (width >= 0.0));
60 g_return_if_fail (!rescale || (height >= 0.0));
62 _rescale = rescale;
/inkscape/share/extensions/
H A Dpixelsnap.py325 rescale = round(width)/width, round(height)/height
332 self.transform_path_node([[rescale[0], 0, 0],
333 [0, rescale[1], 0]],

Completed in 47 milliseconds