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

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp1058 const double scaledSvgWidth = scaleFactor * svgWidth;
1061 Geom::Rect area(Geom::Point(0, 0), Geom::Point(scaledSvgWidth, scaledSvgHeight));
1062 NRRectL areaL = {0, 0, scaledSvgWidth, scaledSvgHeight};
1063 NRRectL bbox = {0, 0, scaledSvgWidth, scaledSvgHeight};
1089 pixBlock.visible_area.x1 = pixBlock.area.x1 = scaledSvgWidth;
1091 pixBlock.rs = 4 * ((3 * (int)scaledSvgWidth + 3) / 4);
1118 (int)scaledSvgWidth, (int)scaledSvgHeight, pixBlock.rs,
1121 _preview_document_width = scaledSvgWidth;
1386 const double scaledSvgWidth = scaleFactor * _preview_document_width; local
1394 const int frameWidth = scaledSvgWidth
[all...]

Completed in 17 milliseconds