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

/inkscape/src/ui/widget/
H A Dimageicon.cpp182 gint previewWidth = 400; local
191 double scaleFactorX = (0.9 *(double)previewWidth) / ((double)imgWidth);
202 gint imgX = (previewWidth - scaledImgWidth) / 2;
237 previewWidth, previewHeight,
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp213 gint previewWidth = 400; local
282 double scaleFactorX = (0.9 * (double)previewWidth) / ((double)imgWidth);
293 gint imgX = (previewWidth - scaledImgWidth) / 2;
332 g_strdup_printf(xformat, previewWidth, previewHeight, imgX, imgY, scaledImgWidth, scaledImgHeight,
351 gint previewWidth = 300;
427 gchar *xmlBuffer = g_strdup_printf(xformat, previewWidth, previewHeight, _("No preview"));
446 gint previewWidth = 300; local
531 g_strdup_printf(xformat, previewWidth, previewHeight, floatFileLength, _("too large for preview"));

Completed in 19 milliseconds