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

/inkscape/src/ui/widget/
H A Dimageicon.cpp187 gint imgWidth = img->get_width(); local
191 double scaleFactorX = (0.9 *(double)previewWidth) / ((double)imgWidth);
198 gint scaledImgWidth = (int) (scaleFactor * (double)imgWidth);
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp238 gint imgWidth = img->get_width(); local
275 s_width << imgWidth; local
282 double scaleFactorX = (0.9 * (double)previewWidth) / ((double)imgWidth);
289 gint scaledImgWidth = (int)(scaleFactor * (double)imgWidth);

Completed in 18 milliseconds