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

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp1337 const int pagePadding = 5; local
1378 ((double)_preview_width - pagePadding * 2 - blurRadius) / _preview_document_width;
1380 ((double)_preview_height - pagePadding * 2
1389 const int svgX = pagePadding + halfBlurRadius;
1390 const int svgY = pagePadding;
1392 const int frameX = svgX - pagePadding;
1393 const int frameY = svgY - pagePadding;
1394 const int frameWidth = scaledSvgWidth + pagePadding * 2;
1395 const int frameHeight = scaledSvgHeight + pagePadding * 2;

Completed in 18 milliseconds