Home
last modified time | relevance | path

Searched refs:svgWidth (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/svg/
H A DPDFDocumentGraphics2D.java64 private float svgWidth; field in PDFDocumentGraphics2D
227 this.svgWidth = w; in setSVGDimension()
347 if (svgWidth != 0) { in startPage()
348 double scaleX = width / svgWidth; in startPage()
399 this.svgWidth = g.svgWidth; in PDFDocumentGraphics2D()
/dports/net-mgmt/nagios4/nagios-4.4.6/html/js/
H A Dmap.js.in125 $scope.svgWidth = $window.innerWidth - rightPadding;
169 $scope.svgWidth = $window.innerWidth - rightPadding;
171 $scope.$apply("svgWidth");
201 left: ($scope.svgWidth - 30) + "px",
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/web/static/js/
H A Ddirectives.ts275 var svgWidth = elem.width();
284 .attr('width', svgWidth)
451 var svgWidth: number; variable
480 svgWidth = elem.width();
481 if (svgWidth <= 0) {
485 width = svgWidth - margin.left - margin.right;
492 svg.attr('width', svgWidth);
575 var svgWidth: number; variable
810 svgWidth = elem.width();
811 if (svgWidth <= 0) {
[all …]
/dports/science/jmol/jmol-14.32.7/src/jspecview/export/
H A DSVGExporter.java62 private static int svgWidth = 850; field in SVGExporter
120 int plotAreaWidth = svgWidth - leftInset - rightInset; in exportTheSpectrum()
243 context.put("svgWidth", new Integer(svgWidth)); in exportTheSpectrum()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dcairo-utils.cpp340 Inkscape::Util::Quantity svgWidth = svgDoc->getWidth(); in create_from_data_uri() local
342 const double svgWidth_px = svgWidth.value("px"); in create_from_data_uri()
450 Inkscape::Util::Quantity svgWidth = svgDoc->getWidth(); in create_from_buffer() local
452 const double svgWidth_px = svgWidth.value("px"); in create_from_buffer()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/svg/
H A Dgroundplanegenerator.cpp330 …double svgWidth = params.res * qMax(params.boardImageSize.width(), params.copperImageSize.width())… in generateGroundPlaneAux() local
336 …QImage * image = new QImage(qMax(svgWidth, bWidth), qMax(svgHeight, bHeight), QImage::Format_Mono)… in generateGroundPlaneAux()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpemainwindow.cpp2222 double svgWidth, svgHeight, vbWidth, vbHeight; in saveAs() local
2223 bool svgOK = TextUtils::getSvgSizes(writeDoc, svgWidth, svgHeight, vbWidth, vbHeight); in saveAs()
2233 …>layerKinChief()->retrieveSvg(itemBase->viewLayerID(), svgHash, false, vbWidth / svgWidth, factor); in saveAs()
2236 double dx = d.x() * (vbWidth / svgWidth) / GraphicsUtils::SVGDPI; in saveAs()
2237 double dy = d.y() * (vbWidth / svgWidth) / GraphicsUtils::SVGDPI; in saveAs()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp1021 Inkscape::Util::Quantity svgWidth = svgDoc->getWidth(); in set_svg_preview() local
1023 const double svgWidth_px = svgWidth.value("px"); in set_svg_preview()