Searched defs:y2 (Results 1 - 25 of 124) sorted by relevance

12345

/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/
H A DSubRegionShowable.java39 public void show(int x1, int y1, int x2, int y2); argument
48 public boolean showIfNotLost(int x1, int y1, int x2, int y2); argument
/openjdk9/jdk/test/java/beans/Statement/
H A DTest4530962.java67 public void m(X x1, Y y2) { argument
84 public void m(X x1, Y y2) { argument
93 public void m(Y y1, Y y2) { argument
110 public void m(Y y1, Y y2) { argument
/openjdk9/jdk/make/src/classes/build/tools/generatenimbus/
H A DEllipse.java40 @XmlAttribute private double y2; field in class:Ellipse
H A DShape.java53 @XmlAttribute double y2; field in class:Shape.PaintPoints
H A DRectangle.java40 @XmlAttribute private double y2; field in class:Rectangle
/openjdk9/jdk/test/java/beans/XMLDecoder/spec/
H A DTestMethod.java113 public void m(X x1, Y y2) { argument
130 public void m(X x1, Y y2) { argument
139 public void m(Y y1, Y y2) { argument
156 public void m(Y y1, Y y2) { argument
/openjdk9/jdk/test/sun/java2d/OpenGL/
H A DCopyAreaOOB.java78 testRegion(BufferedImage bi, String name, int x1, int y1, int x2, int y2, int expected) argument
/openjdk9/jdk/test/sun/security/pkcs11/KeyAgreement/
H A DTestShort.java65 private final static BigInteger y2 = new BigInteger field in class:TestShort
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/geom/
H A DPathConsumer2D.java42 quadTo(float x1, float y1, float x2, float y2) argument
48 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
/openjdk9/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DDirtyRegion.java39 int x, y, x2, y2; field in class:DirtyRegion
52 public void growDirtyRegion(int x, int y, int x2, int y2) { argument
67 public void growDirtyRegionTileLimit(int x, int y, int x2, int y2) { argument
92 setDirtyLineRegion(int x1, int y1, int x2, int y2) argument
[all...]
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaToolBarUI.java60 protected void fillHandle(final Graphics g, final int x1, final int y1, final int x2, final int y2, final boolean horizontal) { argument
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWGraphicsConfig.java89 flip(LWComponentPeer<?, ?> peer, Image backBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/loops/
H A DDrawLine.java74 DrawLine(SunGraphics2D sg2d, SurfaceData dest, int x1, int y1, int x2, int y2) argument
104 DrawLine(SunGraphics2D sg2d, SurfaceData dest, int x1, int y1, int x2, int y2) argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelDrawPipe.java43 drawLine(SunGraphics2D sg, int x1, int y1, int x2, int y2) argument
H A DPixelToShapeConverter.java50 drawLine(SunGraphics2D sg, int x1, int y1, int x2, int y2) argument
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/geom/
H A DPoint2D.java288 distanceSq(double x1, double y1, double x2, double y2) argument
307 distance(double x1, double y1, double x2, double y2) argument
H A DRectangularShape.java245 setFrameFromDiagonal(double x1, double y1, double x2, double y2) argument
/openjdk9/jdk/test/java/awt/Paint/
H A DPgramUserBoundsTest.java93 static void testLine(Graphics2D g2d, int x1, int y1, int x2, int y2) { argument
102 BoundsCheckerPaint(double x1, double y1, double x2, double y2) argument
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DGradientPaint.java83 GradientPaint(float x1, float y1, Color color1, float x2, float y2, Color color2) argument
143 GradientPaint(float x1, float y1, Color color1, float x2, float y2, Color color2, boolean cyclic) argument
/openjdk9/jdk/src/demo/share/applets/DrawTest/
H A DDrawTest.java113 int x2, y2; field in class:DrawPanel
/openjdk9/jdk/src/java.desktop/share/native/libawt/java2d/pipe/
H A DRegion.c242 RegionToYXBandedRectangles(JNIEnv *env, jint x1, jint y1, jint x2, jint y2, jobject region, RECT_T ** pRect, unsigned int initialBufferSize) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DHelpers.java188 static float linelen(float x1, float y1, float x2, float y2) { argument
[all...]
H A DTransformingPathConsumer2D.java130 quadTo(float x1, float y1, float x2, float y2) argument
138 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
194 quadTo(float x1, float y1, float x2, float y2) argument
204 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
261 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
269 quadTo(float x1, float y1, float x2, float y2) argument
[all...]
H A DCollinearSimplifier.java74 public void quadTo(float x1, float y1, float x2, float y2) { argument
84 public void curveTo(float x1, float y1, float x2, float y2, argument
147 private static float getSlope(float x1, float y1, float x2, float y2) { argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pisces/
H A DTransformingPathConsumer2D.java136 quadTo(float x1, float y1, float x2, float y2) argument
143 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
190 quadTo(float x1, float y1, float x2, float y2) argument
197 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
251 quadTo(float x1, float y1, float x2, float y2) argument
260 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
303 quadTo(float x1, float y1, float x2, float y2) argument
310 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
360 quadTo(float x1, float y1, float x2, float y2) argument
369 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
[all...]

Completed in 121 milliseconds

12345