Searched defs:height (Results 101 - 125 of 569) sorted by relevance

1234567891011>>

/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
H A DTIFFCompressor.java255 encode(byte[] b, int off, int width, int height, int[] bitsPerSample, int scanlineStride) argument
H A DTIFFT4Compressor.java96 encodeT4(boolean is1DMode, boolean isEOLAligned, byte[] data, int lineStride, int colOffset, int width, int height, byte[] compData) argument
217 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.java49 private static int height = 100; field in class:WritingColorChangeTest
H A DWrite3ByteBgrTest.java58 private static int height = 100; field in class:Write3ByteBgrTest
/openjdk9/jdk/test/javax/imageio/plugins/shared/
H A DBitDepth.java120 private int height = 80; field in class:BitDepth
/openjdk9/jdk/test/javax/swing/plaf/synth/8081411/
H A Dbug8081411.java118 private final int height; field in class:bug8081411.CenteredSynthIcon
120 public CenteredSynthIcon(SynthIcon icon, int width, int height) { 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 createBufferedImage(int width, int height, String type, boolean hasAlpha) argument
[all...]
/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
H A DAquaButtonLabeledUI.java241 doButtonPaint(final AbstractButton b, final ButtonModel model, final Graphics g, final int x, final int y, final int width, final int height) argument
[all...]
H A DAquaComboBoxButton.java172 protected void doRendererPaint(final Graphics g, final ButtonModel buttonModel, final boolean editable, final Insets insets, int left, int top, int width, int height) { argument
[all...]
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWGraphicsConfig.java96 Image createAcceleratedImage(Component target, int width, int height); argument
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCPrinterSurfaceData.java56 private native void initOps(long context, ByteBuffer byteParameters, Object[] objectParameters, int width, int height); argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/imageio/event/
H A DIIOReadUpdateListener.java145 imageUpdate(ImageReader source, BufferedImage theImage, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
227 thumbnailUpdate(ImageReader source, BufferedImage theThumbnail, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/colorchooser/
H A DDiagramComponent.java46 private int height; field in class:DiagramComponent
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DEffectUtils.java116 blur(int[] srcPixels, int[] dstPixels, int width, int height, float[] kernel, int radius) argument
178 blur(byte[] srcPixels, byte[] dstPixels, int width, int height, float[] kernel, int radius) argument
408 createCompatibleTranslucentImage(int width, int height) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DCoreMetrics.java122 public final float height; field in class:CoreMetrics
39 CoreMetrics(float ascent, float descent, float leading, float height, int baselineIndex, float[] baselineOffsets, float strikethroughOffset, float strikethroughThickness, float underlineOffset, float underlineThickness, float ssOffset, float italicAngle) argument
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/image/
H A DReplicateScaleFilter.java100 public ReplicateScaleFilter(int width, int height) { argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/border/
H A DMatteBorder.java124 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
154 private void paintEdge(Component c, Graphics g, int x, int y, int width, int height, int tileW, int tileH) { argument
[all...]
H A DLineBorder.java143 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthLabelUI.java108 public int getBaseline(JComponent c, int width, int height) { argument

Completed in 396 milliseconds

1234567891011>>