Home
last modified time | relevance | path

Searched refs:fillOval (Results 26 – 50 of 830) sorted by relevance

12345678910>>...34

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DSlotWidget.java135 g.fillOval(w / 2 - r, Figure.SLOT_WIDTH - Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
137 g.fillOval(w / 2 - r, Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DSlotWidget.java135 g.fillOval(w / 2 - r, Figure.SLOT_WIDTH - Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
137 g.fillOval(w / 2 - r, Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DSlotWidget.java135 g.fillOval(w / 2 - r, Figure.SLOT_WIDTH - Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
137 g.fillOval(w / 2 - r, Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DSlotWidget.java135 g.fillOval(w / 2 - r, Figure.SLOT_WIDTH - Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
137 g.fillOval(w / 2 - r, Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DSlotWidget.java135 g.fillOval(w / 2 - r, Figure.SLOT_WIDTH - Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
137 g.fillOval(w / 2 - r, Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/graphics/
H A DMazeTab.java193 gc.fillOval(x + xcoord, y + ycoord, 16, 16); in paint()
198 gc.fillOval(x + xcoord2, y + ycoord2, 16, 16); in paint()
203 gc.fillOval(x + xcoord3, y + ycoord3, 16, 16); in paint()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java51 public void fillOval(SunGraphics2D sg, in fillOval() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java51 public void fillOval(SunGraphics2D sg, in fillOval() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java51 public void fillOval(SunGraphics2D sg, in fillOval() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java51 public void fillOval(SunGraphics2D sg, in fillOval() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java51 public void fillOval(SunGraphics2D sg, in fillOval() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java51 public void fillOval(SunGraphics2D sg, in fillOval() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java51 public void fillOval(SunGraphics2D sg, in fillOval() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java51 public void fillOval(SunGraphics2D sg, in fillOval() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java51 public void fillOval(SunGraphics2D sg, in fillOval() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java51 public void fillOval(SunGraphics2D sg, in fillOval() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/widgets/
H A DSlotWidget.java141 g.fillOval(w / 2 - r, Figure.SLOT_WIDTH - Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
143 g.fillOval(w / 2 - r, Figure.SLOT_START - r, 2 * r, 2 * r); in paintWidget()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/SplashScreen/
H A DGenerateTestImage.java45 graphics2D.fillOval(0, 0, IMAGE_SIZE, IMAGE_SIZE); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/SplashScreen/
H A DGenerateTestImage.java45 graphics2D.fillOval(0, 0, IMAGE_SIZE, IMAGE_SIZE); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/SplashScreen/
H A DGenerateTestImage.java45 graphics2D.fillOval(0, 0, IMAGE_SIZE, IMAGE_SIZE); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/SplashScreen/
H A DGenerateTestImage.java45 graphics2D.fillOval(0, 0, IMAGE_SIZE, IMAGE_SIZE); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/SplashScreen/
H A DGenerateTestImage.java45 graphics2D.fillOval(0, 0, IMAGE_SIZE, IMAGE_SIZE); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/SplashScreen/
H A DGenerateTestImage.java45 graphics2D.fillOval(0, 0, IMAGE_SIZE, IMAGE_SIZE); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/SplashScreen/
H A DGenerateTestImage.java45 graphics2D.fillOval(0, 0, IMAGE_SIZE, IMAGE_SIZE); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/SplashScreen/
H A DGenerateTestImage.java45 graphics2D.fillOval(0, 0, IMAGE_SIZE, IMAGE_SIZE); in main()

12345678910>>...34