Searched refs:scaledImgHeight (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dimageicon.cpp199 gint scaledImgHeight = (int) (scaleFactor * (double)imgHeight); local
203 gint imgY = (previewHeight - scaledImgHeight) / 2;
209 gint rectHeight = scaledImgHeight+2;
238 imgX, imgY, scaledImgWidth, scaledImgHeight,
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp290 gint scaledImgHeight = (int)(scaleFactor * (double)imgHeight); local
294 gint imgY = (previewHeight - scaledImgHeight) / 2;
300 gint rectHeight = scaledImgHeight + 2;
332 g_strdup_printf(xformat, previewWidth, previewHeight, imgX, imgY, scaledImgWidth, scaledImgHeight,

Completed in 33 milliseconds