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