Home
last modified time | relevance | path

Searched refs:p2df (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRRenderer.java259 protected void drawPath(SunGraphics2D sg2d, Path2D.Float p2df, in drawPath() argument
305 Path2D.Float p2df; in draw() local
309 p2df = (Path2D.Float) s; in draw()
311 p2df = new Path2D.Float(s); in draw()
316 p2df = new Path2D.Float(s, sg2d.transform); in draw()
320 drawPath(sg2d, p2df, transx, transy); in draw()
339 Path2D.Float p2df; in fill() local
342 p2df = (Path2D.Float) s; in fill()
344 p2df = new Path2D.Float(s); in fill()
349 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRRenderer.java259 protected void drawPath(SunGraphics2D sg2d, Path2D.Float p2df, in drawPath() argument
305 Path2D.Float p2df; in draw() local
309 p2df = (Path2D.Float) s; in draw()
311 p2df = new Path2D.Float(s); in draw()
316 p2df = new Path2D.Float(s, sg2d.transform); in draw()
320 drawPath(sg2d, p2df, transx, transy); in draw()
339 Path2D.Float p2df; in fill() local
342 p2df = (Path2D.Float) s; in fill()
344 p2df = new Path2D.Float(s); in fill()
349 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRRenderer.java259 protected void drawPath(SunGraphics2D sg2d, Path2D.Float p2df, in drawPath() argument
305 Path2D.Float p2df; in draw() local
309 p2df = (Path2D.Float) s; in draw()
311 p2df = new Path2D.Float(s); in draw()
316 p2df = new Path2D.Float(s, sg2d.transform); in draw()
320 drawPath(sg2d, p2df, transx, transy); in draw()
339 Path2D.Float p2df; in fill() local
342 p2df = (Path2D.Float) s; in fill()
344 p2df = new Path2D.Float(s); in fill()
349 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRRenderer.java259 protected void drawPath(SunGraphics2D sg2d, Path2D.Float p2df, in drawPath() argument
305 Path2D.Float p2df; in draw() local
309 p2df = (Path2D.Float) s; in draw()
311 p2df = new Path2D.Float(s); in draw()
316 p2df = new Path2D.Float(s, sg2d.transform); in draw()
320 drawPath(sg2d, p2df, transx, transy); in draw()
339 Path2D.Float p2df; in fill() local
342 p2df = (Path2D.Float) s; in fill()
344 p2df = new Path2D.Float(s); in fill()
349 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRRenderer.java259 protected void drawPath(SunGraphics2D sg2d, Path2D.Float p2df, in drawPath() argument
305 Path2D.Float p2df; in draw() local
309 p2df = (Path2D.Float) s; in draw()
311 p2df = new Path2D.Float(s); in draw()
316 p2df = new Path2D.Float(s, sg2d.transform); in draw()
320 drawPath(sg2d, p2df, transx, transy); in draw()
339 Path2D.Float p2df; in fill() local
342 p2df = (Path2D.Float) s; in fill()
344 p2df = new Path2D.Float(s); in fill()
349 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRRenderer.java259 protected void drawPath(SunGraphics2D sg2d, Path2D.Float p2df, in drawPath() argument
305 Path2D.Float p2df; in draw() local
309 p2df = (Path2D.Float) s; in draw()
311 p2df = new Path2D.Float(s); in draw()
316 p2df = new Path2D.Float(s, sg2d.transform); in draw()
320 drawPath(sg2d, p2df, transx, transy); in draw()
339 Path2D.Float p2df; in fill() local
342 p2df = (Path2D.Float) s; in fill()
344 p2df = new Path2D.Float(s); in fill()
349 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRRenderer.java259 protected void drawPath(SunGraphics2D sg2d, Path2D.Float p2df, in drawPath() argument
305 Path2D.Float p2df; in draw() local
309 p2df = (Path2D.Float) s; in draw()
311 p2df = new Path2D.Float(s); in draw()
316 p2df = new Path2D.Float(s, sg2d.transform); in draw()
320 drawPath(sg2d, p2df, transx, transy); in draw()
339 Path2D.Float p2df; in fill() local
342 p2df = (Path2D.Float) s; in fill()
344 p2df = new Path2D.Float(s); in fill()
349 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRRenderer.java259 protected void drawPath(SunGraphics2D sg2d, Path2D.Float p2df, in drawPath() argument
305 Path2D.Float p2df; in draw() local
309 p2df = (Path2D.Float) s; in draw()
311 p2df = new Path2D.Float(s); in draw()
316 p2df = new Path2D.Float(s, sg2d.transform); in draw()
320 drawPath(sg2d, p2df, transx, transy); in draw()
339 Path2D.Float p2df; in fill() local
342 p2df = (Path2D.Float) s; in fill()
344 p2df = new Path2D.Float(s); in fill()
349 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRRenderer.java259 protected void drawPath(SunGraphics2D sg2d, Path2D.Float p2df, in drawPath() argument
305 Path2D.Float p2df; in draw() local
309 p2df = (Path2D.Float) s; in draw()
311 p2df = new Path2D.Float(s); in draw()
316 p2df = new Path2D.Float(s, sg2d.transform); in draw()
320 drawPath(sg2d, p2df, transx, transy); in draw()
339 Path2D.Float p2df; in fill() local
342 p2df = (Path2D.Float) s; in fill()
344 p2df = new Path2D.Float(s); in fill()
349 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRRenderer.java259 protected void drawPath(SunGraphics2D sg2d, Path2D.Float p2df, in drawPath() argument
305 Path2D.Float p2df; in draw() local
309 p2df = (Path2D.Float) s; in draw()
311 p2df = new Path2D.Float(s); in draw()
316 p2df = new Path2D.Float(s, sg2d.transform); in draw()
320 drawPath(sg2d, p2df, transx, transy); in draw()
339 Path2D.Float p2df; in fill() local
342 p2df = (Path2D.Float) s; in fill()
344 p2df = new Path2D.Float(s); in fill()
349 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java367 ProcessPath.drawPath(drawHandler, p2df, transx, transy); in drawPath()
519 Path2D.Float p2df; in draw() local
523 p2df = (Path2D.Float)s; in draw()
525 p2df = new Path2D.Float(s); in draw()
530 p2df = new Path2D.Float(s, sg2d.transform); in draw()
534 drawPath(sg2d, p2df, transx, transy); in draw()
553 Path2D.Float p2df; in fill() local
556 p2df = (Path2D.Float)s; in fill()
558 p2df = new Path2D.Float(s); in fill()
563 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
H A DLoopPipe.java169 Path2D.Float p2df; in draw() local
174 p2df = (Path2D.Float)s; in draw()
176 p2df = new Path2D.Float(s); in draw()
181 p2df = new Path2D.Float(s, sg2d.transform); in draw()
186 transX, transY, p2df); in draw()
286 Path2D.Float p2df; in fill() local
291 p2df = (Path2D.Float)s; in fill()
293 p2df = new Path2D.Float(s); in fill()
298 p2df = new Path2D.Float(s, sg2d.transform); in fill()
303 transX, transY, p2df); in fill()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java367 ProcessPath.drawPath(drawHandler, p2df, transx, transy); in drawPath()
519 Path2D.Float p2df; in draw() local
523 p2df = (Path2D.Float)s; in draw()
525 p2df = new Path2D.Float(s); in draw()
530 p2df = new Path2D.Float(s, sg2d.transform); in draw()
534 drawPath(sg2d, p2df, transx, transy); in draw()
553 Path2D.Float p2df; in fill() local
556 p2df = (Path2D.Float)s; in fill()
558 p2df = new Path2D.Float(s); in fill()
563 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
H A DLoopPipe.java169 Path2D.Float p2df; in draw() local
174 p2df = (Path2D.Float)s; in draw()
176 p2df = new Path2D.Float(s); in draw()
181 p2df = new Path2D.Float(s, sg2d.transform); in draw()
186 transX, transY, p2df); in draw()
286 Path2D.Float p2df; in fill() local
291 p2df = (Path2D.Float)s; in fill()
293 p2df = new Path2D.Float(s); in fill()
298 p2df = new Path2D.Float(s, sg2d.transform); in fill()
303 transX, transY, p2df); in fill()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java367 ProcessPath.drawPath(drawHandler, p2df, transx, transy); in drawPath()
519 Path2D.Float p2df; in draw() local
523 p2df = (Path2D.Float)s; in draw()
525 p2df = new Path2D.Float(s); in draw()
530 p2df = new Path2D.Float(s, sg2d.transform); in draw()
534 drawPath(sg2d, p2df, transx, transy); in draw()
553 Path2D.Float p2df; in fill() local
556 p2df = (Path2D.Float)s; in fill()
558 p2df = new Path2D.Float(s); in fill()
563 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
H A DLoopPipe.java169 Path2D.Float p2df; in draw() local
174 p2df = (Path2D.Float)s; in draw()
176 p2df = new Path2D.Float(s); in draw()
181 p2df = new Path2D.Float(s, sg2d.transform); in draw()
186 transX, transY, p2df); in draw()
286 Path2D.Float p2df; in fill() local
291 p2df = (Path2D.Float)s; in fill()
293 p2df = new Path2D.Float(s); in fill()
298 p2df = new Path2D.Float(s, sg2d.transform); in fill()
303 transX, transY, p2df); in fill()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java367 ProcessPath.drawPath(drawHandler, p2df, transx, transy); in drawPath()
519 Path2D.Float p2df; in draw() local
523 p2df = (Path2D.Float)s; in draw()
525 p2df = new Path2D.Float(s); in draw()
530 p2df = new Path2D.Float(s, sg2d.transform); in draw()
534 drawPath(sg2d, p2df, transx, transy); in draw()
553 Path2D.Float p2df; in fill() local
556 p2df = (Path2D.Float)s; in fill()
558 p2df = new Path2D.Float(s); in fill()
563 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
H A DLoopPipe.java175 Path2D.Float p2df; in draw() local
180 p2df = (Path2D.Float)s; in draw()
182 p2df = new Path2D.Float(s); in draw()
187 p2df = new Path2D.Float(s, sg2d.transform); in draw()
192 transX, transY, p2df); in draw()
292 Path2D.Float p2df; in fill() local
297 p2df = (Path2D.Float)s; in fill()
299 p2df = new Path2D.Float(s); in fill()
304 p2df = new Path2D.Float(s, sg2d.transform); in fill()
309 transX, transY, p2df); in fill()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java367 ProcessPath.drawPath(drawHandler, p2df, transx, transy); in drawPath()
519 Path2D.Float p2df; in draw() local
523 p2df = (Path2D.Float)s; in draw()
525 p2df = new Path2D.Float(s); in draw()
530 p2df = new Path2D.Float(s, sg2d.transform); in draw()
534 drawPath(sg2d, p2df, transx, transy); in draw()
553 Path2D.Float p2df; in fill() local
556 p2df = (Path2D.Float)s; in fill()
558 p2df = new Path2D.Float(s); in fill()
563 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
H A DLoopPipe.java169 Path2D.Float p2df; in draw() local
174 p2df = (Path2D.Float)s; in draw()
176 p2df = new Path2D.Float(s); in draw()
181 p2df = new Path2D.Float(s, sg2d.transform); in draw()
186 transX, transY, p2df); in draw()
286 Path2D.Float p2df; in fill() local
291 p2df = (Path2D.Float)s; in fill()
293 p2df = new Path2D.Float(s); in fill()
298 p2df = new Path2D.Float(s, sg2d.transform); in fill()
303 transX, transY, p2df); in fill()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java367 ProcessPath.drawPath(drawHandler, p2df, transx, transy); in drawPath()
519 Path2D.Float p2df; in draw() local
523 p2df = (Path2D.Float)s; in draw()
525 p2df = new Path2D.Float(s); in draw()
530 p2df = new Path2D.Float(s, sg2d.transform); in draw()
534 drawPath(sg2d, p2df, transx, transy); in draw()
553 Path2D.Float p2df; in fill() local
556 p2df = (Path2D.Float)s; in fill()
558 p2df = new Path2D.Float(s); in fill()
563 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java367 ProcessPath.drawPath(drawHandler, p2df, transx, transy); in drawPath()
519 Path2D.Float p2df; in draw() local
523 p2df = (Path2D.Float)s; in draw()
525 p2df = new Path2D.Float(s); in draw()
530 p2df = new Path2D.Float(s, sg2d.transform); in draw()
534 drawPath(sg2d, p2df, transx, transy); in draw()
553 Path2D.Float p2df; in fill() local
556 p2df = (Path2D.Float)s; in fill()
558 p2df = new Path2D.Float(s); in fill()
563 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java367 ProcessPath.drawPath(drawHandler, p2df, transx, transy); in drawPath()
519 Path2D.Float p2df; in draw() local
523 p2df = (Path2D.Float)s; in draw()
525 p2df = new Path2D.Float(s); in draw()
530 p2df = new Path2D.Float(s, sg2d.transform); in draw()
534 drawPath(sg2d, p2df, transx, transy); in draw()
553 Path2D.Float p2df; in fill() local
556 p2df = (Path2D.Float)s; in fill()
558 p2df = new Path2D.Float(s); in fill()
563 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java367 ProcessPath.drawPath(drawHandler, p2df, transx, transy); in drawPath()
519 Path2D.Float p2df; in draw() local
523 p2df = (Path2D.Float)s; in draw()
525 p2df = new Path2D.Float(s); in draw()
530 p2df = new Path2D.Float(s, sg2d.transform); in draw()
534 drawPath(sg2d, p2df, transx, transy); in draw()
553 Path2D.Float p2df; in fill() local
556 p2df = (Path2D.Float)s; in fill()
558 p2df = new Path2D.Float(s); in fill()
563 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java367 ProcessPath.drawPath(drawHandler, p2df, transx, transy); in drawPath()
519 Path2D.Float p2df; in draw() local
523 p2df = (Path2D.Float)s; in draw()
525 p2df = new Path2D.Float(s); in draw()
530 p2df = new Path2D.Float(s, sg2d.transform); in draw()
534 drawPath(sg2d, p2df, transx, transy); in draw()
553 Path2D.Float p2df; in fill() local
556 p2df = (Path2D.Float)s; in fill()
558 p2df = new Path2D.Float(s); in fill()
563 p2df = new Path2D.Float(s, sg2d.transform); in fill()
[all …]

1234567