Searched refs:scaledImgWidth (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | imageicon.cpp | 198 gint scaledImgWidth = (int) (scaleFactor * (double)imgWidth); local 202 gint imgX = (previewWidth - scaledImgWidth) / 2; 208 gint rectWidth = scaledImgWidth +2; 238 imgX, imgY, scaledImgWidth, scaledImgHeight,
|
/inkscape/src/ui/dialog/ |
H A D | filedialogimpl-gtkmm.cpp | 289 gint scaledImgWidth = (int)(scaleFactor * (double)imgWidth); local 293 gint imgX = (previewWidth - scaledImgWidth) / 2; 299 gint rectWidth = scaledImgWidth + 2; 332 g_strdup_printf(xformat, previewWidth, previewHeight, imgX, imgY, scaledImgWidth, scaledImgHeight,
|
Completed in 19 milliseconds