Home
last modified time | relevance | path

Searched refs:svgGenerator (Results 1 – 25 of 43) sorted by relevance

12

/dports/textproc/fop/fop-2.6/fop-sandbox/src/main/java/org/apache/fop/render/svg/
H A DSVGRenderer.java69 private SVGGraphics2D svgGenerator; field in SVGRenderer
109 this.svgGenerator = new SVGGraphics2D(ctx, true); in renderPage()
113 this.svgGenerator.setSVGCanvasSize(dim); in renderPage()
115 AffineTransform at = this.svgGenerator.getTransform(); in renderPage()
116 this.state = new Java2DGraphicsState(this.svgGenerator, this.fontInfo, at); in renderPage()
125 this.svgGenerator = null; in renderPage()
152 this.svgGenerator.stream(writer, useCSS); in writeSVGFile()
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dimageexporter.cpp37 QSvgGenerator svgGenerator; in exportSvg() local
38 svgGenerator.setFileName(fileName); in exportSvg()
39 svgGenerator.setTitle(i18n("KStars Exported Sky Image")); in exportSvg()
40 svgGenerator.setDescription(i18n("KStars Exported Sky Image")); in exportSvg()
41 svgGenerator.setSize(QSize(map->width(), map->height())); in exportSvg()
42 svgGenerator.setResolution(qMax(map->logicalDpiX(), map->logicalDpiY())); in exportSvg()
43 svgGenerator.setViewBox(QRect(0, 0, map->width(), map->height())); in exportSvg()
45 SkyQPainter painter(KStars::Instance(), &svgGenerator); in exportSvg()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/BatikSVGProxy/src/com/sun/hotspot/igv/svg/
H A DBatikSVG.java80 Graphics2D svgGenerator = (Graphics2D) SVGGraphics2DConstructor.newInstance(ctx, true); in createGraphicsObject() local
81 return svgGenerator; in createGraphicsObject()
103 public static void printToStream(Graphics2D svgGenerator, Writer stream, boolean useCSS) { in printToStream() argument
105 assert classSVGGraphics2D.isInstance(svgGenerator); in printToStream()
107 streamMethod.invoke(svgGenerator, stream, useCSS); in printToStream()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/BatikSVGProxy/src/com/sun/hotspot/igv/svg/
H A DBatikSVG.java80 Graphics2D svgGenerator = (Graphics2D) SVGGraphics2DConstructor.newInstance(ctx, true); in createGraphicsObject() local
81 return svgGenerator; in createGraphicsObject()
103 public static void printToStream(Graphics2D svgGenerator, Writer stream, boolean useCSS) { in printToStream() argument
105 assert classSVGGraphics2D.isInstance(svgGenerator); in printToStream()
107 streamMethod.invoke(svgGenerator, stream, useCSS); in printToStream()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/BatikSVGProxy/src/com/sun/hotspot/igv/svg/
H A DBatikSVG.java80 Graphics2D svgGenerator = (Graphics2D) SVGGraphics2DConstructor.newInstance(ctx, true); in createGraphicsObject() local
81 return svgGenerator; in createGraphicsObject()
103 public static void printToStream(Graphics2D svgGenerator, Writer stream, boolean useCSS) { in printToStream() argument
105 assert classSVGGraphics2D.isInstance(svgGenerator); in printToStream()
107 streamMethod.invoke(svgGenerator, stream, useCSS); in printToStream()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/BatikSVGProxy/src/com/sun/hotspot/igv/svg/
H A DBatikSVG.java80 Graphics2D svgGenerator = (Graphics2D) SVGGraphics2DConstructor.newInstance(ctx, true); in createGraphicsObject() local
81 return svgGenerator; in createGraphicsObject()
103 public static void printToStream(Graphics2D svgGenerator, Writer stream, boolean useCSS) { in printToStream() argument
105 assert classSVGGraphics2D.isInstance(svgGenerator); in printToStream()
107 streamMethod.invoke(svgGenerator, stream, useCSS); in printToStream()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/BatikSVGProxy/src/main/java/com/sun/hotspot/igv/svg/
H A DBatikSVG.java80 Graphics2D svgGenerator = (Graphics2D) SVGGraphics2DConstructor.newInstance(ctx, true); in createGraphicsObject() local
81 return svgGenerator; in createGraphicsObject()
103 public static void printToStream(Graphics2D svgGenerator, Writer stream, boolean useCSS) { in printToStream() argument
105 assert classSVGGraphics2D.isInstance(svgGenerator); in printToStream()
107 streamMethod.invoke(svgGenerator, stream, useCSS); in printToStream()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/BatikSVGProxy/src/com/sun/hotspot/igv/svg/
H A DBatikSVG.java80 Graphics2D svgGenerator = (Graphics2D) SVGGraphics2DConstructor.newInstance(ctx, true); in createGraphicsObject() local
81 return svgGenerator; in createGraphicsObject()
103 public static void printToStream(Graphics2D svgGenerator, Writer stream, boolean useCSS) { in printToStream() argument
105 assert classSVGGraphics2D.isInstance(svgGenerator); in printToStream()
107 streamMethod.invoke(svgGenerator, stream, useCSS); in printToStream()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/IdealGraphVisualizer/BatikSVGProxy/src/com/sun/hotspot/igv/svg/
H A DBatikSVG.java80 Graphics2D svgGenerator = (Graphics2D) SVGGraphics2DConstructor.newInstance(ctx, true); in createGraphicsObject() local
81 return svgGenerator; in createGraphicsObject()
103 public static void printToStream(Graphics2D svgGenerator, Writer stream, boolean useCSS) { in printToStream() argument
105 assert classSVGGraphics2D.isInstance(svgGenerator); in printToStream()
107 streamMethod.invoke(svgGenerator, stream, useCSS); in printToStream()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/IdealGraphVisualizer/BatikSVGProxy/src/com/sun/hotspot/igv/svg/
H A DBatikSVG.java80 Graphics2D svgGenerator = (Graphics2D) SVGGraphics2DConstructor.newInstance(ctx, true); in createGraphicsObject() local
81 return svgGenerator; in createGraphicsObject()
103 public static void printToStream(Graphics2D svgGenerator, Writer stream, boolean useCSS) { in printToStream() argument
105 assert classSVGGraphics2D.isInstance(svgGenerator); in printToStream()
107 streamMethod.invoke(svgGenerator, stream, useCSS); in printToStream()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/BatikSVGProxy/src/com/sun/hotspot/igv/svg/
H A DBatikSVG.java62 Graphics2D svgGenerator = (Graphics2D) SVGGraphics2DConstructor.newInstance(ctx, true); in createGraphicsObject() local
63 return svgGenerator; in createGraphicsObject()
77 public static void printToStream(Graphics2D svgGenerator, Writer stream, boolean useCSS) { in printToStream() argument
79 Method_stream.invoke(svgGenerator, stream, useCSS); in printToStream()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/BatikSVGProxy/src/com/sun/hotspot/igv/svg/
H A DBatikSVG.java62 Graphics2D svgGenerator = (Graphics2D) SVGGraphics2DConstructor.newInstance(ctx, true); in createGraphicsObject() local
63 return svgGenerator; in createGraphicsObject()
77 public static void printToStream(Graphics2D svgGenerator, Writer stream, boolean useCSS) { in printToStream() argument
79 Method_stream.invoke(svgGenerator, stream, useCSS); in printToStream()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graph/src/java/org/scilab/modules/graph/utils/
H A DScilabGraphRenderer.java92 final SVGGraphics2D svgGenerator = new SVGGraphics2D(ctx, true); in createSvgDocument() local
112 canvas.setGraphics(svgGenerator); in createSvgDocument()
125 svgGenerator.stream(out, useCSS); in createSvgDocument()
/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/GraphDraw/
H A Dmainview.cpp149 QSvgGenerator svgGenerator; in exportSVG() local
150 svgGenerator.setFileName(fileName); in exportSVG()
152 svgGenerator.setTitle(tr("Exported graph")); in exportSVG()
153 svgGenerator.setDescription(tr("Created with ZeGrapher ") + SOFTWARE_VERSION_STR); in exportSVG()
157 svgGenerator.setResolution(int(targetResolution)); in exportSVG()
161 svgGenerator.setSize(sizePx); in exportSVG()
162 svgGenerator.setViewBox(QRect(QPoint(0, 0), sizePx)); in exportSVG()
164 painter.begin(&svgGenerator); in exportSVG()
/dports/graphics/krita/krita-4.4.8/libs/flake/svg/
H A DSvgWriter.cpp261 QSvgGenerator svgGenerator; in saveGeneric() local
262 svgGenerator.setOutputDevice(&svgBuffer); in saveGeneric()
274 svgGenerator.setResolution(54); in saveGeneric()
278 svgPainter.begin(&svgGenerator); in saveGeneric()
/dports/editors/calligra/calligra-3.2.1/libs/flake/svg/
H A DSvgWriter.cpp216 QSvgGenerator svgGenerator; in saveGeneric() local
217 svgGenerator.setOutputDevice(&svgBuffer); in saveGeneric()
220 svgPainter.begin(&svgGenerator); in saveGeneric()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Deyepiecefield.cpp341 QSvgGenerator svgGenerator; in generateEyepieceView() local
342 svgGenerator.setFileName(myTempSvgFile.fileName()); in generateEyepieceView()
345 svgGenerator.setSize(QSize(map->width(), map->height())); in generateEyepieceView()
346 svgGenerator.setResolution(qMax(map->logicalDpiX(), map->logicalDpiY())); in generateEyepieceView()
347 svgGenerator.setViewBox(QRect(map->width() / 2.0 - arcMinToScreen * fovWidth / 2.0, in generateEyepieceView()
351 SkyQPainter painter(KStars::Instance(), &svgGenerator); in generateEyepieceView()
/dports/science/molsketch/Molsketch-0.7.2/libmolsketch/
H A Dmolscene.cpp361 QSvgGenerator svgGenerator; in toSvg() local
362 svgGenerator.setTitle(tr("MolsKetch Drawing")); in toSvg()
365 svgGenerator.setSize(bounds.size().toSize()); // TODO round up in toSvg()
366 svgGenerator.setViewBox(bounds); in toSvg()
367 svgGenerator.setOutputDevice(&buffer); in toSvg()
369 painter.begin(&svgGenerator); in toSvg()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partsbinpalette/
H A Dpartsbinpalettewidget.cpp924 QSvgGenerator svgGenerator; in changeIconColor() local
925 svgGenerator.setResolution(90); in changeIconColor()
926 svgGenerator.setTitle(CustomIconTitle); in changeIconColor()
928 svgGenerator.setOutputDevice(&buffer); in changeIconColor()
930 svgGenerator.setSize(sz); in changeIconColor()
931 svgGenerator.setViewBox(QRect(0, 0, sz.width(), sz.height())); in changeIconColor()
932 QPainter svgPainter(&svgGenerator); in changeIconColor()
/dports/x11-themes/plasma5-kde-gtk-config/kde-gtk-config-5.23.5/kded/
H A Dconfigvalueprovider.cpp197 QSvgGenerator svgGenerator{}; in windowDecorationsButtonsImages() local
201 svgGenerator.setFileName(filePath); in windowDecorationsButtonsImages()
202 svgGenerator.setViewBox(DecorationPainter::ButtonGeometry); in windowDecorationsButtonsImages()
204 QPainter painter{&svgGenerator}; in windowDecorationsButtonsImages()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramViewer.java47 public void paint(Graphics2D svgGenerator); in paint() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramViewer.java47 public void paint(Graphics2D svgGenerator); in paint() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramViewer.java47 public void paint(Graphics2D svgGenerator); in paint() argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramViewer.java47 public void paint(Graphics2D svgGenerator); in paint() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/
H A DDiagramViewer.java47 public void paint(Graphics2D svgGenerator); in paint() argument

12