Searched defs:getOutputSize (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DMiscTests.java78 public Dimension getOutputSize(int w, int h) { method in class:MiscTests.CopyArea
H A DGraphicsTests.java263 public Dimension getOutputSize(int w, int h) { method in class:GraphicsTests
272 ctx.outdim = getOutputSize(ctx.size, ctx.size);
H A DRenderTests.java447 public Dimension getOutputSize(int w, int h) { method in class:RenderTests.DrawHorizontalLines
492 public Dimension getOutputSize(int w, int h) { method in class:RenderTests.DrawVerticalLines
H A DImageTests.java614 public Dimension getOutputSize(int w, int h) { method in class:ImageTests.DrawImageScale
669 public Dimension getOutputSize(int w, int h) { method in class:ImageTests.DrawImageTransform
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DExemptionMechanism.java285 public final int getOutputSize(int inputLen) throws IllegalStateException { method in class:ExemptionMechanism
416 * {@link #getOutputSize(int) getOutputSize} to determine how big
450 * {@link #getOutputSize(int) getOutputSize} to determine how big
H A DCipher.java938 public final int getOutputSize(int inputLen) { method in class:Cipher
1769 * {@link #getOutputSize(int) getOutputSize} to determine how big
1825 * {@link #getOutputSize(int) getOutputSize} to determine how big
1887 * {@link #getOutputSize(int) getOutputSize} to determine how big
1989 * {@link #getOutputSize(int) getOutputSize} to determine how big
2165 * {@link #getOutputSize(in
[all...]
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPBECipherCore.java131 int getOutputSize(int inputLen) { method in class:PBECipherCore
132 return cipher.getOutputSize(inputLen);
H A DCipherCore.java270 int getOutputSize(int inputLen) { method in class:CipherCore
531 output = new byte[getOutputSize(inputLen)];
675 output = new byte[getOutputSize(inputLen)];

Completed in 49 milliseconds