Lines Matching defs:scaledSvgHeight
1059 const double scaledSvgHeight = scaleFactor * svgHeight;
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};
1090 pixBlock.visible_area.y1 = pixBlock.area.y1 = scaledSvgHeight;
1092 pixBlock.data.px = g_try_new (unsigned char, pixBlock.rs * scaledSvgHeight);
1101 memset(pixBlock.data.px, 0xFF, pixBlock.rs * scaledSvgHeight);
1118 (int)scaledSvgWidth, (int)scaledSvgHeight, pixBlock.rs,
1122 _preview_document_height = scaledSvgHeight;
1387 const double scaledSvgHeight = scaleFactor * _preview_document_height;
1395 const int frameHeight = scaledSvgHeight + pagePadding * 2;
1538 context->rectangle (svgX, svgY, scaledSvgWidth, scaledSvgHeight);
1552 rc.bottom = scaledSvgHeight-2;