Searched refs:rectHeight (Results 1 - 4 of 4) sorted by relevance
/inkscape/share/extensions/ |
H A D | jessyInk_core_mouseHandler_zoomControl.js | 385 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 D | jessyInk.js | 2349 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 D | imageicon.cpp | 209 gint rectHeight = scaledImgHeight+2; local 240 rectX, rectY, rectWidth, rectHeight);
|
/inkscape/src/ui/dialog/ |
H A D | filedialogimpl-gtkmm.cpp | 300 gint rectHeight = scaledImgHeight + 2; local 333 fileName.c_str(), rectX, rectY, rectWidth, rectHeight, width.c_str(), height.c_str() );
|
Completed in 27 milliseconds