Searched refs:maxwidth (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsvg-view-widget.h47 double maxwidth, maxheight; member in struct:SPSVGSPViewWidget
H A Dsvg-view-widget.cpp75 vw->maxwidth = 400.0;
174 if (width <= vw->maxwidth) {
179 req->width = (gint) (vw->maxwidth + 0.5);
257 this->maxwidth = width;

Completed in 93 milliseconds