Searched refs:rectWidth (Results 1 - 4 of 4) sorted by relevance

/inkscape/share/extensions/
H A DjessyInk_core_mouseHandler_zoomControl.js384 rectWidth = rect.getBBox().width;
391 scaleX = WIDTH / rectWidth;
397 rectXcorr -= (WIDTH / scaleX - rectWidth) / 2;
398 rectWidth = WIDTH / scaleX;
417 newVectors = (new matrixSVG()).fromElements(rectXcorr, rectXcorr + rectWidth, rectXcorr + rectWidth, rectYcorr, rectYcorr, rectYcorr + rectHeight, 0, 0, 0);
H A DjessyInk.js2348 rectWidth = rect.getBBox().width;
2355 scaleX = WIDTH / rectWidth;
2361 rectXcorr -= (WIDTH / scaleX - rectWidth) / 2;
2362 rectWidth = WIDTH / scaleX;
2381 newVectors = (new matrixSVG()).fromElements(rectXcorr, rectXcorr + rectWidth, rectXcorr + rectWidth, rectYcorr, rectYcorr, rectYcorr + rectHeight, 0, 0, 0);
/inkscape/src/ui/widget/
H A Dimageicon.cpp208 gint rectWidth = scaledImgWidth +2; local
240 rectX, rectY, rectWidth, rectHeight);
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp299 gint rectWidth = scaledImgWidth + 2; local
333 fileName.c_str(), rectX, rectY, rectWidth, rectHeight, width.c_str(), height.c_str() );

Completed in 25 milliseconds