Searched defs:height (Results 76 - 100 of 569) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphics.java55 drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) argument
H A DCViewEmbeddedFrame.java95 validateWithBounds(final int x, final int y, final int width, final int height) argument
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFDeflater.java61 encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) argument
H A DTIFFRLECompressor.java90 encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) argument
H A DTIFFPackBitsCompressor.java89 encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/
H A DComponentUI.java293 public int getBaseline(JComponent c, int width, int height) { argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/border/
H A DEtchedBorder.java133 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
H A DSoftBevelBorder.java102 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DNoFramesView.java111 protected void layout(int width, int height) { argument
H A DCommentView.java124 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
H A DLineView.java122 protected void layout(int width, int height) { argument
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/image/
H A DImageObserver.java89 imageUpdate(Image img, int infoflags, int x, int y, int width, int height) argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelFillPipe.java43 fillRect(SunGraphics2D sg, int x, int y, int width, int height) argument
47 fillRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
51 fillOval(SunGraphics2D sg, int x, int y, int width, int height) argument
54 fillArc(SunGraphics2D sg, int x, int y, int width, int height, int startAngle, int arcAngle) argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DOffScreenImageSource.java42 int height; field in class:OffScreenImageSource
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DLoweredBorder.java86 protected void doPaint(Graphics2D g, JComponent c, int width, int height, argument
176 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
[all...]
H A DNimbusIcon.java42 private int height; field in class:NimbusIcon
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXCustomCursor.java73 createCursor(byte[] xorMask, byte[] andMask, int width, int height, int fcolor, int bcolor, int xHotSpot, int yHotSpot) argument
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWLightweightFramePeer.java66 public void reshape(int x, int y, int width, int height) { argument
H A DWCustomCursor.java92 createCursorIndirect(int[] rData, byte[] andMask, int nScanStride, int width, int height, int xHotSpot, int yHotSpot) argument
H A DWEmbeddedFramePeer.java66 public void setBoundsPrivate(int x, int y, int width, int height) { argument
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/
H A DX11CustomCursor.java47 protected void createNativeCursor(Image im, int[] pixels, int width, int height, argument
174 createCursor(byte[] xorMask, byte[] andMask, int width, int height, int fcolor, int bcolor, int xHotSpot, int yHotSpot) argument
/openjdk9/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DGrowableRectArray.java41 public final void pushRectValues(int x, int y, int width, int height) { argument
67 public final void setHeight(int index, int height) { argument
/openjdk9/jdk/test/java/awt/image/DrawImage/
H A DScaledImageAlphaTest.java55 static int width = 50, height = 50; field in class:ScaledImageAlphaTest
137 private static VolatileImage createVolatileImage(int width, int height, argument
/openjdk9/jdk/test/java/awt/image/MultiResolutionImage/
H A DMultiResolutionImageObserverTest.java111 public boolean imageUpdate(Image img, int flags, int x, int y, int width, int height) { argument
/openjdk9/jdk/test/java/awt/font/TextLayout/
H A DTestJustification.java74 float height; field in class:TestJustification.JustificationPanel

Completed in 142 milliseconds

1234567891011>>