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

/inkscape/share/extensions/
H A DjessyInk_core_mouseHandler_zoomControl.js385 rectHeight = rect.getBBox().height;
392 scaleY = HEIGHT / rectHeight;
403 rectYcorr -= (HEIGHT / scaleY - rectHeight) / 2;
404 rectHeight = HEIGHT / scaleY;
417 newVectors = (new matrixSVG()).fromElements(rectXcorr, rectXcorr + rectWidth, rectXcorr + rectWidth, rectYcorr, rectYcorr, rectYcorr + rectHeight, 0, 0, 0);
H A DjessyInk.js2349 rectHeight = rect.getBBox().height;
2356 scaleY = HEIGHT / rectHeight;
2367 rectYcorr -= (HEIGHT / scaleY - rectHeight) / 2;
2368 rectHeight = HEIGHT / scaleY;
2381 newVectors = (new matrixSVG()).fromElements(rectXcorr, rectXcorr + rectWidth, rectXcorr + rectWidth, rectYcorr, rectYcorr, rectYcorr + rectHeight, 0, 0, 0);
/inkscape/src/ui/widget/
H A Dimageicon.cpp209 gint rectHeight = scaledImgHeight+2; local
240 rectX, rectY, rectWidth, rectHeight);
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp300 gint rectHeight = scaledImgHeight + 2; local
333 fileName.c_str(), rectX, rectY, rectWidth, rectHeight, width.c_str(), height.c_str() );

Completed in 26 milliseconds