Searched defs:width (Results 101 - 125 of 627) sorted by relevance

1234567891011>>

/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 public void paintBorder(Component c, Graphics g, int x, int y, int width, argument
[all...]
H A DNimbusIcon.java41 private int width; field in class:NimbusIcon
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DLineView.java122 protected void layout(int width, int height) { argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalDesktopIconUI.java49 private int width; field in class:MetalDesktopIconUI
/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
63 public final void setWidth(int index, int width) { argument
/openjdk9/jdk/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DAlignment.java44 protected abstract String align(String s, int width); argument
[all...]
/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/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFT6Compressor.java52 encodeT6(byte[] data, int lineStride, int colOffset, int width, int height, byte[] compData) argument
149 encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) argument
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DDisplayMode.java68 public DisplayMode(int width, int height, int bitDepth, int refreshRate) { argument
H A DGridBagLayoutInfo.java43 int width, height; /* number of cells: horizontal and vertical */ field in class:GridBagLayoutInfo
67 GridBagLayoutInfo(int width, int height) { argument
/openjdk9/jdk/test/javax/imageio/
H A DImageReaderGetDestination.java114 getDestination(ImageReadParam param, Iterator imageTypes, int width, int height) argument
/openjdk9/jdk/test/javax/imageio/plugins/bmp/
H A DWritingColorChangeTest.java48 private static int width = 100; field in class:WritingColorChangeTest
H A DWrite3ByteBgrTest.java57 private static int width = 100; field in class:Write3ByteBgrTest
[all...]
/openjdk9/jdk/test/javax/imageio/plugins/shared/
H A DBitDepth.java119 private int width = 80; field in class:BitDepth
/openjdk9/jdk/test/javax/swing/plaf/synth/8081411/
H A Dbug8081411.java117 private final int width; field in class:bug8081411.CenteredSynthIcon
120 public CenteredSynthIcon(SynthIcon icon, int width, in argument
82 paintAndCheckIcon(Icon icon, SynthContext synthContext, int width, int height) argument
[all...]
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/iio/
H A DIIOTests.java135 protected static BufferedImage createBufferedImage(int width, argument
[all...]
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLTableColElement.java91 public void setWidth(String width); argument
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaComboBoxRendererInternal.java70 public int getBaseline(int width, int height) { argument
H A DAquaTextPasswordFieldUI.java142 public void paintBorder(final Component c, Graphics g, final int x, final int y, final int width, final int height) { argument

Completed in 283 milliseconds

1234567891011>>